summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett2007-10-101-4/+3
* r611: Fix breakage from my last commit:Andrew Bartlett2007-10-101-6/+6
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-104-22/+65
* r451: More NTLMSSP work.Andrew Bartlett2007-10-102-38/+157
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-105-96/+689
* r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell2007-10-101-0/+133
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-102-0/+344
* make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell2003-12-151-1/+2
* added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell2003-12-021-3/+9
* another big improvement in the credentials API. I think it nowAndrew Tridgell2003-12-021-42/+69
* * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell2003-12-021-0/+11
* * another small API change in the credentials codeAndrew Tridgell2003-12-011-20/+48
* neater credentials handling in netlogon client codeAndrew Tridgell2003-12-011-159/+32
* fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)Andrew Tridgell2003-12-011-2/+1
* added netr_LogonSamLogon() and test codeAndrew Tridgell2003-12-011-3/+0
* added netr_ServerAuthenticate() and test codeAndrew Tridgell2003-12-011-0/+213
* * got rid of UNISTR2 and everything that depends on itAndrew Tridgell2003-12-011-0/+3
* fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2003-11-261-2/+6
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-264-0/+1901