summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20780: keep a dsdb_schema_fsmo struct as private dataStefan Metzmacher1-0/+21
2007-10-10r20779: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r20778: we don't need a talloc_steal hereStefan Metzmacher1-1/+1
2007-10-10r20776: require a loaded dsdb_schema for originating add and modify operationsStefan Metzmacher1-6/+26
2007-10-10r20771: add an ldb module which will force the Schema FSMO Role OwnerStefan Metzmacher2-0/+236
2007-10-10r20767: don't pass a dsdb_schema to dsdb_extended_replicated_objects_commit()Stefan Metzmacher1-3/+8
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-10r20762: load the default dn's after the rootdse module is initialized,Stefan Metzmacher1-0/+2
2007-10-10r20760: also handle the case where no private data is attached to the moduleStefan Metzmacher1-1/+1
2007-10-10r20733: add a function to load the oid mappings from ldb_val'sStefan Metzmacher2-3/+48
2007-10-10r20729: add a version number to struct dsdb_extended_replicated_objectsStefan Metzmacher4-2/+24
2007-10-10r20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control isn't used anymoreStefan Metzmacher3-60/+0
2007-10-10r20727: implement basic merging of replicated objects when it already existStefan Metzmacher1-4/+246
2007-10-10r20726: - only add the rdn attribute and it's meta_data when the 'name' attri...Stefan Metzmacher3-35/+47
2007-10-10r20716: add a dsdb_cache ldb module which will load the dsdb_schema and other...Stefan Metzmacher2-0/+59
2007-10-10r20713: sort the cursors in replUpToDateVector by source_dsa_invocation_id,Stefan Metzmacher1-0/+13
2007-10-10r20710: update or create the "repsFrom" values after applying replicated objectsStefan Metzmacher1-1/+93
2007-10-10r20709: pass a repsFromTo1 struct down as it contains all needed info for the...Stefan Metzmacher3-11/+11
2007-10-10r20705: store the "replUpToDateVector" attribute in DSDB_EXTENDED_REPLICATED_...Stefan Metzmacher3-2/+344
2007-10-10r20704: add functions to get and set the ntds objectGUID and invocationIdStefan Metzmacher1-0/+186
2007-10-10r20703: fix minor memory leakStefan Metzmacher1-0/+1
2007-10-10r20682: make the dsdb_extended_replicated_objects_commit() interface a bit mo...Stefan Metzmacher2-37/+18
2007-10-10r20681: implement the DSDB_EXTENDED_REPLICATED_OBJECTS operation.Stefan Metzmacher2-3/+374
2007-10-10r20680: prepare the helper functions for applying replicated objectsStefan Metzmacher2-59/+20
2007-10-10r20679: make the init_handle stuff a bit easier and get rid of really ugly ta...Stefan Metzmacher1-26/+15
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