summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* r13583: Realise that the member server name appears in all calls that use theAndrew Bartlett2007-10-101-3/+2
* r13346: use private proto header files for the torture testsStefan Metzmacher2007-10-101-0/+1
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-8/+1
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-6/+2
* r11404: Another torture test and a new WERR.Andrew Bartlett2007-10-101-0/+13
* r11402: In response to comments by volker, expand our Netlogon DsRGetDCNameAndrew Bartlett2007-10-101-10/+111
* r11298: Consolidate the 'short' samlogon tests, and move to using theAndrew Bartlett2007-10-101-28/+70
* r10697: Change the torture join code to return a credentials structure, asAndrew Bartlett2007-10-101-1/+4
* r10486: This is a merge of Brad Henry's 'net join' rework, to better performAndrew Bartlett2007-10-101-1/+1
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-101-3/+3
* r10255: Fix some more 64-bit warnings.Tim Potter2007-10-101-2/+2
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-3/+3
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-101-3/+3
* r6286: Add back metze's test of setting a trust password to ''. I removedAndrew Bartlett2007-10-101-5/+33
* r6032: Fix up SetServerPassword2 on NETLOGON for [bigendian]. Clearly nobodyAndrew Bartlett2007-10-101-41/+17
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-9/+0
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-9/+10
* r5902: A rather large change...Andrew Bartlett2007-10-101-52/+96
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-1/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-0/+1
* r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.Andrew Bartlett2007-10-101-10/+4
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4707: w2k3 don't restict passwords onStefan Metzmacher2007-10-101-0/+63
* r4706: Fix the build, after I renamed these elements in the IDL.Andrew Bartlett2007-10-101-1/+1
* r4702: implment idl, torture test and server code for netr_ServerPasswordSet2()Stefan Metzmacher2007-10-101-2/+69
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-1/+1
* r4614: Fix RPC-SAMLOGON, to use the workstation context (forgot to globally r...Andrew Bartlett2007-10-101-2/+4
* r4597: Recently I've come across a case where I suspect the GetAnyDCName requ...Volker Lendecke2007-10-101-0/+94
* r4560: - fixed crash bugs in the RPC-SCHANNEL and RPC-NETLOGON testsAndrew Tridgell2007-10-101-75/+29
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-2/+2
* r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett2007-10-101-0/+16
* r3914: add idl, torture test and simple server for netr_DrsGetDCNameEx2()Stefan Metzmacher2007-10-101-0/+44
* r3686: The results of some work on the NETLOGON pipe:Andrew Bartlett2007-10-101-3/+73
* r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into aAndrew Bartlett2007-10-101-1011/+37
* r3676: Add a negitive test for NTLM2 session security (which should notAndrew Bartlett2007-10-101-10/+96
* r3657: More netlogon torture. We now test both function calls (SamLogon and ...Andrew Bartlett2007-10-101-43/+102
* r3653: Move Interactive login tests up with the rest of the logon tests.Andrew Bartlett2007-10-101-71/+126
* 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