summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-3/+3
2007-10-10r6286: Add back metze's test of setting a trust password to ''. I removedAndrew Bartlett1-5/+33
2007-10-10r6032: Fix up SetServerPassword2 on NETLOGON for [bigendian]. Clearly nobodyAndrew Bartlett1-41/+17
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-9/+0
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-9/+10
2007-10-10r5902: A rather large change...Andrew Bartlett1-52/+96
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-1/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.Andrew Bartlett1-10/+4
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-2/+2
2007-10-10r4707: w2k3 don't restict passwords onStefan Metzmacher1-0/+63
2007-10-10r4706: Fix the build, after I renamed these elements in the IDL.Andrew Bartlett1-1/+1
2007-10-10r4702: implment idl, torture test and server code for netr_ServerPasswordSet2()Stefan Metzmacher1-2/+69
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell1-1/+1
2007-10-10r4614: Fix RPC-SAMLOGON, to use the workstation context (forgot to globally r...Andrew Bartlett1-2/+4
2007-10-10r4597: Recently I've come across a case where I suspect the GetAnyDCName requ...Volker Lendecke1-0/+94
2007-10-10r4560: - fixed crash bugs in the RPC-SCHANNEL and RPC-NETLOGON testsAndrew Tridgell1-75/+29
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-2/+2
2007-10-10r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett1-0/+16
2007-10-10r3914: add idl, torture test and simple server for netr_DrsGetDCNameEx2()Stefan Metzmacher1-0/+44
2007-10-10r3686: The results of some work on the NETLOGON pipe:Andrew Bartlett1-3/+73
2007-10-10r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into aAndrew Bartlett1-1011/+37
2007-10-10r3676: Add a negitive test for NTLM2 session security (which should notAndrew Bartlett1-10/+96
2007-10-10r3657: More netlogon torture. We now test both function calls (SamLogon and ...Andrew Bartlett1-43/+102
2007-10-10r3653: Move Interactive login tests up with the rest of the logon tests.Andrew Bartlett1-71/+126
2007-10-10r3557: Use a switch, not a series of if/else if statements.Andrew Bartlett1-8/+11
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-1/+1
2007-10-10r3104: My Win2k3 server, with current updates, still sends the LM key for lev...Andrew Bartlett1-1/+1
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-4/+3
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-5/+3
2007-10-10r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher1-1/+3
2007-10-10r2220: Updates to the NETLOGON torture test. This copes with 'long'Andrew Bartlett1-125/+146
2007-10-10r2185: add a callback function to the dcerpc async APIAndrew Tridgell1-4/+20
2007-10-10r2181: an rpc async test on the netlogon pipeAndrew Tridgell1-0/+71
2007-10-10r2071: - change smbtorture to use the popt_common stuffStefan Metzmacher1-3/+5
2007-10-10r2035: Fix spelling.Andrew Bartlett1-1/+1
2007-10-10r1995: a ndrdump file from abartlet make it clear that this isn't a pointerStefan Metzmacher1-3/+2
2007-10-10r1647: destroy mem_ctxStefan Metzmacher1-1/+3
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-5/+4
2007-10-10r1189: Now that we use a common 'base' return structure for the SamLogonAndrew Bartlett1-37/+25
2007-10-10r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell1-11/+70
2007-10-10r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell1-22/+22
2007-10-10r1140: added IDL and test code for validation level 6 in sam logonAndrew Tridgell1-5/+14
2007-10-10r1137: - added torture test for netr_LogonGetDomainInfo() callAndrew Tridgell1-0/+59
2007-10-10r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett1-26/+30
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett1-6/+6
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell1-174/+11