Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -3/+2 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-09-09 | s4-drs-test: Add 'reset' and 'replace' tests for drsuapi_DsReplicaUpdateRefs | Kamen Mazdrashki | 1 | -4/+28 | |
At first I got the impression we are not handling those cases, but after those tests surprisingly passed I saw that we have correct behavior implemented in a helper function. So I decided to commit those tests in case someone change the strange-looking check for DRSUAPI_DRS_ADD_REF flag in a function that handles delete operation :) | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -3/+3 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-15 | s4:torture/rpc/drsuapi.c: check for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE ↵ | Stefan Metzmacher | 1 | -1/+1 | |
instead of DCERPC_FAULT_INVALID_TAG metze | |||||
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -1/+1 | |
The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze | |||||
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 1 | -8/+8 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-03-16 | s4:torture/rpc/drsuapi*: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -15/+16 | |
metze | |||||
2010-03-10 | s4/drs: DsWriteAccountSpn - Propagating IDL changes to source code | Kamen Mazdrashki | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/drs: DsGetNCChanges - Propagating IDL changes to source code | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-24 | s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest2 changes in source code | Kamen Mazdrashki | 1 | -3/+3 | |
2010-02-24 | s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest... changes into source code | Kamen Mazdrashki | 1 | -2/+2 | |
2010-02-24 | s4/drs: Propagate drsuapi_DsReplicaSync changes in source base | Kamen Mazdrashki | 1 | -4/+7 | |
2010-02-24 | s4/drs: Propagate drsuapi_DsReplicaSyncRequest1 changes in source base | Kamen Mazdrashki | 1 | -1/+1 | |
2010-02-17 | s4/drs:kccdrs_replica_get_info_obj_metadata implementation | Anatoliy Atanasov | 1 | -4/+4 | |
Fix the names of the drsuapi_DsReplicaInfoType enum and rebuild the .idl The get_info_obj_metadata implementation is ported from implementation i developed and tested at the samba io lab 2009 | |||||
2010-01-18 | idl: switched to using the WSPP names for the 'neighbour' DRS options | Andrew Tridgell | 1 | -7/+7 | |
The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations. | |||||
2010-01-16 | s4-torture: fixed DsReplicaGetInfo elements | Andrew Tridgell | 1 | -2/+2 | |
2010-01-14 | s4-torture: switch smbtorture to the generic DRS options | Andrew Tridgell | 1 | -4/+4 | |
2009-11-17 | s4/drs(tort): 'DsPrivate.pipe' renamed - 'pipe' is a system call | Kamen Mazdrashki | 1 | -10/+10 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -1/+0 | |
This reduces compile time somewhat. | |||||
2009-10-01 | s4-tort-drs: Add bind_info for dcerpc_drsuapi_DsBind() call | Kamen Mazdrashki | 1 | -1/+39 | |
After this patch DsGetNCChanges() test works fine. bind_info returned by server is also cached for future use Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-10-01 | s4-tort-drs: DsReplicaUpdateRefs test fixed and extended | Kamen Mazdrashki | 1 | -37/+50 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-11 | s4/tort: RPC-DRSUAPI test case refactored to match torture architecture | Kamen Mazdrashki | 1 | -67/+73 | |
2009-09-11 | s4/tort: code clean up using torture_drsuapi_assert_call() macro | Kamen Mazdrashki | 1 | -132/+36 | |
After this change, when a test fails, it gives reasonable failure message. | |||||
2009-09-11 | s4/tort: Propagate torture_context and use torture_comment | Kamen Mazdrashki | 1 | -66/+79 | |
NOTE: Not every place where printf is used is replaced by torture_comment. Future work shall "missed" printfs also. | |||||
2009-09-11 | s4/tort: Make common setup/teardown drsuapi test funcs really common | Kamen Mazdrashki | 1 | -13/+6 | |
2009-09-10 | s4/torture: fixed lots of crash bugs in the DRS tests | Andrew Tridgell | 1 | -17/+19 | |
2009-09-08 | tort: DsCrackNames - propagate torture context to all tests. | Kamen Mazdrashki | 1 | -46/+12 | |
2009-09-08 | tort: Helper function to get DC info for testing | Kamen Mazdrashki | 1 | -0/+53 | |
2009-09-08 | tort: Implement 'setup' and 'teardown' for DRSUAPI test cases. | Kamen Mazdrashki | 1 | -0/+43 | |
2008-10-18 | s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl. | Günther Deschner | 1 | -35/+40 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl. | Günther Deschner | 1 | -15/+25 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl. | Günther Deschner | 1 | -7/+14 | |
Guenther | |||||
2008-10-17 | s4-smbtorture: fix test_DsReplicaGetInfo. | Günther Deschner | 1 | -11/+16 | |
Guenther | |||||
2008-10-17 | s4-smbtorture: fix test_DsGetNCChanges torture test. | Günther Deschner | 1 | -0/+2 | |
This must have been broken since a while already. Guenther | |||||
2008-10-17 | s4: merge from s3 drsuapi.idl. | Günther Deschner | 1 | -22/+27 | |
Guenther | |||||
2008-06-30 | drsuapi.idl: remove some unknows from DsGetNCChanges() (update samba4 callers) | Stefan Metzmacher | 1 | -6/+6 | |
metze (This used to be commit d41b3dd6ffc4fd894bc05798dbc2ff4b53933a06) | |||||
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -4/+4 | |
(This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0) | |||||
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 1ab76ecc5311fa863e5d04899b6f110899818f55) | |||||
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit 2c6b755309fdf685cd0b0564272bf83038574a43) | |||||
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 1 | -18/+18 | |
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -49/+49 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -8/+8 | |
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58) | |||||
2007-10-10 | r25070: Revert DRSUAPI conversion to new API, as it broke some tests. | Jelmer Vernooij | 1 | -184/+303 | |
(This used to be commit cfb33df2d0eb36704d4702948a78102153663131) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 1 | -3/+3 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API. | Jelmer Vernooij | 1 | -144/+118 | |
(This used to be commit dadcc4708e1813c0b657f1d357c2ae202ea4ec5a) | |||||
2007-10-10 | r24844: Convert to torture API in preparation of helper functions for domain ↵ | Jelmer Vernooij | 1 | -184/+91 | |
member RPC tests. (This used to be commit c2521453a902ea5fd4f894a21af711ac2b2cbd40) | |||||
2007-10-10 | r24835: Put all RPC tests in the list (skipping when necessary), warn if ↵ | Jelmer Vernooij | 1 | -110/+55 | |
tests aren't there. (This used to be commit 1ff13ae254288afc56a3b19d00c7a20120eb4c74) | |||||
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 1319d88c099496be29dd9214fa2492c81e848369) | |||||
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5) |