summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison2004-02-201-3/+8
* AIX has already has a function called msleep(). Bugzilla #1098.Tim Potter2004-02-202-3/+3
* More paranoia checks.Jeremy Allison2004-02-111-0/+5
* Paranoia fixes :-).Jeremy Allison2004-02-111-0/+8
* Fix for possible crash bug from Sebastian Krahmer (SuSE).Jeremy Allison2004-02-101-2/+18
* (merge from 3.0)Andrew Bartlett2004-02-081-36/+6
* (merge from 3.0)Andrew Bartlett2004-02-081-45/+0
* (merge from 3.0)Andrew Bartlett2004-02-081-13/+0
* (merge from 3.0)Andrew Bartlett2004-02-081-23/+24
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-3/+2
* (merge from 3.0)Andrew Bartlett2004-01-263-55/+113
* (merge from 3.0)Andrew Bartlett2004-01-251-2/+2
* Fix for a signing bug when the mid wraps.Jeremy Allison2004-01-171-3/+11
* * BUG 446Gerald Carter2004-01-151-1/+1
* * allow dns lookups to be disabled for DOMAIN#1c (and #1b)Gerald Carter2004-01-131-7/+26
* sync HEAD with recent changes in 3.0Gerald Carter2004-01-134-69/+104
* fix some warnings from the Sun compiler; also merge some of abartlet's error ...Gerald Carter2004-01-091-1/+1
* Merge NTLMSSP fixes from 3.0 to HEAD.Andrew Bartlett2004-01-063-33/+93
* (merge from 3.0)Andrew Bartlett2004-01-062-17/+12
* (merge from 3.0)Andrew Bartlett2004-01-051-1/+1
* (merge from 3.0)Andrew Bartlett2004-01-051-1/+1
* (merge from 3.0)Andrew Bartlett2004-01-051-0/+377
* (merge from 3.0)Andrew Bartlett2004-01-051-1/+0
* Preliminary fix for our signing problem with failed NTLMSSP logins. This patchVolker Lendecke2003-12-272-9/+19
* Add in comments explaining NTLMv2 selection. Use lm session key if that'sJeremy Allison2003-12-171-1/+13
* Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement.Jeremy Allison2003-12-171-5/+17
* Make sure we correctly generate the lm session key.Gerald Carter2003-12-172-2/+26
* Make intent to return only one address clear.Jeremy Allison2003-12-091-2/+2
* Merge from 3.0:Andrew Bartlett2003-12-071-8/+13
* Client connect signing error messages should be level zero elseJeremy Allison2003-12-011-2/+2
* Fix spurious error msg. when seq=0.Jeremy Allison2003-12-011-0/+2
* Ensure we use the same mid for the secondary trans requests, W2K3Jeremy Allison2003-12-011-0/+6
* Better fix for client signing bug. Ensure we don't malloc/free trans signingJeremy Allison2003-12-012-36/+40
* Fix signing bug with secondary client trans requests. Turns out the lastJeremy Allison2003-11-301-0/+20
* Merge from 3.0:Andrew Bartlett2003-11-261-2/+6
* If signing starts successfully, don't just turn it off automatically ifJeremy Allison2003-11-251-5/+5
* When server signing is set to "auto", if the client doesn't sign justJeremy Allison2003-11-251-2/+23
* Merge from 3.0:Andrew Bartlett2003-11-231-0/+40
* (merge from 3.0)Andrew Bartlett2003-11-229-383/+671
* debug and swat fixes from 3.0Gerald Carter2003-11-221-0/+1
* Merge of 64-bit printf warning fixes.Tim Potter2003-11-051-2/+2
* Fix coredump in cli_get_backup_list.Jeremy Allison2003-11-051-5/+2
* Merge from 3.0:Tim Potter2003-10-311-10/+17
* Merge from 3.0:Tim Potter2003-10-311-3/+0
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-292-5/+4
* Merge from 3_0:Volker Lendecke2003-10-231-1/+1
* Apply the changes to libsmbclient that derrell has contributed. Fix someRichard Sharpe2003-10-232-392/+1931
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison2003-10-211-0/+4
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-1/+1