summaryrefslogtreecommitdiff
path: root/source4/torture
Commit message (Expand)AuthorAgeFilesLines
* lib/util: add tests for anonymous_shared_allocate/free()Stefan Metzmacher2011-01-202-1/+17
* s4-torture Remove unused temp dirs from the RPC-PAC test.Andrew Bartlett2011-01-181-9/+0
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-4/+4
* s4:torture/nbench/nbench.c - initialise "n"Matthias Dieter Wallnöfer2011-01-121-1/+1
* torture:drs/rpc/msds_intid.c - proof for the correct "intId"Matthias Dieter Wallnöfer2011-01-121-1/+1
* torture: add ndr tests for backup key protocolMatthieu Patou2011-01-123-1/+161
* s4-smbtorture: check driver_version equality as well.Günther Deschner2011-01-041-0/+2
* s4-smbtorture: always setup full driver level 8 in test_add_driver_arg().Günther Deschner2011-01-041-6/+13
* s4-smbtorture: in test_GetDriverInfo_winreg() always test level 6 for samba3 asGünther Deschner2011-01-041-7/+2
* s4-smbtorture: setup help and dependent files in spoolss driver unc path tests.Günther Deschner2011-01-041-0/+8
* s4-smbtorture: fix DriverDate and DriverVersion comparison checks against w2k3.Günther Deschner2011-01-041-0/+2
* s4-smbtorture: add more tests for driver_dates.Günther Deschner2011-01-041-0/+39
* remove unnecessary use of pass.Jelmer Vernooij2011-01-031-8/+0
* Use TestCase.get_credentials() where possible.Jelmer Vernooij2011-01-034-7/+6
* s4:selftest: specify the gentest_seeds.dat locationStefan Metzmacher2010-12-271-1/+1
* s4:torture/ndr/spoolss.c - add a "ULL" suffix for a 64 bit unsigned integer l...Matthias Dieter Wallnöfer2010-12-231-1/+1
* s4-smbtorture: always skip addprinter{ex} level 1 tests for now.Günther Deschner2010-12-221-4/+6
* s4-smbtorture: fix expected driver date REG_SZ string.Günther Deschner2010-12-221-0/+5
* s4-smbtorture: check the returned driver date is equal to the one we passed in.Günther Deschner2010-12-221-0/+4
* s4-smbtorture: interesting, DriverDate and DriverVersion are different in w2k...Günther Deschner2010-12-221-2/+25
* s4:dsdb/schema/schema_* - adaptions needed for removed "const" on OIDsMatthias Dieter Wallnöfer2010-12-211-1/+4
* s4-smbtorture: run the winreg tests also against an added driver.Günther Deschner2010-12-201-0/+19
* s4-smbtorture: allow to call test_GetDriverInfo_winreg without printer handle.Günther Deschner2010-12-171-11/+30
* s4-smbtorture: check if returned driver paths match requested architecture.Günther Deschner2010-12-171-26/+100
* s4-smbtorture: pass down driverosversion to test_DriverInfo_winreg.Günther Deschner2010-12-171-7/+9
* s4-smbtorture: skip level 8 checks in test_GetDriverInfo_winreg for w2k3.Günther Deschner2010-12-171-0/+4
* s4-smbtorture: skipping level 8 driveradds against w2k3.Günther Deschner2010-12-171-1/+18
* s4-test/repl_schema: remove unused and commented out codeKamen Mazdrashki2010-12-151-3/+0
* s4-test/repl_schema: Make sure every object is with unique nameKamen Mazdrashki2010-12-151-2/+5
* s4-test/repl_schema: use 'top' as default base class for our test classSchema...Kamen Mazdrashki2010-12-151-1/+1
* s4-test/repl_schema: New test to test a classSchema with custom attributeKamen Mazdrashki2010-12-151-0/+24
* s4-smbtorture: paranoia check for architectures in request and reply for enum...Günther Deschner2010-12-141-0/+10
* smbtorture: Default to listing all tests if no prefix was specified.Jelmer Vernooij2010-12-111-2/+6
* smbtorture: Implement --list argument.Jelmer Vernooij2010-12-111-10/+45
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-11100-565/+549
* smbtorture: correct error handling in BASE-OPEN.James Peach2010-12-111-71/+104
* smbtorture: Rename --list to --list-suites, add stub --list.Jelmer Vernooij2010-12-103-12/+13
* s4-tests Workaround new default of 'client ntlmv2 auth = yes' in testsAndrew Bartlett2010-12-091-1/+1
* smbtorture: use xxxULL notation instead of INT64_C(xxx)Matthieu Patou2010-12-081-2/+2
* s4:torture/locktest.c - fix "pid_t" printf warning on SolarisMatthias Dieter Wallnöfer2010-12-061-1/+1
* s4:torture/locktest.c - fix one indentationMatthias Dieter Wallnöfer2010-12-061-1/+1
* s4:torture/rpc/samr.c - fix output messageMatthias Dieter Wallnöfer2010-12-041-1/+1
* s4-test/repl_schema: Test class inheritance through subClassOfKamen Mazdrashki2010-12-021-1/+26
* s4-test/fsmo: Remove unused importsKamen Mazdrashki2010-12-021-2/+0
* s4-test/delete_object: Remove unused importsKamen Mazdrashki2010-12-021-3/+4
* s4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible to usKamen Mazdrashki2010-12-021-0/+1
* s4-test/repl_schema: Test classSchema and attributeSchema replication in sepa...Kamen Mazdrashki2010-12-021-0/+18
* s4-test/schema: Extend the test to replicate a Class with Attribute with "may...Kamen Mazdrashki2010-12-011-2/+10
* s4-repl: Let dsdb_replicated_objects_convert() to accept schema from callerKamen Mazdrashki2010-12-011-0/+1
* s4:torture - partially revert "s4:torture - prefer the termination "return"s ...Matthias Dieter Wallnöfer2010-11-301-4/+2