summaryrefslogtreecommitdiffstats
path: root/source4/torture/drs
Commit message (Expand)AuthorAgeFilesLines
* s4:torture/drs: make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher2014-02-131-2/+5
* s4:torture/drs: use make use of dcerpc_binding_get_string_option("host")Stefan Metzmacher2014-02-131-1/+2
* s4:torture/drs: make use of dcerpc_binding_set_flags()Stefan Metzmacher2014-02-132-2/+13
* s4:torture/drs: remove unused variables.Stefan Metzmacher2014-02-112-15/+5
* dsdb tests: Add member/memberOf checking to delete_objects testingAndrew Bartlett2013-07-301-21/+257
* torture/drs: Expand an error message to aid debuggingAndrew Bartlett2013-07-251-1/+1
* torture: Add tests of rename behaviour to replica_sync.pyAndrew Bartlett2013-05-281-0/+104
* selftests-drs: make our generated class subclass of classschemaMatthieu Patou2013-05-141-1/+2
* torture-drs: Fix comment in replica_sync testAndrew Bartlett2013-02-221-1/+1
* torture-drs: Make the samba4.drs.repl_schema.python emit failures, not errors...Andrew Bartlett2013-02-221-1/+5
* torture: Fix fsmo test to use correct -H samba-tool syntaxAndrew Bartlett2013-01-171-2/+2
* s4-repl: Add tests for add replication conflicts and use of LostAndFoundAndrew Bartlett2012-07-312-0/+309
* s4-selftest: Test samba-tool drs replicate --local --full-syncAndrew Bartlett2012-06-112-1/+11
* s4:torture/drs: avoid '//' commentsStefan Metzmacher2011-10-081-2/+2
* s4-dsdb: update callers to dsdb_convert_object_ex()Andrew Tridgell2011-10-041-0/+1
* s4-schema consolidate schema handlingAndrew Bartlett2011-09-051-35/+11
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-181-1/+1
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-032-2/+2
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-062-8/+2
* s4/test/getnc_exop: Tune the the test to work against windowsKamen Mazdrashki2011-05-131-17/+27
* s4/getnc_exop: Initial implementation of a testsuite for GetNCChanges extende...Kamen Mazdrashki2011-05-111-0/+136
* s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett2011-05-031-2/+3
* lib: make asn1_util a private libraryAndrew Tridgell2011-04-061-1/+1
* s4-fsmo: samba-tool fsmo takes a URL, not a hostnameAndrew Tridgell2011-03-291-2/+2
* source4/torture: Fix prototypes for all functions.Jelmer Vernooij2011-03-192-0/+3
* 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
* 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
* s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCaseKamen Mazdrashki2011-02-201-44/+2
* s4/drs-tests: Add a base class to hold common functionality for all DRS pytho...Kamen Mazdrashki2011-02-201-0/+104
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-python Ensure we add the Samba python path first.Andrew Bartlett2011-02-023-3/+3
* s4-test/delete_object: Remove global ldb connectionsKamen Mazdrashki2011-01-251-26/+7
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-171-4/+4
* torture:drs/rpc/msds_intid.c - proof for the correct "intId"Matthias Dieter Wallnöfer2011-01-121-1/+1
* remove unnecessary use of pass.Jelmer Vernooij2011-01-031-8/+0
* Use TestCase.get_credentials() where possible.Jelmer Vernooij2011-01-033-3/+3
* s4:dsdb/schema/schema_* - adaptions needed for removed "const" on OIDsMatthias Dieter Wallnöfer2010-12-211-1/+4
* s4-test/repl_schema: remove unused and commented out codeKamen Mazdrashki2010-12-151-3/+0
* s4-test/repl_schema: Make sure every object is with unique nameKamen Mazdrashki2010-12-151-2/+5
* s4-test/repl_schema: use 'top' as default base class for our test classSchema...Kamen Mazdrashki2010-12-151-1/+1
* s4-test/repl_schema: New test to test a classSchema with custom attributeKamen Mazdrashki2010-12-151-0/+24
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-114-5/+5
* s4-test/repl_schema: Test class inheritance through subClassOfKamen Mazdrashki2010-12-021-1/+26