summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
AgeCommit message (Collapse)AuthorFilesLines
2008-10-17s4-smbtorture: fix test_DsReplicaGetInfo.Günther Deschner1-11/+16
Guenther
2008-10-17s4-smbtorture: fix test_DsGetNCChanges torture test.Günther Deschner1-0/+2
This must have been broken since a while already. Guenther
2008-10-17s4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test.Günther Deschner1-0/+4
Guenther
2008-10-17s4: merge from s3 drsuapi.idl.Günther Deschner2-33/+41
Guenther
2008-10-17Add a test to RPC-NETLOGON for random machine account passwords.Andrew Bartlett1-12/+59
Andrew Bartlett
2008-10-17Improve RPC-SAMR tests to check random passwordsAndrew Bartlett1-3/+175
By random I don't mean 'nice stream of ASCII chars, but pure random passwords containing invalid UTF16 sequences etc. Andrew Bartlett
2008-10-15Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2-3/+3
2008-10-15s4: merge from s3 samr.idl.Günther Deschner2-3/+3
Guenther
2008-10-15Sync parameter names with samba 3.Jelmer Vernooij1-2/+2
2008-10-15winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij1-1/+2
2008-10-15s4: fix smbtorture build with merged wksvcs idl.Günther Deschner1-10/+10
Guenther
2008-10-15Fix wkssvc test build.Jelmer Vernooij1-10/+10
2008-10-15Share wkssvc.idl.Jelmer Vernooij1-4/+4
2008-10-15Share eventlog.idl.Jelmer Vernooij1-3/+6
2008-10-15Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij2-4/+4
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij3-3/+3
2008-10-06Make RPC-LSA test for enumeration conditions more strictAndrew Bartlett1-3/+14
2008-10-06Implement 'type unknown' names in the CrackNames code.Andrew Bartlett1-0/+1
This guesses the type by running each of the possible options. Andrew Bartlett
2008-10-03updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell1-9/+21
plugfest in Redmond
2008-10-03expanded the netlogon test to better simulate the WSPP NRPC test thatAndrew Tridgell1-1/+9
we had some trouble with
2008-10-03Merge commit 'master/master'Andrew Tridgell1-3/+3
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke1-3/+3
2008-09-30add a test for a LSA lookupnames with a NULL stringAndrew Tridgell1-4/+5
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell6-15/+119
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-3/+91
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett1-3/+3
2008-09-29setup the loadparm context for ldb in testjoinAndrew Tridgell1-0/+1
2008-09-30s4:torture/rpc: add RPC-OBJECTUUIDStefan Metzmacher2-0/+88
This test shows that object uuids should be ignored if they're present in a dcerpc request. metze
2008-09-30Cope with API changes.Jelmer Vernooij2-8/+16
2008-09-30Remove uses of global_loadparm.Jelmer Vernooij1-2/+6
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij1-2/+6
using global_loadparm.
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij8-8/+8
2008-09-23RPC-PAC: loop in gensec_update() untill the server side is readyStefan Metzmacher1-5/+1
metze
2008-09-22Remove unused variableAndrew Bartlett1-2/+0
2008-09-22Test re-setting the challenge after an auth3 in RPC-NETLOGONAndrew Bartlett1-0/+4
2008-09-22This torture test and skipping of the server-side check was bogus.Andrew Bartlett1-49/+0
The IDL is declared to force the MessageType to 3 on output, so we instead checked the same thing 255 times... Andrew Bartlett
2008-09-21Torture suite: Revert some changes because they aren't necessaryMatthias Dieter Wallnöfer2-16/+0
This reverts some changes made by me because they aren't necessary. The "ZERO_STRUCT"'s remain in.
2008-09-21Torture suite: Fixes the tests to not segfault again SAMBA 4 registry serverMatthias Dieter Wallnöfer2-0/+32
2008-09-08More work towards trusted domains support in Samba4's LSAAndrew Bartlett1-1/+1
Make 'lsar_CreateTrustedDomain' consistant with lsar_CreateTrustedDomainEx{,2} by renaming handle -> policy_handle Implement LSA server logic to create the cn=users trust account for incoming trusts. Andrew Bartlett (This used to be commit d87b655e20b7c38756774cec2e5898af38c46786)
2008-09-04More work to implement LSA CreateTrustedDomainEx2Andrew Bartlett1-3/+37
We still don't get the format inside the encrypted blob correct however. Andrew Bartlett (This used to be commit 99a3abda09716c064b3e9a37c4a79a8f62444eca)
2008-09-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-2/+179
(This used to be commit 9590805bcbdd1924eda5a69978ffac7ec7603451)
2008-09-03Test a few more error cases in RPC-PACAndrew Bartlett1-2/+179
(This used to be commit 50502b3b8faf89cf5ad396102f4fe80eaa213908)
2008-09-02Start testing CreateTrustedDomainEx2Andrew Bartlett1-1/+108
Andrew Bartlett (This used to be commit 91ae8dca254aa8c032daf0c87fa2a47760d32586)
2008-09-01Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.Andrew Bartlett1-3/+18
Also check we get the defaults correct with a query in the torture suite. Andrew Bartlett (This used to be commit b55a1b63cc2f7de889f046e975e3414bc5000613)
2008-08-29It turns out that the Netlogon PAC verification is encrypted.Andrew Bartlett1-1/+3
This test now passes against Win2k3, and a implementation in the Samba4 server should follow shortly. Andrew Bartlett (This used to be commit c6b8ba893dd3ed90bca32c0ae89fd33be729c238)
2008-08-28Further rework the RPC-PAC test.Andrew Bartlett1-34/+15
This would seem to match the documentation requirements for the PAC verfication over NETLOGON, but I can't get Win2k3 to accept it so far. Andrew Bartlett (This used to be commit acfa87f3411a61bdd9066fbbba2bcfbe2a60cbbe)
2008-08-27Add missing file - netlogon.hAndrew Bartlett1-0/+6
This file allows the remote_pac.c code to call into netlogon.c's setup credentials code. Andrew Bartlett (This used to be commit 0343987cf18c1287d98ae542d397ab1fab0a04b7)
2008-08-27Add a test to explore Netlogon PAC validationAndrew Bartlett4-3/+234
However, I have still not figured out this protocol yet, and the docs are rather unclear... :-( Andrew Bartlett (This used to be commit d878643071a1477435a267e2944461d367cdfa79)
2008-08-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-57/+94
(This used to be commit d7db5fe161429163a19d18c7e3045939897b9b2a)
2008-08-26Don't use lsa_Delete any more, as smbd now refuses it.Andrew Bartlett1-2/+3
(This used to be commit 8e1285a1ee60e3d3b7352ab7269d535c41916b46)