summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1043: allocate signature from the right mem_ctx. Samba4 now passes the schan...Andrew Tridgell1-2/+2
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell1-1/+1
2007-10-10r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett1-10/+10
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-10r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher3-27/+23
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell5-41/+91
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher5-67/+67
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
2007-10-10r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell1-0/+3
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher3-19/+19
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-1/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher9-26/+26
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher7-19/+19
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett5-192/+280
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 Bartlett2-3/+52
2007-10-10r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett1-4/+3
2007-10-10r611: Fix breakage from my last commit:Andrew Bartlett1-6/+6
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett4-22/+65
2007-10-10r451: More NTLMSSP work.Andrew Bartlett2-38/+157
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett5-96/+689
2007-10-10r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell1-0/+133
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2-0/+344
2003-12-15make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell1-1/+2
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-01fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)Andrew Tridgell1-2/+1
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell1-3/+0
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell1-0/+213
2003-12-01 * got rid of UNISTR2 and everything that depends on itAndrew Tridgell1-0/+3
2003-11-26fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell1-2/+6
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell4-0/+1901