Age | Commit message (Expand) | Author | Files | Lines |
2011-03-19 | source4/torture/basic: Fix prototypes for all functions. | Jelmer Vernooij | 17 | -0/+17 |
2011-03-19 | source4/torture/raw: Fix prototypes for all functions. | Jelmer Vernooij | 31 | -0/+32 |
2011-03-18 | s4-smbtorture: add netsessiongetinfo() test. | Günther Deschner | 1 | -0/+60 |
2011-03-18 | s4-smbtorture: add missing error code check in test_netsessionenum(). | Günther Deschner | 1 | -0/+2 |
2011-03-18 | s4-smbtorture: add test for rap_NetUserDelete(). | Günther Deschner | 1 | -0/+49 |
2011-03-18 | s4-smbtorture: add test for rap_NetUserAdd(). | Günther Deschner | 1 | -1/+66 |
2011-03-18 | s4-smbtorture: use torture_assert_ and comment functions in raw.eas test. | Günther Deschner | 1 | -32/+29 |
2011-03-18 | s4-smbtorture: use torture_context in raw.eas test. | Günther Deschner | 1 | -6/+6 |
2011-03-18 | s4-smbtorture: remove trailing whitespace from raw.eas test. | Günther Deschner | 1 | -34/+34 |
2011-03-17 | s4-smbtorture: more torture_fail usage in raw.write test. | Günther Deschner | 1 | -6/+6 |
2011-03-16 | s4-smbtorture: use torture_assert in torture_samba3_rpc_sharesec(). | Günther Deschner | 1 | -23/+18 |
2011-03-16 | s4-smbtorture: use torture_fail and _assert in torture_samba3_rpc_getusername(). | Günther Deschner | 1 | -48/+16 |
2011-03-16 | s4-smbtorture: remove explicit mem_ctx from torture_samba3_rpc_getusername(). | Günther Deschner | 1 | -20/+14 |
2011-03-16 | s4-smbtorture: use torture_assert in samr large-dc test. | Günther Deschner | 1 | -14/+38 |
2011-03-16 | s4-smbtorture: use torture_fail and _assert macros in torture_netlogon_samba3(). | Günther Deschner | 1 | -30/+16 |
2011-03-16 | s4-smbtorture: remove explicit mem_ctx from torture_netlogon_samba3(). | Günther Deschner | 1 | -12/+3 |
2011-03-16 | s4-smbtorture: use torture_fail and _skip in raw.write test. | Günther Deschner | 1 | -54/+30 |
2011-03-16 | s4-smbtorture: remove duplicate if branch in raw.write test. | Günther Deschner | 1 | -5/+0 |
2011-03-16 | s4-smbtorture: use torture_fail/-assert api in torture_samba3_hide(). | Günther Deschner | 1 | -59/+26 |
2011-03-15 | s4-rap: remove last iconv_convenience traces from rap client and test code. | Günther Deschner | 1 | -4/+3 |
2011-03-15 | s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP subs... | Günther Deschner | 6 | -1510/+6 |
2011-03-15 | s4-smbtorture: check for username and computername presence in rap_netsession... | Günther Deschner | 1 | -1/+20 |
2011-03-14 | Merge new lorikeet heimdal, revision 85ed7247f515770c73b1f1ced1739f6ce19d75d2 | Jelmer Vernooij | 1 | -1/+1 |
2011-03-13 | s4:torture/rpc/scanner: use dcerpc_binding_handle_raw_call() instead of dcerp... | Stefan Metzmacher | 1 | -2/+11 |
2011-03-13 | s4:torture/rpc/countcalls: use dcerpc_binding_handle_raw_call() instead of dc... | Stefan Metzmacher | 1 | -2/+12 |
2011-03-13 | s4:torture/rpc/autoidl: use dcerpc_binding_handle_raw_call() instead of dcerp... | Stefan Metzmacher | 1 | -6/+43 |
2011-03-13 | s4:torture/rpc/object_uuid: use dcerpc_binding_handle_call() instead of dcerp... | Stefan Metzmacher | 1 | -2/+4 |
2011-03-02 | s4:torture/rap/rap.c - remove unused variable "i" | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2011-03-02 | s4-smbtorture: add netsessionenum rap torture test. | Günther Deschner | 1 | -0/+25 |
2011-03-02 | s4-smbtorture: add smbcli_rap_netsessionenum(). | Günther Deschner | 1 | -0/+80 |
2011-02-28 | Fix some types | Jelmer Vernooij | 5 | -6/+6 |
2011-02-28 | Use <tdb.h> to include tdb, so the system include file gets used when buildin... | Jelmer Vernooij | 2 | -2/+2 |
2011-02-27 | s4/drs-test: Remove unused imports | Kamen Mazdrashki | 3 | -25/+0 |
2011-02-27 | s4/drs-test: remove netReplicateCmd test from 'deleted object' test case | Kamen Mazdrashki | 1 | -10/+4 |
2011-02-27 | s4/drs-tests: Disable replication during 'deleted object' test | Kamen Mazdrashki | 1 | -17/+10 |
2011-02-27 | s4/drs-tests: Move enable/disable replication methods to DrsBase class so we ... | Kamen Mazdrashki | 2 | -12/+11 |
2011-02-24 | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 1 | -0/+1 |
2011-02-22 | s4:torture/rpc/netlogon.c - fix two build warnings by casts | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2011-02-22 | s4-waf: rename smbpasswd library to smbpasswdparser | Andrew Tridgell | 1 | -1/+1 |
2011-02-21 | s4-smbtorture: use torture_comment() instead of printf in raw.write test. | Günther Deschner | 1 | -66/+67 |
2011-02-21 | s4-smbtorture: fix some indent in raw.write test. | Günther Deschner | 1 | -4/+4 |
2011-02-21 | s4-smbtorture: fix trailing whitespace in raw.write test. | Günther Deschner | 1 | -22/+22 |
2011-02-21 | s4:smbtorture do not leave output directory around | Christian Ambach | 1 | -13/+10 |
2011-02-20 | s4/drs-tests:Blackbox test to verify DsReplicaSync handling | Kamen Mazdrashki | 1 | -0/+91 |
2011-02-20 | s4/drs-tests: Allow _net_drs_replicate to force replication and return output... | Kamen Mazdrashki | 1 | -2/+4 |
2011-02-20 | s4/drs-tests: Split samba-tool command line generation into separate method | Kamen Mazdrashki | 1 | -7/+12 |
2011-02-20 | s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCase | Kamen Mazdrashki | 1 | -45/+2 |
2011-02-20 | s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCase | Kamen Mazdrashki | 1 | -35/+2 |
2011-02-20 | s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCase | Kamen Mazdrashki | 1 | -44/+2 |
2011-02-20 | s4/drs-tests: Add a base class to hold common functionality for all DRS pytho... | Kamen Mazdrashki | 1 | -0/+104 |