Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r995: - renamed many of our crypto routines to use the industry standard | Andrew Tridgell | 1 | -4/+8 |
2007-10-10 | r961: convert 'uchar' to 'uint8_t' | Stefan Metzmacher | 1 | -11/+11 |
2007-10-10 | r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t... | Andrew Tridgell | 1 | -10/+93 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r937: - added a simple QuerySecurity implementation in samr server | Andrew Tridgell | 1 | -0/+28 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -9/+9 |
2007-10-10 | r874: This patch is a pile of work on NTLMSSP: | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -10/+8 |
2007-10-10 | r816: - Make use of tridge's new samdb_result_sid_prefix() helper function. | Andrew Bartlett | 1 | -8/+5 |
2007-10-10 | r782: added torture test for level 6 logon level in netr_LogonSamLogon | Andrew Tridgell | 1 | -104/+112 |
2007-10-10 | r754: Implement the SetPassword operation on the netlogon pipe. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r752: Remove debugging hack (make sure the cleanup test account after we | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r743: Start on a NETLOGON server in Samba4. | Andrew Bartlett | 1 | -16/+25 |
2007-10-10 | r684: Note the fact that NTLMv2 provides a weath of futher testcases... | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 1 | -55/+657 |
2007-10-10 | r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartlet | Andrew Tridgell | 1 | -14/+18 |
2007-10-10 | r372: automatically create a fake BDC machine account and delete it | Andrew Tridgell | 1 | -22/+188 |
2007-10-10 | r133: don't try to do a database deltas with a -1 seq num | Andrew Tridgell | 1 | -0/+4 |
2004-02-03 | - add 'print' to the DCERPC binding strings | Stefan Metzmacher | 1 | -2/+0 |
2003-12-02 | added netr_LogonControl2Ex() | Andrew Tridgell | 1 | -1/+85 |
2003-12-02 | added netr_DatabaseSync2() | Andrew Tridgell | 1 | -0/+55 |
2003-12-02 | added netr_LogonControl2() and netr_ServerAuthenticate2() | Andrew Tridgell | 1 | -3/+145 |
2003-12-02 | added netr_LogonControl() and netr_GetAnyDCName() | Andrew Tridgell | 1 | -5/+70 |
2003-12-02 | added netr_GetDcName() - quite a useful call | Andrew Tridgell | 1 | -5/+30 |
2003-12-02 | added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED call | Andrew Tridgell | 1 | -1/+40 |
2003-12-02 | added netr_AccountDeltas(), which w2k3 gives | Andrew Tridgell | 1 | -0/+41 |
2003-12-02 | netr_DatabaseDeltas() now works. We ask for the deltas associated with | Andrew Tridgell | 1 | -0/+72 |
2003-12-02 | netr_DatabaseSync() now works fully for databases 0, 1 and 2 | Andrew Tridgell | 1 | -1/+1 |
2003-12-02 | netr_DatabaseSync() now works fully for database 0 | Andrew Tridgell | 1 | -13/+25 |
2003-12-02 | initial netlogon database sync partly works - needs some IDL tweaks | Andrew Tridgell | 1 | -3/+3 |
2003-12-02 | added netr_DatabaseSync(). It doesn't work as I haven't done schannel | Andrew Tridgell | 1 | -0/+44 |
2003-12-02 | another big improvement in the credentials API. I think it now | Andrew Tridgell | 1 | -9/+23 |
2003-12-02 | * netr_ServerPasswordSet() now works - the test suite changes the | Andrew Tridgell | 1 | -19/+83 |
2003-12-01 | * another small API change in the credentials code | Andrew Tridgell | 1 | -9/+9 |
2003-12-01 | neater credentials handling in netlogon client code | Andrew Tridgell | 1 | -24/+16 |
2003-12-01 | added netr_LogonSamLogon() and test code | Andrew Tridgell | 1 | -7/+59 |
2003-12-01 | added netr_ServerAuthenticate() and test code | Andrew Tridgell | 1 | -8/+35 |
2003-12-01 | added netr_ServerReqChallenge and cleaned up byte array printing | Andrew Tridgell | 1 | -0/+58 |
2003-12-01 | started adding netlogon IDL and test suite | Andrew Tridgell | 1 | -0/+72 |