summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #442 which Alexander considered a showstopper. Allow us to join mixedJeremy Allison2003-09-161-0/+6
* sync 3.0 into HEAD for the last timeGerald Carter2003-09-091-22/+80
* port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-021-2/+2
* trying to get HEAD building again. If you want the codeGerald Carter2003-07-161-18/+102
* Fix debug (thanks metze)Andrew Bartlett2003-03-251-1/+1
* NTLM Authentication:Andrew Bartlett2003-03-231-18/+32
* Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett2003-03-101-12/+25
* After a talloc_zero(), we don't need to ZERO_STRUCTP too..Andrew Bartlett2003-02-191-4/+0
* Don't leak a session_key worth of memory at the end of the NTLMSSP auth.Andrew Bartlett2003-02-171-0/+1
* Move our NTLMSSP client code into ntlmssp.c. The intention is to provide aAndrew Bartlett2003-02-151-3/+301
* Move our NTLMSSP code into easily seperated peices, not relying on the wholeAndrew Bartlett2003-02-151-1/+42
* NTLMSSP parinoia - we really don't want to run over the end of our blob,Andrew Bartlett2003-02-141-6/+13
* A few typo fixes Andrew eventually let off to me.Rafal Szczesniak2003-02-131-1/+1
* (only for HEAD at the moment).Andrew Bartlett2003-02-091-69/+70
* 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