summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/dssync.c
Commit message (Expand)AuthorAgeFilesLines
* s4-test: Move dssync.c to torture/drs/rpcKamen Mazdrashki2010-08-111-1120/+0
* s4-test: strip trailing white-spacesKamen Mazdrashki2010-08-111-21/+21
* s4-test: Expand DSSYNC test to be executed against all partitionsKamen Mazdrashki2010-07-291-17/+49
* s4-test-dssync: Issue warning in case we have diffrences in link attributesKamen Mazdrashki2010-07-291-4/+33
* s4-test: Simplify test_GetInfo() - we have what we need through LDB connectionKamen Mazdrashki2010-07-291-79/+12
* s4-test: Use ldb_msg_normalize() in torture/rpc/dssync.c testKamen Mazdrashki2010-07-191-2/+4
* s4-test: Use ldb_msg_difference() in torture/rpc/dssync.c testKamen Mazdrashki2010-07-191-3/+6
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-18/+18
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-161-1/+0
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-4/+3
* s4:torture/rpc/dssync.c: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE instead...Stefan Metzmacher2010-04-151-6/+2
* s4:torture/rpc: don't look at p->last_fault_code for debugging anymoreStefan Metzmacher2010-04-151-6/+0
* 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-1/+1
* s4:torture/rpc/dssync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-161-6/+8
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-1/+1
* RPC-DSSYNC: handle DCERPC_FAULT_OP_RNG_ERROR as not supported for DsGetNT4Cha...Stefan Metzmacher2010-03-111-1/+5
* RPC-DSSYNC: fix the build after idl changesStefan Metzmacher2010-03-111-6/+11
* s4/drs: DsCrackNames - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-1/+1
* s4/drs: DsGetNCChanges - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-3/+3
* s4:RPC-DSSYNC: pass the ip address to the cldap code instead of a nameStefan Metzmacher2010-02-261-2/+16
* s4:torture: use a connected CLDAP socket.Stefan Metzmacher2010-02-261-4/+17
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-12/+12
* s4/drs(tort): DSSYNC test to print what is different in drs_msg alsoKamen Mazdrashki2009-11-231-1/+7
* s4/drs(tort): Convert DSSYNC test to a test case fixtureKamen Mazdrashki2009-11-171-23/+67
* s4/drs(tort): replace DEBUG with torture_asert/comment/failKamen Mazdrashki2009-11-171-45/+49
* s4/drs(tort): use torture_drsuapi_assert_call() macro for error checkingKamen Mazdrashki2009-11-171-11/+2
* s4/drs(tort): replace 'printf' with 'torture_...' callsKamen Mazdrashki2009-11-171-14/+15
* s4/drs(tort): 'DsSyncBindInfo.pipe' renamed - 'pipe' is a system callKamen Mazdrashki2009-11-171-11/+11
* s4:dsdb With these workarounds, we now pass the RPC-DSSYNC testAndrew Bartlett2009-11-171-2/+15
* s4:torture Use (some) torture_assert() calls in RPC-DSSYNC testAndrew Bartlett2009-11-121-5/+4
* s4:torture Remove _drs_util_verify_attids() from RPC-DSSYNCAndrew Bartlett2009-11-121-86/+0
* s4:torture/dsdb Add verification of the push-to-LDB functions in RPC-DSSYNCAndrew Bartlett2009-11-121-23/+260
* s4:torture Convert RPC-DSSYNC test to use LDB rather than raw LDAPAndrew Bartlett2009-11-121-49/+28
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-4/+0
* s4/drs(tort): _drs_util_verify_attids() to verify ATTIDs in objects receivedKamen Mazdrashki2009-10-161-0/+50
* s4/drs(tort): _drs_ldap_attr_by_oid() implementationKamen Mazdrashki2009-10-161-0/+49
* Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett2009-04-141-116/+9
* s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2009-03-191-2/+7
* s4-smbtorture: fix build warning.Günther Deschner2008-10-231-1/+1
* s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.Günther Deschner2008-10-181-63/+70
* s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.Günther Deschner2008-10-181-8/+15
* s4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test.Günther Deschner2008-10-171-0/+4
* s4: merge from s3 drsuapi.idl.Günther Deschner2008-10-171-11/+14
* The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-021-3/+3
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* drsuapi: fix samba4 callers after drsuapi.idl changesStefan Metzmacher2008-08-201-6/+9
* We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett2008-08-081-3/+4
* drsuapi: fix callers after idl changeStefan Metzmacher2008-08-071-1/+1
* Print trustAuthOutgoing and trustAuthIncoming in RPC-DSSYNCAndrew Bartlett2008-07-311-6/+22