summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* r3557: Use a switch, not a series of if/else if statements.Andrew Bartlett2007-10-101-8/+11
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-101-1/+1
* r3104: My Win2k3 server, with current updates, still sends the LM key for lev...Andrew Bartlett2007-10-101-1/+1
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-4/+3
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-5/+3
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-101-1/+3
* r2220: Updates to the NETLOGON torture test. This copes with 'long'Andrew Bartlett2007-10-101-125/+146
* r2185: add a callback function to the dcerpc async APIAndrew Tridgell2007-10-101-4/+20
* r2181: an rpc async test on the netlogon pipeAndrew Tridgell2007-10-101-0/+71
* r2071: - change smbtorture to use the popt_common stuffStefan Metzmacher2007-10-101-3/+5
* r2035: Fix spelling.Andrew Bartlett2007-10-101-1/+1
* r1995: a ndrdump file from abartlet make it clear that this isn't a pointerStefan Metzmacher2007-10-101-3/+2
* r1647: destroy mem_ctxStefan Metzmacher2007-10-101-1/+3
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-5/+4
* r1189: Now that we use a common 'base' return structure for the SamLogonAndrew Bartlett2007-10-101-37/+25
* r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell2007-10-101-11/+70
* r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell2007-10-101-22/+22
* r1140: added IDL and test code for validation level 6 in sam logonAndrew Tridgell2007-10-101-5/+14
* r1137: - added torture test for netr_LogonGetDomainInfo() callAndrew Tridgell2007-10-101-0/+59
* r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett2007-10-101-26/+30
* r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett2007-10-101-6/+6
* r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell2007-10-101-174/+11
* r1026: Spelling.Tim Potter2007-10-101-1/+1
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-101-21/+21
* r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett2007-10-101-1/+1
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-4/+8
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-101-11/+11
* r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell2007-10-101-10/+93
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-3/+3
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-101-0/+28
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-4/+4
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-9/+9
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-2/+3
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-10/+8
* r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett2007-10-101-8/+5
* r782: added torture test for level 6 logon level in netr_LogonSamLogonAndrew Tridgell2007-10-101-104/+112
* r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett2007-10-101-0/+2
* r752: Remove debugging hack (make sure the cleanup test account after weAndrew Bartlett2007-10-101-2/+5
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-101-16/+25
* r684: Note the fact that NTLMv2 provides a weath of futher testcases...Andrew Bartlett2007-10-101-0/+1
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-101-55/+657
* r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartletAndrew Tridgell2007-10-101-14/+18
* r372: automatically create a fake BDC machine account and delete itAndrew Tridgell2007-10-101-22/+188
* r133: don't try to do a database deltas with a -1 seq numAndrew Tridgell2007-10-101-0/+4
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-031-2/+0
* added netr_LogonControl2Ex()Andrew Tridgell2003-12-021-1/+85
* added netr_DatabaseSync2()Andrew Tridgell2003-12-021-0/+55
* added netr_LogonControl2() and netr_ServerAuthenticate2()Andrew Tridgell2003-12-021-3/+145