summaryrefslogtreecommitdiff
path: root/source4/torture/drs
AgeCommit message (Expand)AuthorFilesLines
2010-12-01s4-test/schema: Extend the test to replicate a Class with Attribute with "may...Kamen Mazdrashki1-2/+10
2010-12-01s4-repl: Let dsdb_replicated_objects_convert() to accept schema from callerKamen Mazdrashki1-0/+1
2010-11-29s4-repl_schema: fixed ldb exception handlingAndrew Tridgell1-2/+4
2010-11-28s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij1-4/+6
2010-11-27s4:torture/drs/python/fsmo.py - fix comments and an error messageMatthias Dieter Wallnöfer1-3/+3
2010-11-23s4-test/repl_schema: Refactor the test a little bit toKamen Mazdrashki1-31/+59
2010-11-22s4-test/repl_schema: Remote global ldb connectionsKamen Mazdrashki1-25/+7
2010-11-11s4-repl: dsdb_extended_replicated_objects_convert -> dsdb_replicated_objects_...Kamen Mazdrashki1-9/+9
2010-11-11s4-test: repl_schema - Make sure LdbError and ERR_NO_SUCH_OBJECT are visibleKamen Mazdrashki1-0/+1
2010-11-08s4-test: Initial implementation for Schema replication black box testKamen Mazdrashki1-0/+174
2010-11-07s4:torture/dssync.c - remove unused variableMatthias Dieter Wallnöfer1-1/+0
2010-11-07credentials: Lowercase library name,Jelmer Vernooij1-1/+1
2010-11-07ldbsamba: Lowercase library name.Jelmer Vernooij1-1/+1
2010-11-07samdb: Lowercase library name.Jelmer Vernooij1-1/+1
2010-11-06s4:DRS-RPC-DSSYNC: don't try to decrypt secret attributes twiceStefan Metzmacher1-19/+3
2010-11-01s4:torture - suppress printf "%llu" on uint64_t variables warningsMatthias Dieter Wallnöfer1-8/+8
2010-10-31idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki1-11/+11
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-25/+0
2010-10-30s4-torture: simplify the depenencies for TORTURE_DRSAndrew Tridgell1-1/+1
2010-10-29s4-drs_tests: drs_util_DsAttributeId_to_string() is not used anymoreKamen Mazdrashki1-74/+0
2010-10-29s4-pfm_test: Use single instance of global testing data to test withKamen Mazdrashki1-52/+24
2010-10-29s4-pfm-test: Enrich and fix comment primary for testing dataKamen Mazdrashki1-5/+12
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin2-7/+7
2010-10-26s4-pfm_test: no need to test created prefixMap contents here - it already testedKamen Mazdrashki1-3/+0
2010-10-26s4-pfm_test: Tests for dsdb_schema_pfm_attid_from_oid()Kamen Mazdrashki1-0/+117
2010-10-26waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij1-1/+1
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-25s4-test: Extend DRS-msDSIntId test to verify Configuration NC replica alsoKamen Mazdrashki1-5/+30
2010-10-24s4-test: Print correct partition DN in msDSIntId testKamen Mazdrashki1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-23s4: Rename NDR_TABLE to ndr_table.Jelmer Vernooij1-1/+1
2010-10-21s4-dsdb: moved a bunch of fuctions from schema/schema_info_attr.c to samdb/ld...Andrew Tridgell2-15/+16
2010-10-21s4-waf: removed dependencies on missing subsystemsAndrew Tridgell1-1/+1
2010-10-09s4-test-msds_intid: Verify ATTIDs for Linked AttributesKamen Mazdrashki1-0/+45
2010-10-09s4-test-msds_intid: Simplify parameters for _make_error_message() functionKamen Mazdrashki1-10/+18
2010-10-03s4-test-fsmo.py: Implement kind of busy-wait for role transferKamen Mazdrashki1-18/+36
2010-10-03s4-test-fsmo.py: Use common implementation for env_get_var_value()Kamen Mazdrashki1-8/+2
2010-10-03s4-test-delete_object.py: Use common implementation for env_get_var_value()Kamen Mazdrashki1-8/+2
2010-10-03s4-test-fsmo.py: Use common implementation for connect_samdb()Kamen Mazdrashki1-22/+2
2010-10-03s4-test-delete_object.py: Use common implementation for connect_samdb()Kamen Mazdrashki1-20/+2
2010-10-01delete_object: Remove unnecessary pass calls.Jelmer Vernooij1-7/+0
2010-09-27s4-smbtorture: remove unneeded dcerpc_mgmt alias.Günther Deschner1-1/+1
2010-09-26s4-fsmo.py: Fix usage of 'paged_search' module for remote LDB connectionsKamen Mazdrashki1-2/+3
2010-09-26s4-delete_object.py: Fix usage of 'paged_search' module for remote LDB connec...Kamen Mazdrashki1-2/+3
2010-09-22s4-drs-test: Relax a check that may possibly failKamen Mazdrashki1-1/+7
2010-09-21s4-test: yet another test for ATTID-ot-OID conversionKamen Mazdrashki1-2/+7
2010-09-19s4/fsmo: Naming master support addedAnatoliy Atanasov1-0/+4
2010-09-17s4-test: Add unit test for dsdb_schema_info_cmp()Kamen Mazdrashki1-0/+81
2010-09-15s4/fsmo: Extended fsmo test with infrastructure, pdc and rid rolesAnatoliy Atanasov1-21/+44
2010-09-11s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ...Matthias Dieter Wallnöfer1-1/+1