summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/credentials.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into aAndrew Bartlett1-0/+21
2007-10-10r3462: separate out the crypto includesAndrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r1134: added a TODO regarding schannel credentialsAndrew Tridgell1-1/+2
2007-10-10r1024: Use samr_Password for the machine password here - this ensures we canAndrew Bartlett1-8/+8
2007-10-10r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett1-6/+6
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-30/+76
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-4/+4
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
2007-10-10r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett1-16/+45
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett1-3/+43
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett1-18/+32
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell1-3/+9
2003-12-02another big improvement in the credentials API. I think it nowAndrew Tridgell1-42/+69
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-0/+11
2003-12-01 * another small API change in the credentials codeAndrew Tridgell1-20/+48
2003-12-01neater credentials handling in netlogon client codeAndrew Tridgell1-159/+32
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell1-3/+0
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell1-0/+213