summaryrefslogtreecommitdiffstats
path: root/source4/torture/drs/drs_util.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture/drs: avoid '//' commentsStefan Metzmacher2011-10-081-2/+2
| | | | | | The compiler on openindiana doesn't like them. metze
* s4-schema consolidate schema handlingAndrew Bartlett2011-09-051-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 Vernooij2011-03-191-0/+1
|
* s4:dsdb/schema/schema_* - adaptions needed for removed "const" on OIDsMatthias Dieter Wallnöfer2010-12-211-1/+4
|
* s4-drs_tests: drs_util_DsAttributeId_to_string() is not used anymoreKamen Mazdrashki2010-10-291-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 caseKamen Mazdrashki2010-08-111-0/+2
|
* s4-test: Move dsdb_schema loading into public functionKamen Mazdrashki2010-08-111-0/+92
| | | | I will use this function for tests implementation later
* s4:torture Add constAndrew Bartlett2009-11-121-1/+1
|
* s4/drs(tort): Comment typos fixed in drs_util.cKamen Mazdrashki2009-10-211-2/+2
|
* s4/drs(tort): fixed '==' to '>='Kamen Mazdrashki2009-10-211-1/+1
| | | | | ATTID is marked as partial by adding 32768. Thus the check should be '>= 32768'
* s4/drs(tort): drs_util_DsAttributeId_to_string() functionKamen Mazdrashki2009-10-161-0/+74
|
* s4/drs(tort): oid_from_attid() reference implementationKamen Mazdrashki2009-10-161-0/+94
Decode Attribute OID using prefixMap and ATTID received during replication Based on MS documentation. See MS-DRSR.pdf - 5.16.4