libcli/auth Move some source3/ NTLMSSP functions to the common code.
[samba.git] / source3 / libsmb / ntlmssp.c
2003-12-17 Jeremy AllisonAdd in comments explaining NTLMv2 selection. Use lm...
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 Jeremy AllisonTidyup debug message in ntlmssp code. Add brackets...
2003-12-17 Gerald CarterMake sure we correctly generate the lm session key.
2003-12-17 Gerald CarterMake sure we correctly generate the lm session key.
2003-12-07 Andrew BartlettMerge from 3.0:
2003-12-04 Andrew BartlettPicked up by the build farm - despite all my efforts...
2003-11-26 Andrew BartlettMerge from 3.0:
2003-11-25 Andrew BartlettDo not add NTLM2 to the NTLMSSP flags unconditionally...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
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 Cartersync 3.0 into HEAD for the last time
2003-09-06 Gerald Carteraddress bug #359. Andrew B's patch for implementing...
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-12 Andrew BartlettAs described in davenport.sourceforge.net/ntlm.html...
2003-08-11 Volker LendeckeI think this is the one to check...
2003-08-11 Volker LendeckeRevert the latest fix. Need to investigate further.
2003-08-11 Volker LendeckeFix a segfault in ntlm_auth when we can't find a domain...
2003-08-10 Volker LendeckeStore the server domain from the ntlmssp challenge...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-14 Andrew BartlettJeremy requested that I get my NTLMSSP patch into CVS...
2003-07-14 Tim PotterDelete obsolete comment.
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-09 Andrew BartlettFinally get NTLMv2 working on the client!
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-05 Andrew BartlettAllow the NTLMv2 functions to spit out both possible...
2003-04-21 Andrew BartlettMerge SMB signing, cli buffer clobber and NTLMSSP signi...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 Andrew BartlettMake this match head.
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-03 Jeremy AllisonFixup format warning.
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-25 Andrew BartlettFix debug (thanks metze)
2003-03-24 Andrew Bartlett(merge from HEAD)
2003-03-23 Andrew BartlettNTLM Authentication:
2003-03-18 Andrew BartlettNTLMSSP updates from HEAD.
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-10 Andrew BartlettFurther work on NTLMSSP-based SMB signing. Current...
2003-02-24 Andrew BartlettMerge from HEAD client-side authentication changes:
2003-02-19 Andrew BartlettAfter a talloc_zero(), we don't need to ZERO_STRUCTP...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-17 Andrew BartlettDon't leak a session_key worth of memory at the end...
2003-02-15 Andrew BartlettMove our NTLMSSP client code into ntlmssp.c. The inten...
2003-02-15 Andrew BartlettMove our NTLMSSP code into easily seperated peices...
2003-02-14 Andrew BartlettNTLMSSP parinoia - we really don't want to run over...
2003-02-13 Rafal SzczesniakA few typo fixes Andrew eventually let off to me.
2003-02-09 Andrew Bartlett(only for HEAD at the moment).
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-28 Andrew BartlettFactor out common code in the NTLMSSP/SPNEGO code.
2003-01-16 Andrew Bartlett(missed in last commit)
2003-01-15 Andrew BartlettMissed auth_ntlmssp.c in last night's checkin. Also...
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 Andrew BartlettRefactor the NTLMSSP code again - this time we use...