summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/drsuapi.c
Commit message (Expand)AuthorAgeFilesLines
* torture: Quiet a warning about set but not used variableMatthieu Patou2013-08-061-8/+7
* torture-drsuapi: Make the name of the dc variableMatthieu Patou2013-08-061-3/+5
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-3/+2
* s4-drs-test: Add 'reset' and 'replace' tests for drsuapi_DsReplicaUpdateRefsKamen Mazdrashki2010-09-091-4/+28
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* s4:torture/rpc/drsuapi.c: check for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE ins...Stefan Metzmacher2010-04-151-1/+1
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-8/+8
* s4:torture/rpc/drsuapi*: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-161-15/+16
* s4/drs: DsWriteAccountSpn - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-1/+1
* s4/drs: DsGetNCChanges - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-2/+2
* s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest2 changes in source codeKamen Mazdrashki2010-02-241-3/+3
* s4/drs: Propagate drsuapi_DsReplicaGetInfoRequest... changes into source codeKamen Mazdrashki2010-02-241-2/+2
* s4/drs: Propagate drsuapi_DsReplicaSync changes in source baseKamen Mazdrashki2010-02-241-4/+7
* s4/drs: Propagate drsuapi_DsReplicaSyncRequest1 changes in source baseKamen Mazdrashki2010-02-241-1/+1
* s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2010-02-171-4/+4
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-7/+7
* s4-torture: fixed DsReplicaGetInfo elementsAndrew Tridgell2010-01-161-2/+2
* s4-torture: switch smbtorture to the generic DRS optionsAndrew Tridgell2010-01-141-4/+4
* s4/drs(tort): 'DsPrivate.pipe' renamed - 'pipe' is a system callKamen Mazdrashki2009-11-171-10/+10
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* s4-tort-drs: Add bind_info for dcerpc_drsuapi_DsBind() callKamen Mazdrashki2009-10-011-1/+39
* s4-tort-drs: DsReplicaUpdateRefs test fixed and extendedKamen Mazdrashki2009-10-011-37/+50
* s4/tort: RPC-DRSUAPI test case refactored to match torture architectureKamen Mazdrashki2009-09-111-67/+73
* s4/tort: code clean up using torture_drsuapi_assert_call() macroKamen Mazdrashki2009-09-111-132/+36
* s4/tort: Propagate torture_context and use torture_commentKamen Mazdrashki2009-09-111-66/+79
* s4/tort: Make common setup/teardown drsuapi test funcs really commonKamen Mazdrashki2009-09-111-13/+6
* s4/torture: fixed lots of crash bugs in the DRS testsAndrew Tridgell2009-09-101-17/+19
* tort: DsCrackNames - propagate torture context to all tests.Kamen Mazdrashki2009-09-081-46/+12
* tort: Helper function to get DC info for testingKamen Mazdrashki2009-09-081-0/+53
* tort: Implement 'setup' and 'teardown' for DRSUAPI test cases.Kamen Mazdrashki2009-09-081-0/+43
* s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.Günther Deschner2008-10-181-35/+40
* s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.Günther Deschner2008-10-181-15/+25
* s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.Günther Deschner2008-10-181-7/+14
* s4-smbtorture: fix test_DsReplicaGetInfo.Günther Deschner2008-10-171-11/+16
* s4-smbtorture: fix test_DsGetNCChanges torture test.Günther Deschner2008-10-171-0/+2
* s4: merge from s3 drsuapi.idl.Günther Deschner2008-10-171-22/+27
* drsuapi.idl: remove some unknows from DsGetNCChanges() (update samba4 callers)Stefan Metzmacher2008-06-301-6/+6
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-4/+4
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-2/+2
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-5/+5
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-18/+18
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-49/+49
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-8/+8
* r25070: Revert DRSUAPI conversion to new API, as it broke some tests.Jelmer Vernooij2007-10-101-184/+303
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.Jelmer Vernooij2007-10-101-144/+118
* r24844: Convert to torture API in preparation of helper functions for domain ...Jelmer Vernooij2007-10-101-184/+91
* r24835: Put all RPC tests in the list (skipping when necessary), warn if test...Jelmer Vernooij2007-10-101-110/+55