summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-2226-148/+172
* 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 typoJelmer Vernooij2003-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
* Fix spelling typo.Tim Potter2003-07-181-1/+1
* 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
* Further Debian fixes.Eloy Paris2003-07-163-26/+29
* 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
* sync with release treeGerald Carter2003-07-161-1/+1
* Fix memleakVolker Lendecke2003-07-161-1/+4
* typoVolker Lendecke2003-07-161-1/+1
* Spelling.Tim Potter2003-07-165-12/+12
* Documentation Update for Beta3.John Terpstra2003-07-1670-17354/+18554
* removing outdated scriptsGerald Carter2003-07-162-91/+0
* remove outdated docGerald Carter2003-07-161-150/+0
* adding another missing docGerald Carter2003-07-161-0/+16
* updating WHATSNEWGerald Carter2003-07-162-83/+146
* 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