Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21839: add my email address | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20766: when creating dsdb_attribute or dsdb_class structs from ldb, try the ... | Stefan Metzmacher | 1 | -8/+48 |
2007-10-10 | r20764: fix some little bugs | Stefan Metzmacher | 1 | -4/+5 |
2007-10-10 | r20763: add function to get the oid mappings in drsuapi or ldb form | Stefan Metzmacher | 1 | -0/+65 |
2007-10-10 | r20733: add a function to load the oid mappings from ldb_val's | Stefan Metzmacher | 1 | -2/+47 |
2007-10-10 | r20576: add functions to get and set dsdb_schema on the ldb context | Stefan Metzmacher | 1 | -0/+34 |
2007-10-10 | r20523: match the lDAPDisplayName case insensitive | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20504: we handle the attribute values always as DATA_BLOB's and | Stefan Metzmacher | 1 | -33/+33 |
2007-10-10 | r20484: get rid of the special case for DN strings | Stefan Metzmacher | 1 | -2/+29 |
2007-10-10 | r20477: get rid of the spcial case for unicode strings | Stefan Metzmacher | 1 | -6/+22 |
2007-10-10 | r20476: get rid of extra case for uint32 values | Stefan Metzmacher | 1 | -3/+4 |
2007-10-10 | r20475: remove special case for GUID values | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r20473: remove special case for boolean values | Stefan Metzmacher | 1 | -7/+13 |
2007-10-10 | r20439: this should be const pointers | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20416: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20415: add a function to get the lDAPDisplayName for an objectClass | Stefan Metzmacher | 1 | -0/+20 |
2007-10-10 | r20410: add functions to access dsdb_attributes and dsdb_classes by oid, uint... | Stefan Metzmacher | 1 | -0/+110 |
2007-10-10 | r20409: load the attribute syntax for the attribute | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r20408: fix cut'n'paste error | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20382: systemAuxiliaryClass and auxiliaryClass are also multivalued attributes | Stefan Metzmacher | 1 | -16/+16 |
2007-10-10 | r20379: - make sure the schema info blob is 21 bytes long | Stefan Metzmacher | 1 | -0/+64 |
2007-10-10 | r20331: the last entry in the oid mapping array which starts with 0xFF | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20307: remove unused vars | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r20306: remove the static oid mapping table | Stefan Metzmacher | 1 | -119/+127 |
2007-10-10 | r20233: add functions to create a dsdb_attribute and dsdb_class from | Stefan Metzmacher | 1 | -1/+263 |
2007-10-10 | r20232: specify attribute name and structure element name always together | Stefan Metzmacher | 1 | -66/+81 |
2007-10-10 | r20231: - add more oid => uint32 id mappings | Stefan Metzmacher | 1 | -1/+16 |
2007-10-10 | r20226: rename macros with a _LDB at the end, because I'll add macros with _DS | Stefan Metzmacher | 1 | -52/+52 |
2007-10-10 | r20224: the struct element msDs_Schema_Extensions and the attribute name "msD... | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r20223: this function is in the torture test now | Stefan Metzmacher | 1 | -54/+0 |
2007-10-10 | r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs into | Stefan Metzmacher | 1 | -0/+294 |