Age | Commit message (Expand) | Author | Files | Lines |
2011-01-12 | torture:drs/rpc/msds_intid.c - proof for the correct "intId" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-01-03 | remove unnecessary use of pass. | Jelmer Vernooij | 1 | -8/+0 |
2011-01-03 | Use TestCase.get_credentials() where possible. | Jelmer Vernooij | 3 | -3/+3 |
2010-12-21 | s4:dsdb/schema/schema_* - adaptions needed for removed "const" on OIDs | Matthias Dieter Wallnöfer | 1 | -1/+4 |
2010-12-15 | s4-test/repl_schema: remove unused and commented out code | Kamen Mazdrashki | 1 | -3/+0 |
2010-12-15 | s4-test/repl_schema: Make sure every object is with unique name | Kamen Mazdrashki | 1 | -2/+5 |
2010-12-15 | s4-test/repl_schema: use 'top' as default base class for our test classSchema... | Kamen Mazdrashki | 1 | -1/+1 |
2010-12-15 | s4-test/repl_schema: New test to test a classSchema with custom attribute | Kamen Mazdrashki | 1 | -0/+24 |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 4 | -5/+5 |
2010-12-02 | s4-test/repl_schema: Test class inheritance through subClassOf | Kamen Mazdrashki | 1 | -1/+26 |
2010-12-02 | s4-test/fsmo: Remove unused imports | Kamen Mazdrashki | 1 | -2/+0 |
2010-12-02 | s4-test/delete_object: Remove unused imports | Kamen Mazdrashki | 1 | -3/+4 |
2010-12-02 | s4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible to us | Kamen Mazdrashki | 1 | -0/+1 |
2010-12-02 | s4-test/repl_schema: Test classSchema and attributeSchema replication in sepa... | Kamen Mazdrashki | 1 | -0/+18 |
2010-12-01 | s4-test/schema: Extend the test to replicate a Class with Attribute with "may... | Kamen Mazdrashki | 1 | -2/+10 |
2010-12-01 | s4-repl: Let dsdb_replicated_objects_convert() to accept schema from caller | Kamen Mazdrashki | 1 | -0/+1 |
2010-11-29 | s4-repl_schema: fixed ldb exception handling | Andrew Tridgell | 1 | -2/+4 |
2010-11-28 | s4-python: Fix formatting of docstrings for the purpose of pydoctor. | Jelmer Vernooij | 1 | -4/+6 |
2010-11-27 | s4:torture/drs/python/fsmo.py - fix comments and an error message | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-11-23 | s4-test/repl_schema: Refactor the test a little bit to | Kamen Mazdrashki | 1 | -31/+59 |
2010-11-22 | s4-test/repl_schema: Remote global ldb connections | Kamen Mazdrashki | 1 | -25/+7 |
2010-11-11 | s4-repl: dsdb_extended_replicated_objects_convert -> dsdb_replicated_objects_... | Kamen Mazdrashki | 1 | -9/+9 |
2010-11-11 | s4-test: repl_schema - Make sure LdbError and ERR_NO_SUCH_OBJECT are visible | Kamen Mazdrashki | 1 | -0/+1 |
2010-11-08 | s4-test: Initial implementation for Schema replication black box test | Kamen Mazdrashki | 1 | -0/+174 |
2010-11-07 | s4:torture/dssync.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 1 | -1/+1 |
2010-11-07 | ldbsamba: Lowercase library name. | Jelmer Vernooij | 1 | -1/+1 |
2010-11-07 | samdb: Lowercase library name. | Jelmer Vernooij | 1 | -1/+1 |
2010-11-06 | s4:DRS-RPC-DSSYNC: don't try to decrypt secret attributes twice | Stefan Metzmacher | 1 | -19/+3 |
2010-11-01 | s4:torture - suppress printf "%llu" on uint64_t variables warnings | Matthias Dieter Wallnöfer | 1 | -8/+8 |
2010-10-31 | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 1 | -11/+11 |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -25/+0 |
2010-10-30 | s4-torture: simplify the depenencies for TORTURE_DRS | Andrew Tridgell | 1 | -1/+1 |
2010-10-29 | s4-drs_tests: drs_util_DsAttributeId_to_string() is not used anymore | Kamen Mazdrashki | 1 | -74/+0 |
2010-10-29 | s4-pfm_test: Use single instance of global testing data to test with | Kamen Mazdrashki | 1 | -52/+24 |
2010-10-29 | s4-pfm-test: Enrich and fix comment primary for testing data | Kamen Mazdrashki | 1 | -5/+12 |
2010-10-28 | s4 net: rename to samba-tool in order to not clash with s3 net | Kai Blin | 2 | -7/+7 |
2010-10-26 | s4-pfm_test: no need to test created prefixMap contents here - it already tested | Kamen Mazdrashki | 1 | -3/+0 |
2010-10-26 | s4-pfm_test: Tests for dsdb_schema_pfm_attid_from_oid() | Kamen Mazdrashki | 1 | -0/+117 |
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-25 | s4-test: Extend DRS-msDSIntId test to verify Configuration NC replica also | Kamen Mazdrashki | 1 | -5/+30 |
2010-10-24 | s4-test: Print correct partition DN in msDSIntId test | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 |
2010-10-23 | s4: Rename NDR_TABLE to ndr_table. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-21 | s4-dsdb: moved a bunch of fuctions from schema/schema_info_attr.c to samdb/ld... | Andrew Tridgell | 2 | -15/+16 |
2010-10-21 | s4-waf: removed dependencies on missing subsystems | Andrew Tridgell | 1 | -1/+1 |
2010-10-09 | s4-test-msds_intid: Verify ATTIDs for Linked Attributes | Kamen Mazdrashki | 1 | -0/+45 |
2010-10-09 | s4-test-msds_intid: Simplify parameters for _make_error_message() function | Kamen Mazdrashki | 1 | -10/+18 |
2010-10-03 | s4-test-fsmo.py: Implement kind of busy-wait for role transfer | Kamen Mazdrashki | 1 | -18/+36 |