summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-20s4-torture: No need to disable rpc.spoolss.win test when compiled with MIT ke...Günther Deschner1-1/+1
2012-12-12s4-torture: move samr_ValidatePassword test out of main samr test.Günther Deschner1-0/+1
2012-06-08s4-torture: fsrvp test suiteDavid Disseldorp1-0/+1
2012-06-07waf: support --without-ad-dc for Heimdal (embedded and system) as wellAlexander Bokovoy1-1/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-0/+2
2012-05-04Avoid using Heimdal-specific tests in MIT buildAlexander Bokovoy1-0/+2
2011-10-27s4-torture: Add a samr privilege check.Andreas Schneider1-0/+1
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-1/+1
2011-02-05s4 torture: add new rpc torture tests for backup key remote protocolMatthieu Patou1-0/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-22/+22
2010-11-02s4-torture Add tests for DES-only accounts PAC behaviour/validation.Andrew Bartlett1-0/+35
2010-08-25s4-smbtorture: Added a torture test for forest trustsSumit Bose1-0/+1
2010-08-17smbtorture: Ensure that the RPC setup returns correct status.James Peach1-4/+4
2010-08-11s4-test: Move RPC-DSSYNC test in DRS-RPC test suiteKamen Mazdrashki1-1/+0
2010-07-14s4-smbtorture: add very simple RPC-BIND testsuite.Günther Deschner1-0/+1
2010-06-05s4-smbtorture: add RPC-SPOOLSS-ACCESS.Günther Deschner1-0/+1
2010-06-04s4-smbtorture: completely rework RPC-SPOOLSS-PRINTER.Günther Deschner1-1/+0
2010-06-03s4-smbtorture: convert RPC-SPOOLSS into a torture suite.Günther Deschner1-1/+1
2010-04-23s4-smbtorture: add RPC-SPOOLSS-DRIVER test.Günther Deschner1-0/+1
2010-04-14s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher1-1/+1
2010-03-19s4-smbtorture: rework RPC-DFS test a bit.Günther Deschner1-1/+1
2010-03-19s4-smbtorture: put all RPC-SAMB3-X torture tests into their own torture_suite.Günther Deschner1-17/+1
2010-01-20torture: add new test RPC-SAMR-PASSWORDS-LOCKOUTMichael Adam1-0/+1
2010-01-16s4-drs: torture test for DsGetReplInfo() (RPC-DSGETINFO test).Erick Nogueira do Nascimento1-0/+1
2010-01-12s4-smbtorture: add RPC-SAMR-PASSWORDS-BADPWDCOUNT torture test.Günther Deschner1-0/+1
2009-12-15smbtorture4: Add rpc-samba3-getaliasmembership-0Volker Lendecke1-0/+2
2009-11-17s4/drs(tort): Convert DSSYNC test to a test case fixtureKamen Mazdrashki1-1/+1
2009-11-09s4-smbtorture: re-arrange netlogon LogonControl test.Günther Deschner1-0/+1
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2009-09-11s4/tort: RPC-DRSUAPI test case refactored to match torture architectureKamen Mazdrashki1-1/+1
2009-09-08tort: RPC-CRACKNAMES test case refactoredKamen Mazdrashki1-1/+1
2009-08-26s4-smbtorture: add RPC-NETLOGON-S3 to test samba3 netlogon server.Günther Deschner1-0/+1
2009-07-16s4-smbtorture: move all privilege tests to RPC-LSA-PRIVILEGES.Günther Deschner1-0/+1
2009-07-16s4-smbtorture: move all trusted domain tests to RPC-LSA-TRUSTED-DOMAINS.Günther Deschner1-0/+1
2009-07-14s4-smbtorture: add RPC-SPOOLSS-PRINTER test.Günther Deschner1-0/+1
2009-06-29s4-smbtorture: add RPC-SAMR-MACHINE-AUTH test.Günther Deschner1-0/+1
2009-06-29s4-smbtorture: add torture_suite_add_machine_workstation_rpc_iface_tcase.Günther Deschner1-4/+54
2009-05-25s4-smbtorture: add RPC-SAMR-LARGE-DC test.Günther Deschner1-0/+1
2009-05-18s4-smbtorture: add RPC-SAMR-USERS-PRIVILEGES test.Günther Deschner1-0/+1
2009-05-11s4-smbtorture: add very basic RPC-LSA-LOOKUPNAMES test.Günther Deschner1-0/+1
2009-04-17s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263.Günther Deschner1-0/+1
2009-01-06s4-smbtorture: verify each password change via samlogon in SAMR-PASSWORDS-PWD...Günther Deschner1-1/+1
2008-12-06s4:torture: add simple RPC-BROWSER testStefan Metzmacher1-0/+1
2008-11-28s4-smbtorture: move test to SAMR-PASSWORDS-PWDLASTSET.Günther Deschner1-0/+1
2008-11-12s4-smbtorture: add very basic RPC-NTSVCS test.Günther Deschner1-0/+1
2008-11-02Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij1-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-30s4:torture/rpc: add RPC-OBJECTUUIDStefan Metzmacher1-0/+1
2008-08-27Add a test to explore Netlogon PAC validationAndrew Bartlett1-0/+1
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-1/+1