summaryrefslogtreecommitdiffstats
path: root/source4/torture
Commit message (Expand)AuthorAgeFilesLines
* source4/torture: Fix prototypes for all functions.Jelmer Vernooij2011-03-197-0/+8
* source4/torture/ndr: Fix prototypes for all functions.Jelmer Vernooij2011-03-1914-0/+14
* source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij2011-03-1917-0/+17
* source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij2011-03-1931-0/+32
* s4-smbtorture: add netsessiongetinfo() test.Günther Deschner2011-03-181-0/+60
* s4-smbtorture: add missing error code check in test_netsessionenum().Günther Deschner2011-03-181-0/+2
* s4-smbtorture: add test for rap_NetUserDelete().Günther Deschner2011-03-181-0/+49
* s4-smbtorture: add test for rap_NetUserAdd().Günther Deschner2011-03-181-1/+66
* s4-smbtorture: use torture_assert_ and comment functions in raw.eas test.Günther Deschner2011-03-181-32/+29
* s4-smbtorture: use torture_context in raw.eas test.Günther Deschner2011-03-181-6/+6
* s4-smbtorture: remove trailing whitespace from raw.eas test.Günther Deschner2011-03-181-34/+34
* s4-smbtorture: more torture_fail usage in raw.write test.Günther Deschner2011-03-171-6/+6
* s4-smbtorture: use torture_assert in torture_samba3_rpc_sharesec().Günther Deschner2011-03-161-23/+18
* s4-smbtorture: use torture_fail and _assert in torture_samba3_rpc_getusername().Günther Deschner2011-03-161-48/+16
* s4-smbtorture: remove explicit mem_ctx from torture_samba3_rpc_getusername().Günther Deschner2011-03-161-20/+14
* s4-smbtorture: use torture_assert in samr large-dc test.Günther Deschner2011-03-161-14/+38
* s4-smbtorture: use torture_fail and _assert macros in torture_netlogon_samba3().Günther Deschner2011-03-161-30/+16
* s4-smbtorture: remove explicit mem_ctx from torture_netlogon_samba3().Günther Deschner2011-03-161-12/+3
* s4-smbtorture: use torture_fail and _skip in raw.write test.Günther Deschner2011-03-161-54/+30
* s4-smbtorture: remove duplicate if branch in raw.write test.Günther Deschner2011-03-161-5/+0
* s4-smbtorture: use torture_fail/-assert api in torture_samba3_hide().Günther Deschner2011-03-161-59/+26
* s4-rap: remove last iconv_convenience traces from rap client and test code.Günther Deschner2011-03-151-4/+3
* s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP subs...Günther Deschner2011-03-156-1510/+6
* s4-smbtorture: check for username and computername presence in rap_netsession...Günther Deschner2011-03-151-1/+20
* Merge new lorikeet heimdal, revision 85ed7247f515770c73b1f1ced1739f6ce19d75d2Jelmer Vernooij2011-03-141-1/+1
* s4:torture/rpc/scanner: use dcerpc_binding_handle_raw_call() instead of dcerp...Stefan Metzmacher2011-03-131-2/+11
* s4:torture/rpc/countcalls: use dcerpc_binding_handle_raw_call() instead of dc...Stefan Metzmacher2011-03-131-2/+12
* s4:torture/rpc/autoidl: use dcerpc_binding_handle_raw_call() instead of dcerp...Stefan Metzmacher2011-03-131-6/+43
* s4:torture/rpc/object_uuid: use dcerpc_binding_handle_call() instead of dcerp...Stefan Metzmacher2011-03-131-2/+4
* s4:torture/rap/rap.c - remove unused variable "i"Matthias Dieter Wallnöfer2011-03-021-1/+0
* s4-smbtorture: add netsessionenum rap torture test.Günther Deschner2011-03-021-0/+25
* s4-smbtorture: add smbcli_rap_netsessionenum().Günther Deschner2011-03-021-0/+80
* Fix some typesJelmer Vernooij2011-02-285-6/+6
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-282-2/+2
* s4/drs-test: Remove unused importsKamen Mazdrashki2011-02-273-25/+0
* s4/drs-test: remove netReplicateCmd test from 'deleted object' test caseKamen Mazdrashki2011-02-271-10/+4
* s4/drs-tests: Disable replication during 'deleted object' testKamen Mazdrashki2011-02-271-17/+10
* s4/drs-tests: Move enable/disable replication methods to DrsBase class so we ...Kamen Mazdrashki2011-02-272-12/+11
* build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell2011-02-241-0/+1
* s4:torture/rpc/netlogon.c - fix two build warnings by castsMatthias Dieter Wallnöfer2011-02-221-2/+2
* s4-waf: rename smbpasswd library to smbpasswdparserAndrew Tridgell2011-02-221-1/+1
* s4-smbtorture: use torture_comment() instead of printf in raw.write test.Günther Deschner2011-02-211-66/+67
* s4-smbtorture: fix some indent in raw.write test.Günther Deschner2011-02-211-4/+4
* s4-smbtorture: fix trailing whitespace in raw.write test.Günther Deschner2011-02-211-22/+22
* s4:smbtorture do not leave output directory aroundChristian Ambach2011-02-211-13/+10
* s4/drs-tests:Blackbox test to verify DsReplicaSync handlingKamen Mazdrashki2011-02-201-0/+91
* s4/drs-tests: Allow _net_drs_replicate to force replication and return output...Kamen Mazdrashki2011-02-201-2/+4
* s4/drs-tests: Split samba-tool command line generation into separate methodKamen Mazdrashki2011-02-201-7/+12
* s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCaseKamen Mazdrashki2011-02-201-45/+2
* s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCaseKamen Mazdrashki2011-02-201-35/+2