Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-29 | s4-drs_tests: drs_util_DsAttributeId_to_string() is not used anymore | Kamen Mazdrashki | 1 | -74/+0 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Fri Oct 29 09:54:01 UTC 2010 on sn-devel-104 | |||||
2010-08-11 | s4-test: Implement DRS-RPC-msDSIntId test case | Kamen Mazdrashki | 1 | -0/+2 | |
2010-08-11 | s4-test: Move dsdb_schema loading into public function | Kamen Mazdrashki | 1 | -0/+92 | |
I will use this function for tests implementation later | |||||
2009-11-12 | s4:torture Add const | Andrew Bartlett | 1 | -1/+1 | |
2009-10-21 | s4/drs(tort): Comment typos fixed in drs_util.c | Kamen Mazdrashki | 1 | -2/+2 | |
2009-10-21 | s4/drs(tort): fixed '==' to '>=' | Kamen Mazdrashki | 1 | -1/+1 | |
ATTID is marked as partial by adding 32768. Thus the check should be '>= 32768' | |||||
2009-10-16 | s4/drs(tort): drs_util_DsAttributeId_to_string() function | Kamen Mazdrashki | 1 | -0/+74 | |
2009-10-16 | s4/drs(tort): oid_from_attid() reference implementation | Kamen Mazdrashki | 1 | -0/+94 | |
Decode Attribute OID using prefixMap and ATTID received during replication Based on MS documentation. See MS-DRSR.pdf - 5.16.4 |