summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20629: add a wrapper function for ldb_extended(ldb, DSDB_EXTENDED_REPLICATED...Stefan Metzmacher3-1/+311
2007-10-10r20622: Add in a hack to avoid permitting searches on the value of protectedAndrew Bartlett1-1/+23
2007-10-10r20599: - forward extended operations in the partitions moduleStefan Metzmacher2-3/+47
2007-10-10r20587: prepare the DSDB_EXTENDED_REPLICATED_OBJECTS_OID handlingStefan Metzmacher2-0/+21
2007-10-10r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add requestStefan Metzmacher3-17/+88
2007-10-10r20576: add functions to get and set dsdb_schema on the ldb contextStefan Metzmacher1-0/+34
2007-10-10r20529: very, very ugly...Stefan Metzmacher2-5/+5
2007-10-10r20523: match the lDAPDisplayName case insensitiveStefan Metzmacher1-2/+2
2007-10-10r20522: make a copy of the objectguid ldb module because:Stefan Metzmacher2-0/+275
2007-10-10r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher2-168/+168
2007-10-10r20492: Add in instructions/sample LDIF to setup Fedora DS as a backend.Andrew Bartlett1-1/+249
2007-10-10r20484: get rid of the special case for DN stringsStefan Metzmacher2-16/+29
2007-10-10r20477: get rid of the spcial case for unicode stringsStefan Metzmacher2-17/+22
2007-10-10r20476: get rid of extra case for uint32 valuesStefan Metzmacher2-19/+16
2007-10-10r20475: remove special case for GUID valuesStefan Metzmacher2-14/+16
2007-10-10r20473: remove special case for boolean valuesStefan Metzmacher2-14/+13
2007-10-10r20472: add a comment for Object(Replica-Link), it's not clear thatStefan Metzmacher1-0/+6
2007-10-10r20471: implement conversation functions for PRESENTATION_ADDRESS attribute s...Stefan Metzmacher1-3/+102
2007-10-10r20469: w2k3 handles String(Numeric), String(Printable), String(Teletex) and ...Stefan Metzmacher1-11/+9
2007-10-10r20466: I removed the _all only for tests and forgot to revert itStefan Metzmacher1-1/+1
2007-10-10r20463: implement conversation of NTTIME_UTC attribute syntaxStefan Metzmacher1-3/+95
2007-10-10r20461: this attribute syntaxes are not used for any attribute definitions in...Stefan Metzmacher1-5/+5
2007-10-10r20460: Simplfy the handling of password hashes in the samba3sam module.Andrew Bartlett1-7/+3
2007-10-10r20455: Apply some of the patches from Martin Kuehl <kuehl@univention.de> toAndrew Bartlett2-66/+116
2007-10-10r20453: add conversation for the DN_BINARY attribute syntaxStefan Metzmacher1-2/+100
2007-10-10r20452: add conversation for DN strings.Stefan Metzmacher1-3/+103
2007-10-10r20450: implement conversation of unicode stringsStefan Metzmacher1-2/+97
2007-10-10r20441: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r20440: some OID syntax attributes need special handlingStefan Metzmacher1-7/+94
2007-10-10r20439: this should be const pointersStefan Metzmacher1-2/+2
2007-10-10r20437: add conversation function for OID'sStefan Metzmacher1-2/+94
2007-10-10r20435: implement the syntax conversation functions for most of the attribute...Stefan Metzmacher1-19/+460
2007-10-10r20425: a w2k3 forest doesn't have objects with attribute valuesStefan Metzmacher1-0/+10
2007-10-10r20420: create infrastructure to convert attribute values from drsuapi to ldbStefan Metzmacher3-0/+111
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-10r20407: the oMObjectClass values are not padded to 10 bytes!Stefan Metzmacher1-14/+9
2007-10-10r20405: add an array with attribute syntexesStefan Metzmacher3-1/+194
2007-10-10r20398: Revert this patch, which caused failures in the samba3sam.js build fa...Andrew Bartlett1-12/+6
2007-10-10r20395: Decode more unknowns in the IDL. These are language and codepage IDs!Andrew Bartlett1-0/+1
2007-10-10r20382: systemAuxiliaryClass and auxiliaryClass are also multivalued attributesStefan Metzmacher2-18/+18
2007-10-10r20379: - make sure the schema info blob is 21 bytes longStefan Metzmacher1-0/+64
2007-10-10r20377: Rework the CrackNames implementation to handle some of the BUILTIN sidAndrew Bartlett2-32/+44
2007-10-10r20375: Work to improve our CrackNames implementation.Andrew Bartlett2-25/+144
2007-10-10r20331: the last entry in the oid mapping array which starts with 0xFFStefan Metzmacher2-4/+7
2007-10-10r20321: fix the samdb_partitions_dn() and samdb_sites_dn() calls,Stefan Metzmacher1-4/+18
2007-10-10r20315: Implement the server side of DsGetDomainControllerInfo. This is aAndrew Bartlett2-45/+81