summaryrefslogtreecommitdiff
path: root/source3/libsmb/clispnego.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-03Fix the client side NTLMSSP. It now works between smbclient and smbd!Richard Sharpe1-1/+46
2002-09-03Add type A to the small MSRPC generator ...Richard Sharpe1-0/+2
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett1-16/+18
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell1-3/+1
2002-08-25Fix from kai to correctly decode ntlmssp flags.Andrew Bartlett1-1/+1
2002-08-15Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough1-0/+61
2002-05-26Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett1-1/+42
2002-02-15Try not to malloc -1 bytes (apx 4GB) when the data is already in error.Andrew Bartlett1-2/+12
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-05simple fix for creating blank data blobsAndrew Tridgell1-3/+1
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-1/+1
2001-10-21Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison1-8/+8
2001-10-21made smbclient cope better with arbitrary principle formsAndrew Tridgell1-14/+1
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell1-0/+23
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-7/+215
2001-10-14fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell1-3/+9
2001-10-12moved some OIDs to the ASN.1 headerAndrew Tridgell1-6/+2
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell1-0/+395