* BUG 446
[samba.git] / source3 / libsmb /
2004-01-15 Gerald Carter* BUG 446
2004-01-13 Gerald Carter* allow dns lookups to be disabled for DOMAIN#1c (and...
2004-01-09 Gerald Carterfix some warnings from the Sun compiler
2004-01-09 Andrew BartlettRomve debugging assertions (oops...)
2004-01-09 Andrew BartlettAdd a new type of name lookup 'ads'. This seperates...
2004-01-08 Andrew BartlettThis merges in my 'always use ADS' patch. Tested on...
2004-01-08 Andrew BartlettMake it clearer that the domain here is the domain...
2004-01-05 Andrew BartlettFix more cases to ensure that as a server, we don't...
2004-01-05 Jeremy AllisonEnsure we set "always sign" flag if set. We don't curre...
2004-01-05 Andrew BartlettDon't free the encrypted_session_key early - that cause...
2004-01-05 Andrew BartlettCorrectly handle per-pipe NTLMSSP inside a NULL session...
2004-01-05 Andrew BartlettChange our Domain controller lookup routines to more...
2004-01-05 Andrew BartlettMake it clear that we cannot sign if we don't have...
2004-01-05 Andrew BartlettAutomaticly initialise the signing engine, if we have...
2004-01-04 Andrew BartlettEven if the 'device type' is always an ascii string...
2004-01-03 Andrew BartlettThere is not a particularly good excuse for complaining...
2003-12-31 Andrew Bartlettauth/auth_util.c:
2003-12-30 Andrew BartlettMove our basic password checking code from inside the...
2003-12-28 Andrew BartlettShutting down the connection closes outstanding session...
2003-12-27 Andrew BartlettThis patch corrects some errors in the NTLMSSP implemen...
2003-12-27 Volker LendeckePreliminary fix for our signing problem with failed...
2003-12-17 Jeremy AllisonAdd in comments explaining NTLMv2 selection. Use lm...
2003-12-17 Jeremy AllisonTidyup debug message in ntlmssp code. Add brackets...
2003-12-17 Gerald CarterMake sure we correctly generate the lm session key.
2003-12-09 Jeremy AllisonMake intent to return only one address clear.
2003-12-04 Steve FrenchFix incorrect smb flags2 for connections to pre-NT...
2003-12-04 Andrew BartlettPicked up by the build farm - despite all my efforts...
2003-12-01 Jeremy AllisonClient connect signing error messages should be level...
2003-12-01 Jeremy AllisonFix spurious error msg. when seq=0.
2003-12-01 Jeremy AllisonEnsure we use the same mid for the secondary trans...
2003-12-01 Jeremy AllisonBetter fix for client signing bug. Ensure we don't...
2003-11-30 Jeremy AllisonFix signing bug with secondary client trans requests...
2003-11-26 Andrew BartlettMerge from 3.0:
2003-11-25 Jeremy AllisonIf signing starts successfully, don't just turn it...
2003-11-25 Jeremy AllisonIf signing starts successfully, don't just turn it...
2003-11-25 Andrew BartlettDo not add NTLM2 to the NTLMSSP flags unconditionally...
2003-11-25 Jeremy AllisonWhen server signing is set to "auto", if the client...
2003-11-25 Jeremy AllisonWhen server signing is set to "auto", if the client...
2003-11-23 Andrew BartlettMerge from 3.0:
2003-11-22 Andrew BartlettAdd support for variable-length session keys in our...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-22 Gerald Carterdebug and swat fixes from 3.0
2003-11-22 Gerald Carteradding a useful debug
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-11-05 Jeremy AllisonFix coredump in cli_get_backup_list.
2003-11-05 Jeremy AllisonFix coredump in cli_get_backup_list.
2003-11-03 Tim PotterFix more 64-bit printf warnings.
2003-10-31 Tim PotterMerge from 3.0:
2003-10-31 Tim PotterMerge from 3.0:
2003-10-29 Jeremy AllisonFixes to check for wraps which could cause coredumps.
2003-10-29 Jeremy AllisonFixes to check for wraps which could cause coredumps.
2003-10-27 Richard SharpeRemove some unused variables uncovered by the build...
2003-10-25 Richard SharpePut in a work-around for ENOTSUP not being defined...
2003-10-24 Richard SharpeApply latest of Derrell Lippman's changes to libsmbclient.
2003-10-24 Richard SharpeCommit Derrell's changes to libsmbclient plus a small...
2003-10-24 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-23 Volker LendeckeMerge from 3_0:
2003-10-23 Volker LendeckeAccording to Ethereal we have a 32-Bit quantity here...
2003-10-23 Richard SharpeApply the changes to libsmbclient that derrell has...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-21 Jeremy AllisonFix for bug #64, Win9x Nexus tools not working against...
2003-10-21 Jeremy AllisonFix for bug #64, Win9x Nexus tools not working against...
2003-10-21 Jeremy AllisonPatch from Stefan Metzmacher <metze@metzemix.de> to...
2003-10-21 Jeremy AllisonPatch from Stefan Metzmacher <metze@metzemix.de> to...
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-10-20 Jeremy AllisonMerge Volker's fix.
2003-10-20 Volker LendeckeWe are doing NT error codes now.... If we have an NT...
2003-10-14 Jeremy AllisonEnable us to see what sequence number we were expecting...
2003-10-14 Jeremy AllisonEnable us to see what sequence number we were expecting...
2003-10-14 Tim PotterEnclose usage of st_blksize and st_blocks struct stat...
2003-10-14 Tim PotterEnclose usage of st_blksize and st_blocks struct stat...
2003-10-08 Jeremy AllisonFixup error code returns from Samba4 tester. Ensure...
2003-10-08 Jeremy AllisonFixup error code returns from Samba4 tester. Ensure...
2003-09-19 Tim PotterMerge from 3.0:
2003-09-16 Tim PotterApplied Steve Langasek's patch for bug #450.
2003-09-16 Jeremy AllisonFix #442 which Alexander considered a showstopper....
2003-09-16 Jeremy AllisonFix #442 which Alexander considered a showstopper....
2003-09-09 Gerald Carterremoving unused files
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-06 Gerald Carteraddress bug #359. Andrew B's patch for implementing...
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-09-04 Jeremy AllisonUsed cachegrind to track down some bottlenecks.
2003-08-27 Jeremy AllisonFix the character set handling properly in nmbd. Also...
2003-08-22 Jeremy AllisonUse correct size (17 not 16) when doing a push_ascii...
2003-08-22 Gerald Carterrevert abartet's change that removed the check for...
2003-08-22 Jeremy AllisonEnsure nmb_namestr() converts back from CH_DOS to CH_UNIX.
2003-08-20 Jeremy AllisonAttempt to fix the charcnv issues causing nmbd to crash...
2003-08-20 Gerald Cartermetze's autogenerate patch for version.h
2003-08-19 Andrew Bartlett - Make 'net' use a single funciton for setting the...
2003-08-19 Andrew BartlettBreak up 'cli_full_connection' to allow for the session...
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-15 Volker LendeckeAdd the gss-spnego kerberos server side to ntml_auth...
2003-08-15 Volker LendeckeFix memleaks.
2003-08-15 Herb Lewisget rid of some sompiler warnings on IRIX
2003-08-14 Andrew BartlettChange Samba to always use extended security for it...
2003-08-13 Volker LendeckeDon't wrap up anything that is not there. Otherwise...
2003-08-13 Volker LendeckeOnly close anything that is not fid 0. Was very confusi...
next