summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clispnego.c
Commit message (Expand)AuthorAgeFilesLines
* (missed in last commit)Andrew Bartlett2003-01-161-1/+1
* Updates to our NTLMSSP code:Andrew Bartlett2003-01-131-13/+48
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-171-2/+2
* Fix the struct_blob.Richard Sharpe2002-09-031-0/+1
* Fix the client side NTLMSSP. It now works between smbclient and smbd!Richard Sharpe2002-09-031-1/+46
* Add type A to the small MSRPC generator ...Richard Sharpe2002-09-031-0/+2
* Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett2002-08-311-16/+18
* convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell2002-08-301-3/+1
* Fix from kai to correctly decode ntlmssp flags.Andrew Bartlett2002-08-251-1/+1
* Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough2002-08-151-0/+61
* Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett2002-05-261-1/+42
* Try not to malloc -1 bytes (apx 4GB) when the data is already in error.Andrew Bartlett2002-02-151-2/+12
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* simple fix for creating blank data blobsAndrew Tridgell2002-01-051-3/+1
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-1/+1
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-211-8/+8
* made smbclient cope better with arbitrary principle formsAndrew Tridgell2001-10-211-14/+1
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-0/+23
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-7/+215
* fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2001-10-141-3/+9
* moved some OIDs to the ASN.1 headerAndrew Tridgell2001-10-121-6/+2
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-0/+395