Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:torture/drs: avoid '//' comments | Stefan Metzmacher | 2011-10-08 | 1 | -2/+2 |
| | | | | | | The compiler on openindiana doesn't like them. metze | ||||
* | s4-schema consolidate schema handling | Andrew Bartlett | 2011-09-05 | 1 | -35/+11 |
| | | | | | | | It also creates a single routine dsdb_load_ldb_results_into_schema() to handle cases where the schema is in the form of an ldb_result. Andrew Bartlett | ||||
* | source4/torture: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 1 | -0/+1 |
| | |||||
* | s4:dsdb/schema/schema_* - adaptions needed for removed "const" on OIDs | Matthias Dieter Wallnöfer | 2010-12-21 | 1 | -1/+4 |
| | |||||
* | s4-drs_tests: drs_util_DsAttributeId_to_string() is not used anymore | Kamen Mazdrashki | 2010-10-29 | 1 | -74/+0 |
| | | | | | Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Fri Oct 29 09:54:01 UTC 2010 on sn-devel-104 | ||||
* | s4-test: Implement DRS-RPC-msDSIntId test case | Kamen Mazdrashki | 2010-08-11 | 1 | -0/+2 |
| | |||||
* | s4-test: Move dsdb_schema loading into public function | Kamen Mazdrashki | 2010-08-11 | 1 | -0/+92 |
| | | | | I will use this function for tests implementation later | ||||
* | s4:torture Add const | Andrew Bartlett | 2009-11-12 | 1 | -1/+1 |
| | |||||
* | s4/drs(tort): Comment typos fixed in drs_util.c | Kamen Mazdrashki | 2009-10-21 | 1 | -2/+2 |
| | |||||
* | s4/drs(tort): fixed '==' to '>=' | Kamen Mazdrashki | 2009-10-21 | 1 | -1/+1 |
| | | | | | ATTID is marked as partial by adding 32768. Thus the check should be '>= 32768' | ||||
* | s4/drs(tort): drs_util_DsAttributeId_to_string() function | Kamen Mazdrashki | 2009-10-16 | 1 | -0/+74 |
| | |||||
* | s4/drs(tort): oid_from_attid() reference implementation | Kamen Mazdrashki | 2009-10-16 | 1 | -0/+94 |
Decode Attribute OID using prefixMap and ATTID received during replication Based on MS documentation. See MS-DRSR.pdf - 5.16.4 |