summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r11135: should fix seg fault in addprinter code reported by Marcin. ↵Gerald Carter2005-10-181-6/+15
| | | | | | | | Allocate memory in convert_printer_info() if necessary
| * r11131: updating indent resource file from trunkGerald Carter2005-10-181-0/+15
| |
| * r11125: remove unused variablesGerald Carter2005-10-171-2/+0
| |
| * r11124: Commit Chris' fixes for libmsrpc after the rpc_clientGerald Carter2005-10-1710-702/+607
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewrite. His comments: I've gotten the libmsrpc code to work with TRUNK. I've put the patch at: www.uoguelph.ca/~cnicholl/libmsrpc_trunk_v1.patch.gz It is from revision 11093. I also fixed a minor bug in the svcctl code, the timeout parameter for all the control functions was working in milliseconds instead of seconds. Also fixed bug in Makefile when building libmsrpc.a
| * r11123: * patches from Brian Moran for creating new eventlogGerald Carter2005-10-175-15/+227
| | | | | | | | | | | | source keys * my patches to get registry utility functions linking with eventlogadm tool
| * r11079: Narrowing down on the #1828 PPC bug. The PPC client sends anJeremy Allison2005-10-151-32/+6
| | | | | | | | | | | | initial NTLMSSP negotiate blob of only 16 bytes - no strings added ! (So don't try parsing them). Jeremy.
| * r11075: Still working on bug #1828, PPC hell. The PPC client sends theJeremy Allison2005-10-141-2/+19
| | | | | | | | | | | | NTLMSSP client and domain strings as Unicode, even when setting flags as OEM. Cope with this. Jeremy.
| * r11073: safety checks on pointers to prevent crashing when converting ↵Gerald Carter2005-10-141-1/+7
| | | | | | | | REG_MULTI_SZ
| * r11072: add routines for converting REG_MULTI_SZ to and from char**Gerald Carter2005-10-142-1/+117
| |
| * r11069: make sure to zero memory when allocating a a REGVAL_CTR structGerald Carter2005-10-141-1/+5
| |
| * r11065: rename wr_eventlog to eventlogadmGerald Carter2005-10-142-5/+5
| |
| * r11063: merging missing error code for event logsGerald Carter2005-10-141-0/+1
| |
| * r11060: merging new eventlog code from trunkGerald Carter2005-10-146-514/+710
| |
| * r11054: patch from Brian Moran; fix error code return in ↵Gerald Carter2005-10-141-18/+5
| | | | | | | | _srv_net_name_validate()
| * r10979: After discussions on IRC about profile shares,Jeremy Allison2005-10-143-6/+31
| | | | | | | | | | | | | | | | | | | | | | added new parameter : map readonly = [yes|no|permissions] If yes: map inverse of user "w" bit to mean readonly. If no: never set DOS readonly bit. If permissions: check file permissions for user and set readonly bit if the current user cannot write. If store dos attributes is set to yes then this parameter is ignored. Jeremy.
| * r10977: Get rid of tons of new warnings when building with OpenLDAP 2.3.7 or ↵Günther Deschner2005-10-131-0/+1
| | | | | | | | | | | | higher. Guenther
| * r10976: Fix the build with openssl-0.9.8a.Günther Deschner2005-10-132-0/+4
| | | | | | | | Guenther
| * r10974: Get closer to trying to fix #1825 (PcoketPC spnego bug). Ensure weJeremy Allison2005-10-131-4/+11
| | | | | | | | | | set keylen to zero if no spnego. Jeremy.
| * r10970: Fix bug #3166 - null pointer dereference if $HOME notJeremy Allison2005-10-131-10/+16
| | | | | | | | | | defined. Also clarified confusing error messages. Jeremy.
| * r10964: BUG 1051: store the directory path so we can send the full name in ↵Gerald Carter2005-10-132-2/+10
| | | | | | | | the unlink call (del tmp\foo)
| * r10962: fix setting of quotas on linux kernel with theStefan Metzmacher2005-10-131-0/+1
| | | | | | | | | | | | struct if_dqblk interface metze
| * r10961: remove unused variables (patch from Jason Mader)Gerald Carter2005-10-131-5/+2
| |
| * r10947: Fix bugs #3133 and #1828 - SPNEGO not working with PocketPC 2003.Jeremy Allison2005-10-121-9/+10
| | | | | | | | | | | | | | Our sessionsetup code now handles raw NTLMSSP connects, so we can go back to doing what W2K3 does here which is to send no OID's in the negprot reply when not in a security=ads mode. Jeremy.
| * r10943: Unused variable. Bug #3160 from jason@ncac.gwu.eduJeremy Allison2005-10-121-3/+1
| | | | | | | | Jeremy.
| * r10930: Fix erroneous debug spotted by Herb.Jeremy Allison2005-10-121-1/+1
| | | | | | | | Jeremy.
| * r10927: bug 1473 & 3090: quota compile fixes on SolarisGerald Carter2005-10-121-1/+5
| |
| * r10921: BUG 3070: fix crash bug in qfsinfo when retrieving quota infoGerald Carter2005-10-121-1/+0
| |
| * r10911: part of #2861: add rename support for usrmgr.exe when using tdbsamJim McDonough2005-10-115-41/+303
| | | | | | | | This gets it working before replacing tdb with the samba4 version.
| * r10909: Give better shutdown messagesJim McDonough2005-10-113-15/+21
| |
| * r10908: Fix PIPE mismatch to make wbinfo -m work againGünther Deschner2005-10-111-1/+1
| | | | | | | | Guenther
| * r10907: Handle the case when we can't verify the PAC signature because theGünther Deschner2005-10-112-5/+13
| | | | | | | | | | | | | | | | | | | | | | ticket was encrypted using a DES key (and the Windows KDC still puts CKSUMTYPE_HMAC_MD5_ARCFOUR in the PAC). In that case, return to old behaviour and ignore the PAC. Thanks to Chengjie Liu <chengjie.liu@datadomain.com>. Guenther
| * r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdirGerald Carter2005-10-112-5/+5
| |
| * r10901: BUG 3145: Fix build issue regarding quota support on SolarisGerald Carter2005-10-111-3/+3
| |
| * r10888: We've already checked 'CAN_WRITE' so we don't need to do it again.Jeremy Allison2005-10-111-1/+1
| | | | | | | | Jeremy.
| * r10885: Fix bug where read-only share files are always seen asJeremy Allison2005-10-112-5/+2
| | | | | | | | | | read-only. Noticed by Andrew Bartlett. Jeremy
| * r10822: updating copyright infoGerald Carter2005-10-074-4/+8
| |
| * r10819: merging a couple of fixes from trunkGerald Carter2005-10-0711-199/+257
| | | | | | | | | | | | | | * only keep the registry,tdb file open when we have an open key handle * tpot's setup.py fix * removing files that no longer exist in trunk and copying some that were missing in 3.0
| * r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2005-10-0711-72/+69
| | | | | | | | Jeremy.
| * r10801: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2005-10-071-0/+4
| | | | | | | | Jeremy.
| * r10795: Fix code before decl error.Jeremy Allison2005-10-071-1/+2
| | | | | | | | Jeremy.
| * r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison2005-10-074-19/+231
| | | | | | | | | | | | | | Based on the Samba4 solution - stores data in $samba/private/schannel_store.tdb. This tdb is not left open but open and closed on demand. Jeremy.
* | r14823: committing changes for 3.0.22samba-3.0.22Gerald Carter2006-03-302-3/+3
| |
* | r13672: merge fixes for return valoue and release notessamba-3.0.21cGerald Carter2006-02-241-1/+1
| |
* | r13667: pulling in Jeremy's error code changesGerald Carter2006-02-241-39/+107
| |
* | r13661: fixed conflict is mergeGerald Carter2006-02-231-5/+0
| |
* | r13659: Pulling in what I think are the final code changes for 3.0.21cGerald Carter2006-02-237-34/+105
| | | | | | | | | | | | svn merge -r13639:13641 $SVNURL/branches/SAMBA_3_0 svn merge -r13645:13647 $SVNURL/branches/SAMBA_3_0 svn merge -r13656:13657 $SVNURL/branches/SAMBA_3_0
* | r13636: Merge the usernamd parsing fix for the Krb5 PACGerald Carter2006-02-222-8/+8
| | | | | | | | svn merge -r13579:13588 $SVNURL/branches/SAMBA_3_0
* | r13635: Some more fixes for 3.0.21cGerald Carter2006-02-225-40/+51
| | | | | | | | | | | | | | svn merge -r13601:13604 $SVNURL/branches/SAMBA_3_0 svn merge -r13604:13607 $SVNURL/branches/SAMBA_3_0 svn merge -r13610:13612 $SVNURL/branches/SAMBA_3_0 svn merge -r13612:13614 $SVNURL/branches/SAMBA_3_0
* | r13567: merge for 3.0.21cGerald Carter2006-02-2040-202/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn merge -r13559:13563 $SVNURL/branches/SAMBA_3_0 svn merge -r13557:13559 $SVNURL/branches/SAMBA_3_0 svn merge -r13546:13547 $SVNURL/branches/SAMBA_3_0 svn merge -r13198:13202 $SVNURL/branches/SAMBA_3_0 svn merge -r13209:13211 $SVNURL/branches/SAMBA_3_0 svn merge -r13216:13222 $SVNURL/branches/SAMBA_3_0 svn merge -r13224:13229 $SVNURL/branches/SAMBA_3_0 svn merge -r13231:13232 $SVNURL/branches/SAMBA_3_0 svn merge -r13235:13238 $SVNURL/branches/SAMBA_3_0 svn merge -r13238:13257 $SVNURL/branches/SAMBA_3_0 svn merge -r13257:13262 $SVNURL/branches/SAMBA_3_0 svn merge -r13288:13290 $SVNURL/branches/SAMBA_3_0 svn merge -r13294:13296 $SVNURL/branches/SAMBA_3_0 svn merge -r13299:13306 $SVNURL/branches/SAMBA_3_0 svn merge -r13310:13314 $SVNURL/branches/SAMBA_3_0 svn merge -r13322:13327 $SVNURL/branches/SAMBA_3_0 svn merge -r13351:13363 $SVNURL/branches/SAMBA_3_0 svn merge -r13363:13364 $SVNURL/branches/SAMBA_3_0 svn merge -r13364:13366 $SVNURL/branches/SAMBA_3_0 svn merge -r13375:13376 $SVNURL/branches/SAMBA_3_0 svn merge -r13382:13384 $SVNURL/branches/SAMBA_3_0 svn merge -r13391:13392 $SVNURL/branches/SAMBA_3_0 svn merge -r13392:13393 $SVNURL/branches/SAMBA_3_0 svn merge -r13393:13394 $SVNURL/branches/SAMBA_3_0 svn merge -r13407:13408 $SVNURL/branches/SAMBA_3_0 svn merge -r13410:13411 $SVNURL/branches/SAMBA_3_0 svn merge -r13412:13416 $SVNURL/branches/SAMBA_3_0 svn merge -r13416:13417 $SVNURL/branches/SAMBA_3_0 svn merge -r13460:13473 $SVNURL/branches/SAMBA_3_0 svn merge -r13475:13477 $SVNURL/branches/SAMBA_3_0 svn merge -r13484:13489 $SVNURL/branches/SAMBA_3_0 svn merge -r13489:13491 $SVNURL/branches/SAMBA_3_0 svn merge -r13495:13497 $SVNURL/branches/SAMBA_3_0 svn merge -r13497:13498 $SVNURL/branches/SAMBA_3_0 svn merge -r13498:13500 $SVNURL/branches/SAMBA_3_0 svn merge -r13510:13511 $SVNURL/branches/SAMBA_3_0 svn merge -r13513:13514 $SVNURL/branches/SAMBA_3_0 svn merge -r13515:13517 $SVNURL/branches/SAMBA_3_0 svn merge -r13523:13524 $SVNURL/branches/SAMBA_3_0 svn merge -r13524:13525 $SVNURL/branches/SAMBA_3_0 svn merge -r13525:13526 $SVNURL/branches/SAMBA_3_0 svn merge -r13526:13527 $SVNURL/branches/SAMBA_3_0 svn merge -r13527:13535 $SVNURL/branches/SAMBA_3_0
* | r13233: build fixes for smbmnt; remove unused variable; ready to ship ↵Gerald Carter2006-01-302-2/+1
| | | | | | | | 3.0.21b now