summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell1-174/+11
2007-10-10r1026: Spelling.Tim Potter1-1/+1
2007-10-10r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett1-21/+21
2007-10-10r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett1-1/+1
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-4/+8
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-11/+11
2007-10-10r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell1-10/+93
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-3/+3
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-0/+28
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-9/+9
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-2/+3
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-10/+8
2007-10-10r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett1-8/+5
2007-10-10r782: added torture test for level 6 logon level in netr_LogonSamLogonAndrew Tridgell1-104/+112
2007-10-10r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett1-0/+2
2007-10-10r752: Remove debugging hack (make sure the cleanup test account after weAndrew Bartlett1-2/+5
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett1-16/+25
2007-10-10r684: Note the fact that NTLMv2 provides a weath of futher testcases...Andrew Bartlett1-0/+1
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett1-55/+657
2007-10-10r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartletAndrew Tridgell1-14/+18
2007-10-10r372: automatically create a fake BDC machine account and delete itAndrew Tridgell1-22/+188
2007-10-10r133: don't try to do a database deltas with a -1 seq numAndrew Tridgell1-0/+4
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-2/+0
2003-12-02added netr_LogonControl2Ex()Andrew Tridgell1-1/+85
2003-12-02added netr_DatabaseSync2()Andrew Tridgell1-0/+55
2003-12-02added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell1-3/+145
2003-12-02added netr_LogonControl() and netr_GetAnyDCName()Andrew Tridgell1-5/+70
2003-12-02added netr_GetDcName() - quite a useful callAndrew Tridgell1-5/+30
2003-12-02added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED callAndrew Tridgell1-1/+40
2003-12-02added netr_AccountDeltas(), which w2k3 givesAndrew Tridgell1-0/+41
2003-12-02netr_DatabaseDeltas() now works. We ask for the deltas associated withAndrew Tridgell1-0/+72
2003-12-02netr_DatabaseSync() now works fully for databases 0, 1 and 2Andrew Tridgell1-1/+1
2003-12-02netr_DatabaseSync() now works fully for database 0Andrew Tridgell1-13/+25
2003-12-02initial netlogon database sync partly works - needs some IDL tweaksAndrew Tridgell1-3/+3
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell1-0/+44
2003-12-02another big improvement in the credentials API. I think it nowAndrew Tridgell1-9/+23
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-19/+83
2003-12-01 * another small API change in the credentials codeAndrew Tridgell1-9/+9
2003-12-01neater credentials handling in netlogon client codeAndrew Tridgell1-24/+16
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell1-7/+59
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell1-8/+35
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell1-0/+58
2003-12-01started adding netlogon IDL and test suiteAndrew Tridgell1-0/+72