summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Use %p for a pointer type in a printf-style format string. Also castingTim Potter2003-07-221-1/+1
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-2210-97/+43
* Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id()Tim Potter2003-07-221-3/+3
* Metze's AD/LDAP detection patches mainly to do with library detection.Tim Potter2003-07-213-197/+326
* Clarify a debug log a little. The path might not exist, so say so.Richard Sharpe2003-07-211-1/+1
* This creates passdb backend files automatically when adding first account.Rafal Szczesniak2003-07-202-3/+38
* Typo fixes.Rafal Szczesniak2003-07-201-1/+1
* Fix memleakVolker Lendecke2003-07-191-3/+3
* Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett2003-07-191-11/+24
* According to the result of voting, net has default debug level withRafal Szczesniak2003-07-191-3/+12
* Fix memleakVolker Lendecke2003-07-181-1/+1
* Fix two memleaks in pdb_ldap.c.Volker Lendecke2003-07-182-1/+13
* make sure we don't allow the creation of directories containingAndrew Tridgell2003-07-181-1/+5
* this fixes a bug where Samba would under some circumstances returnAndrew Tridgell2003-07-181-1/+7
* Uninstall modules as part of uninstall. Partial fix for 236.Tim Potter2003-07-181-1/+1
* fixed the pstrcpy() bug in directory recursion properlyAndrew Tridgell2003-07-181-1/+2
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-186-72/+159
* Formatting tidyups to match the rest of the source.Jeremy Allison2003-07-171-23/+33
* Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke2003-07-172-1/+46
* Ban getgrouplist on linux glibc systems with glibc <= 2.3.Volker Lendecke2003-07-171-1/+33
* Fix for bug 222 from Marcin Owsiany.Tim Potter2003-07-171-0/+5
* Don't use pstrcpy on non-pstrings.Tim Potter2003-07-171-1/+1
* In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2003-07-172-10/+0
* Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2003-07-172-15/+13
* Don't allow read/write raw when signing is active.Jeremy Allison2003-07-171-0/+8
* Putting the framework for server signing in place. Ensure we don't useJeremy Allison2003-07-173-6/+89
* Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2003-07-165-110/+143
* Add API framework for server SMB signing.Jeremy Allison2003-07-165-86/+128
* Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison2003-07-163-5/+33
* Reformatting fixes to bring in line with the rest of the source.Jeremy Allison2003-07-161-338/+325
* adding command for moving a record from one tdb to anotherGerald Carter2003-07-161-0/+55
* make tdbtool deal with NULL and non-NULL terminated keysGerald Carter2003-07-161-4/+14
* Fix memleakVolker Lendecke2003-07-161-1/+4
* typoVolker Lendecke2003-07-161-1/+1
* Spelling.Tim Potter2003-07-165-12/+12
* removing outdated scriptsGerald Carter2003-07-162-91/+0
* Fix up our auth_pipe code to always cope with fragmented datagrams,Andrew Bartlett2003-07-161-64/+41
* fix typo in debug logGerald Carter2003-07-161-1/+1
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-165-66/+47
* Volker's patch for open_socket_out() to speed up connectionsGerald Carter2003-07-161-3/+8
* Fix from Dragan Krnic for handling files in tar archives > 8GB.Tim Potter2003-07-161-0/+10
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-157-20/+58
* Add a cli_ prefix to a few functions to ensure everything that takes a struct...Jeremy Allison2003-07-151-10/+10
* fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter2003-07-151-1/+1
* Fix memleakVolker Lendecke2003-07-151-0/+2
* We should report if a group mapping fails. This should fix bug#225.Volker Lendecke2003-07-151-3/+1
* Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy2003-07-153-9/+59
* Fix memleaksVolker Lendecke2003-07-151-1/+6
* Fix memleakVolker Lendecke2003-07-151-1/+3
* Jim, could you please look at this? smbpasswd -a <username> was brokenVolker Lendecke2003-07-151-2/+2