summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_init.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett1-2/+2
2007-10-10r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need toAndrew Bartlett1-2/+6
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23699: when we create the global schema, remember to set the ldb opaque so weAndrew Tridgell1-1/+3
2007-10-10r23695: By not using the NULL context for these large structures, we don'tAndrew Bartlett1-1/+1
2007-10-10r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett1-4/+86
2007-10-10r23419: initialize variable...Stefan Metzmacher1-0/+1
2007-10-10r22992: add a function to attach the dsdb_schema to a ldb_contextStefan Metzmacher1-2/+124
2007-10-10r21839: add my email addressStefan Metzmacher1-1/+1
2007-10-10r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the ...Stefan Metzmacher1-8/+48
2007-10-10r20764: fix some little bugsStefan Metzmacher1-4/+5
2007-10-10r20763: add function to get the oid mappings in drsuapi or ldb formStefan Metzmacher1-0/+65
2007-10-10r20733: add a function to load the oid mappings from ldb_val'sStefan Metzmacher1-2/+47
2007-10-10r20576: add functions to get and set dsdb_schema on the ldb contextStefan Metzmacher1-0/+34
2007-10-10r20523: match the lDAPDisplayName case insensitiveStefan Metzmacher1-2/+2
2007-10-10r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher1-33/+33
2007-10-10r20484: get rid of the special case for DN stringsStefan Metzmacher1-2/+29
2007-10-10r20477: get rid of the spcial case for unicode stringsStefan Metzmacher1-6/+22
2007-10-10r20476: get rid of extra case for uint32 valuesStefan Metzmacher1-3/+4
2007-10-10r20475: remove special case for GUID valuesStefan Metzmacher1-8/+16
2007-10-10r20473: remove special case for boolean valuesStefan Metzmacher1-7/+13
2007-10-10r20439: this should be const pointersStefan Metzmacher1-2/+2
2007-10-10r20416: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r20415: add a function to get the lDAPDisplayName for an objectClassStefan Metzmacher1-0/+20
2007-10-10r20410: add functions to access dsdb_attributes and dsdb_classes by oid, uint...Stefan Metzmacher1-0/+110
2007-10-10r20409: load the attribute syntax for the attributeStefan Metzmacher1-0/+10
2007-10-10r20408: fix cut'n'paste errorStefan Metzmacher1-1/+1
2007-10-10r20382: systemAuxiliaryClass and auxiliaryClass are also multivalued attributesStefan Metzmacher1-16/+16
2007-10-10r20379: - make sure the schema info blob is 21 bytes longStefan Metzmacher1-0/+64
2007-10-10r20331: the last entry in the oid mapping array which starts with 0xFFStefan Metzmacher1-3/+3
2007-10-10r20307: remove unused varsStefan Metzmacher1-4/+0
2007-10-10r20306: remove the static oid mapping tableStefan Metzmacher1-119/+127
2007-10-10r20233: add functions to create a dsdb_attribute and dsdb_class fromStefan Metzmacher1-1/+263
2007-10-10r20232: specify attribute name and structure element name always togetherStefan Metzmacher1-66/+81
2007-10-10r20231: - add more oid => uint32 id mappingsStefan Metzmacher1-1/+16
2007-10-10r20226: rename macros with a _LDB at the end, because I'll add macros with _DSStefan Metzmacher1-52/+52
2007-10-10r20224: the struct element msDs_Schema_Extensions and the attribute name "msD...Stefan Metzmacher1-5/+5
2007-10-10r20223: this function is in the torture test nowStefan Metzmacher1-54/+0
2007-10-10r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs intoStefan Metzmacher1-0/+294