summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-07-17Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke2-1/+46
2003-07-17Ban getgrouplist on linux glibc systems with glibc <= 2.3.Volker Lendecke1-1/+33
2003-07-17Fix for bug 222 from Marcin Owsiany.Tim Potter1-0/+5
2003-07-17Don't use pstrcpy on non-pstrings.Tim Potter1-1/+1
2003-07-17In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2-10/+0
2003-07-17Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2-15/+13
2003-07-17Don't allow read/write raw when signing is active.Jeremy Allison1-0/+8
2003-07-17Putting the framework for server signing in place. Ensure we don't useJeremy Allison3-6/+89
2003-07-16Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison5-110/+143
2003-07-16Further Debian fixes.Eloy Paris3-26/+29
2003-07-16Add API framework for server SMB signing.Jeremy Allison5-86/+128
2003-07-16Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison3-5/+33
2003-07-16Reformatting fixes to bring in line with the rest of the source.Jeremy Allison1-338/+325
2003-07-16adding command for moving a record from one tdb to anotherGerald Carter1-0/+55
2003-07-16make tdbtool deal with NULL and non-NULL terminated keysGerald Carter1-4/+14
2003-07-16sync with release treeGerald Carter1-1/+1
2003-07-16Fix memleakVolker Lendecke1-1/+4
2003-07-16typoVolker Lendecke1-1/+1
2003-07-16Spelling.Tim Potter5-12/+12
2003-07-16Documentation Update for Beta3.John Terpstra70-17354/+18554
2003-07-16removing outdated scriptsGerald Carter2-91/+0
2003-07-16remove outdated docGerald Carter1-150/+0
2003-07-16adding another missing docGerald Carter1-0/+16
2003-07-16updating WHATSNEWGerald Carter2-83/+146
2003-07-16Fix up our auth_pipe code to always cope with fragmented datagrams,Andrew Bartlett1-64/+41
2003-07-16fix typo in debug logGerald Carter1-1/+1
2003-07-16fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter5-66/+47
2003-07-16Volker's patch for open_socket_out() to speed up connectionsGerald Carter1-3/+8
2003-07-16Fix from Dragan Krnic for handling files in tar archives > 8GB.Tim Potter1-0/+10
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison7-20/+58
2003-07-15Add a cli_ prefix to a few functions to ensure everything that takes a struct...Jeremy Allison1-10/+10
2003-07-15fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter1-1/+1
2003-07-15Fix memleakVolker Lendecke1-0/+2
2003-07-15We should report if a group mapping fails. This should fix bug#225.Volker Lendecke1-3/+1
2003-07-15Debian updates. Brings files in packaging/Debian on par with theEloy Paris22-276/+967
2003-07-15Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy4-9/+66
2003-07-15Fix memleaksVolker Lendecke1-1/+6
2003-07-15Fix memleakVolker Lendecke1-1/+3
2003-07-15Jim, could you please look at this? smbpasswd -a <username> was brokenVolker Lendecke1-2/+2
2003-07-15Mandrake packaging updates from BuchanGerald Carter8-97/+203
2003-07-15Accept --with-expsam=no as valid option (do nothing on it). Simplifies automa...Alexander Bokovoy1-0/+2
2003-07-15Fix cut&paste bug in strdup() usage example. Found by MetzeAlexander Bokovoy1-1/+1
2003-07-15Add mandir to installdir target. Otherwise installman fails for clean DESTDIRAlexander Bokovoy1-1/+1
2003-07-15odding some more docsGerald Carter1-0/+17
2003-07-15adding docs on hew parameters I added.Gerald Carter2-0/+30
2003-07-15update docs to reflect the change in default behavior for winbinddGerald Carter1-7/+6
2003-07-15remove -B and default to dual-daemon mode (-Y to run as a single process)Gerald Carter1-2/+2
2003-07-15make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force...Gerald Carter1-7/+17
2003-07-15SPNEGO SMB signing is now fixed for NTLMSSP, with kerberos to follow shortly.Andrew Bartlett1-3/+0
2003-07-14fix cache coherency bug in print handle print_info_2 cache.Gerald Carter3-19/+48