Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-12 | torture:drs/rpc/msds_intid.c - proof for the correct "intId" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
"drs_attr" is uninitialised in this loop | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -1/+1 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4-repl: Let dsdb_replicated_objects_convert() to accept schema from caller | Kamen Mazdrashki | 1 | -0/+1 | |
This allows us to use schema that is different than the one set to 'ldb' to decode objects. | |||||
2010-11-11 | s4-repl: dsdb_extended_replicated_objects_convert -> ↵ | Kamen Mazdrashki | 1 | -9/+9 | |
dsdb_replicated_objects_convert/ It is part of dsdb_replicated_* family of functions | |||||
2010-11-07 | s4:torture/dssync.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-11-06 | s4:DRS-RPC-DSSYNC: don't try to decrypt secret attributes twice | Stefan Metzmacher | 1 | -19/+3 | |
dsdb_extended_replicated_objects_convert() already decrypts the attributes in place. This fixes the usage of --option="dssync:print_pwd_blobs=yes". metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Nov 6 13:30:16 UTC 2010 on sn-devel-104 | |||||
2010-11-01 | s4:torture - suppress printf "%llu" on uint64_t variables warnings | Matthias Dieter Wallnöfer | 1 | -8/+8 | |
The signed/unsignedness does match (always unsigned). The bitlength (64 bit) on all regular platforms does also. Therefore simply add a cast to "unsigned long long". | |||||
2010-10-31 | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 1 | -11/+11 | |
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes. | |||||
2010-10-25 | s4-test: Extend DRS-msDSIntId test to verify Configuration NC replica also | Kamen Mazdrashki | 1 | -5/+30 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Oct 25 13:13:48 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s4-test: Print correct partition DN in msDSIntId test | Kamen Mazdrashki | 1 | -1/+1 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Oct 24 20:45:21 UTC 2010 on sn-devel-104 | |||||
2010-10-09 | s4-test-msds_intid: Verify ATTIDs for Linked Attributes | Kamen Mazdrashki | 1 | -0/+45 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sat Oct 9 03:43:34 UTC 2010 on sn-devel-104 | |||||
2010-10-09 | s4-test-msds_intid: Simplify parameters for _make_error_message() function | Kamen Mazdrashki | 1 | -10/+18 | |
so it can be used in more places - when checking for Linked Attributes ATTIDs for instance | |||||
2010-09-11 | s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
results | |||||
2010-09-01 | s4-test-dssync: Print the reason for skipping FetchNT4Data test | Kamen Mazdrashki | 1 | -3/+6 | |
2010-08-19 | s4-test: make better error message for ATTID checks | Kamen Mazdrashki | 1 | -4/+20 | |
2010-08-19 | s4-test: Change attribute syntax and value for readability | Kamen Mazdrashki | 1 | -3/+3 | |
When it comes to read logs and dumping data received Octet String syntax comes in handy | |||||
2010-08-19 | s4-test-dssync: remove unused variable | Kamen Mazdrashki | 1 | -1/+0 | |
2010-08-11 | s4-test: Implement DRS-RPC-msDSIntId test case | Kamen Mazdrashki | 1 | -0/+643 | |
2010-08-11 | s4-test: Move dsdb_schema loading into public function | Kamen Mazdrashki | 1 | -60/+4 | |
I will use this function for tests implementation later | |||||
2010-08-11 | s4-test: Move dssync.c to torture/drs/rpc | Kamen Mazdrashki | 1 | -0/+1120 | |