summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
...
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-12/+95
* Delete obsolete comment.Tim Potter2003-07-141-1/+0
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Finally get NTLMv2 working on the client!Andrew Bartlett2003-05-091-4/+6
* Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett2003-05-051-1/+1
* Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-211-1/+1
* Make this match head.Andrew Bartlett2003-04-071-1/+1
* Fixup format warning.Jeremy Allison2003-04-031-1/+1
* (merge from HEAD)Andrew Bartlett2003-03-241-18/+32
* NTLMSSP updates from HEAD.Andrew Bartlett2003-03-181-12/+25
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-72/+416
* Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett2003-01-281-4/+0
* (missed in last commit)Andrew Bartlett2003-01-161-5/+8
* Missed auth_ntlmssp.c in last night's checkin. Also keep track of the currentAndrew Bartlett2003-01-151-0/+4
* Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett2003-01-151-0/+278