summaryrefslogtreecommitdiff
path: root/source3/libsmb/ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-12As described in http://davenport.sourceforge.net/ntlm.html add NTLM2Andrew Bartlett1-3/+40
2003-08-11I think this is the one to check...Volker Lendecke1-0/+3
2003-08-11Revert the latest fix. Need to investigate further.Volker Lendecke1-4/+2
2003-08-11Fix a segfault in ntlm_auth when we can't find a domain or hostname.Volker Lendecke1-2/+4
2003-08-10Store the server domain from the ntlmssp challenge in the client structVolker Lendecke1-0/+3
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-2/+2
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-12/+95
2003-07-14Delete obsolete comment.Tim Potter1-1/+0
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-05-09Finally get NTLMv2 working on the client!Andrew Bartlett1-4/+6
2003-05-05Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett1-1/+1
2003-04-21Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett1-1/+1
2003-04-07Make this match head.Andrew Bartlett1-1/+1
2003-04-03Fixup format warning.Jeremy Allison1-1/+1
2003-03-24(merge from HEAD)Andrew Bartlett1-18/+32
2003-03-18NTLMSSP updates from HEAD.Andrew Bartlett1-12/+25
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-72/+416
2003-01-28Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett1-4/+0
2003-01-16(missed in last commit)Andrew Bartlett1-5/+8
2003-01-15Missed auth_ntlmssp.c in last night's checkin. Also keep track of the currentAndrew Bartlett1-0/+4
2003-01-15Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett1-0/+278