summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/schema/schema_init.c
Commit message (Expand)AuthorAgeFilesLines
* r23419: initialize variable...Stefan Metzmacher2007-10-101-0/+1
* r22992: add a function to attach the dsdb_schema to a ldb_contextStefan Metzmacher2007-10-101-2/+124
* r21839: add my email addressStefan Metzmacher2007-10-101-1/+1
* r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the ...Stefan Metzmacher2007-10-101-8/+48
* r20764: fix some little bugsStefan Metzmacher2007-10-101-4/+5
* r20763: add function to get the oid mappings in drsuapi or ldb formStefan Metzmacher2007-10-101-0/+65
* r20733: add a function to load the oid mappings from ldb_val'sStefan Metzmacher2007-10-101-2/+47
* r20576: add functions to get and set dsdb_schema on the ldb contextStefan Metzmacher2007-10-101-0/+34
* r20523: match the lDAPDisplayName case insensitiveStefan Metzmacher2007-10-101-2/+2
* r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher2007-10-101-33/+33
* r20484: get rid of the special case for DN stringsStefan Metzmacher2007-10-101-2/+29
* r20477: get rid of the spcial case for unicode stringsStefan Metzmacher2007-10-101-6/+22
* r20476: get rid of extra case for uint32 valuesStefan Metzmacher2007-10-101-3/+4
* r20475: remove special case for GUID valuesStefan Metzmacher2007-10-101-8/+16
* r20473: remove special case for boolean valuesStefan Metzmacher2007-10-101-7/+13
* r20439: this should be const pointersStefan Metzmacher2007-10-101-2/+2
* r20416: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r20415: add a function to get the lDAPDisplayName for an objectClassStefan Metzmacher2007-10-101-0/+20
* r20410: add functions to access dsdb_attributes and dsdb_classes by oid, uint...Stefan Metzmacher2007-10-101-0/+110
* r20409: load the attribute syntax for the attributeStefan Metzmacher2007-10-101-0/+10
* r20408: fix cut'n'paste errorStefan Metzmacher2007-10-101-1/+1
* r20382: systemAuxiliaryClass and auxiliaryClass are also multivalued attributesStefan Metzmacher2007-10-101-16/+16
* r20379: - make sure the schema info blob is 21 bytes longStefan Metzmacher2007-10-101-0/+64
* r20331: the last entry in the oid mapping array which starts with 0xFFStefan Metzmacher2007-10-101-3/+3
* r20307: remove unused varsStefan Metzmacher2007-10-101-4/+0
* r20306: remove the static oid mapping tableStefan Metzmacher2007-10-101-119/+127
* r20233: add functions to create a dsdb_attribute and dsdb_class fromStefan Metzmacher2007-10-101-1/+263
* r20232: specify attribute name and structure element name always togetherStefan Metzmacher2007-10-101-66/+81
* r20231: - add more oid => uint32 id mappingsStefan Metzmacher2007-10-101-1/+16
* r20226: rename macros with a _LDB at the end, because I'll add macros with _DSStefan Metzmacher2007-10-101-52/+52
* r20224: the struct element msDs_Schema_Extensions and the attribute name "msD...Stefan Metzmacher2007-10-101-5/+5
* r20223: this function is in the torture test nowStefan Metzmacher2007-10-101-54/+0
* r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs intoStefan Metzmacher2007-10-101-0/+294