summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-245/+496
* Fix #442 which Alexander considered a showstopper. Allow us to join mixedJeremy Allison2003-09-161-0/+6
* address bug #359. Andrew B's patch for implementing clientGerald Carter2003-09-061-27/+36
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-4/+4
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-4/+10
* As described in http://davenport.sourceforge.net/ntlm.html add NTLM2Andrew Bartlett2003-08-121-3/+40
* I think this is the one to check...Volker Lendecke2003-08-111-0/+3
* Revert the latest fix. Need to investigate further.Volker Lendecke2003-08-111-4/+2
* Fix a segfault in ntlm_auth when we can't find a domain or hostname.Volker Lendecke2003-08-111-2/+4
* Store the server domain from the ntlmssp challenge in the client structVolker Lendecke2003-08-101-0/+3
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* 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