summaryrefslogtreecommitdiff
path: root/source/libsmb/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* working on creating the 3.0 release treeGerald Carter2003-06-061-3/+5
* 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