r23792: convert Samba4 to GPLv3
[samba.git] / source4 / dsdb / schema / schema_init.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23699: when we create the global schema, remember...
2007-10-10 Andrew Bartlettr23695: By not using the NULL context for these large...
2007-10-10 Andrew Bartlettr23560: - Activate metze's schema modules (from metze...
2007-10-10 Stefan Metzmacherr23419: initialize variable...
2007-10-10 Stefan Metzmacherr22992: add a function to attach the dsdb_schema to...
2007-10-10 Stefan Metzmacherr21839: add my email address
2007-10-10 Stefan Metzmacherr20766: when creating dsdb_attribute or dsdb_class...
2007-10-10 Stefan Metzmacherr20764: fix some little bugs
2007-10-10 Stefan Metzmacherr20763: add function to get the oid mappings in drsuapi...
2007-10-10 Stefan Metzmacherr20733: add a function to load the oid mappings from...
2007-10-10 Stefan Metzmacherr20576: add functions to get and set dsdb_schema on...
2007-10-10 Stefan Metzmacherr20523: match the lDAPDisplayName case insensitive
2007-10-10 Stefan Metzmacherr20504: we handle the attribute values always as DATA_B...
2007-10-10 Stefan Metzmacherr20484: get rid of the special case for DN strings
2007-10-10 Stefan Metzmacherr20477: get rid of the spcial case for unicode strings
2007-10-10 Stefan Metzmacherr20476: get rid of extra case for uint32 values
2007-10-10 Stefan Metzmacherr20475: remove special case for GUID values
2007-10-10 Stefan Metzmacherr20473: remove special case for boolean values
2007-10-10 Stefan Metzmacherr20439: this should be const pointers
2007-10-10 Stefan Metzmacherr20416: fix compiler warnings
2007-10-10 Stefan Metzmacherr20415: add a function to get the lDAPDisplayName for...
2007-10-10 Stefan Metzmacherr20410: add functions to access dsdb_attributes and...
2007-10-10 Stefan Metzmacherr20409: load the attribute syntax for the attribute
2007-10-10 Stefan Metzmacherr20408: fix cut'n'paste error
2007-10-10 Stefan Metzmacherr20382: systemAuxiliaryClass and auxiliaryClass are...
2007-10-10 Stefan Metzmacherr20379: - make sure the schema info blob is 21 bytes...
2007-10-10 Stefan Metzmacherr20331: the last entry in the oid mapping array which...
2007-10-10 Stefan Metzmacherr20307: remove unused vars
2007-10-10 Stefan Metzmacherr20306: remove the static oid mapping table
2007-10-10 Stefan Metzmacherr20233: add functions to create a dsdb_attribute and...
2007-10-10 Stefan Metzmacherr20232: specify attribute name and structure element...
2007-10-10 Stefan Metzmacherr20231: - add more oid => uint32 id mappings
2007-10-10 Stefan Metzmacherr20226: rename macros with a _LDB at the end, because...
2007-10-10 Stefan Metzmacherr20224: the struct element msDs_Schema_Extensions and...
2007-10-10 Stefan Metzmacherr20223: this function is in the torture test now
2007-10-10 Stefan Metzmacherr20221: - move the dsdb_schema, dsdb_attribute, dsdb_cl...