summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r20306: remove the static oid mapping tableStefan Metzmacher1-0/+16
and attach the table to the dsdb_schema metze (This used to be commit df63995ec5f322d17145664c1f174783861e1723)
2007-10-10r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs intoStefan Metzmacher1-0/+109
a generic location - this struct should be also used by the dsdb/samdb/ldb_modules/schema.c module later - add functions to map from LDAP OID values to uint32_t values - add torture test for the OID => uint32 mapping code metze (This used to be commit 58ba6ec195ce3a5e2352866809f6cb57f8d8260a)