summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21179: Anything more complex than this causes the keytab never to be updated...Andrew Bartlett1-1/+2
2007-10-10r21135: Instead of having hooks to update keytabs as an explicit thing, updateAndrew Bartlett2-2/+203
2007-10-10r20978: 300 seconds as interval is ok, when we do nothingStefan Metzmacher1-1/+1
2007-10-10r20977: start the 'drepl' service, which currently does nothing by default,Stefan Metzmacher1-1/+1
2007-10-10r20975: - implement handling of meta data an on originating addStefan Metzmacher1-37/+240
2007-10-10r20974: add basic infrastructure for a DSDB replication serviceStefan Metzmacher3-0/+267
2007-10-10r20973: add functions to create the autocreated subSchema Attributes:Stefan Metzmacher2-0/+192
2007-10-10r20971: we don't need this check twice:-)Stefan Metzmacher1-7/+0
2007-10-10r20968: - add functions to sort the meta data and attribute arraysStefan Metzmacher1-25/+90
2007-10-10r20957: a value of FF0000000000000000000000000000000000000000 isn't stored as...Stefan Metzmacher1-4/+8
2007-10-10r20923: only allow extended operations for SYSTEM or administrators for nowStefan Metzmacher1-0/+1
2007-10-10r20921: - only give password attributes to the SYSTEM accountStefan Metzmacher1-2/+0
2007-10-10r20909: add a module that implements the LDAP_CONTROL_SHOW_DELETED_OID controlStefan Metzmacher2-0/+227
2007-10-10r20906: allow LDAP simple binds using the following syntaxes in the DN field:Stefan Metzmacher1-7/+34
2007-10-10r20902: don't crash if the object isn't there yetStefan Metzmacher1-0/+4
2007-10-10r20871: implement the validFSMOs constructed attribute on the rootdseStefan Metzmacher5-21/+82
2007-10-10r20870: implement the constructed attributes dsSchemaAttrCount,Stefan Metzmacher1-0/+44
2007-10-10r20867: add modules to handle the domain naming and the pdc FSMO RolesStefan Metzmacher3-0/+263
2007-10-10r20866: - fix debug messages missing new linesStefan Metzmacher1-14/+18
2007-10-10r20864: move common stuff into an extra functionStefan Metzmacher1-85/+62
2007-10-10r20863: check that there's a current partition control attached to the requestStefan Metzmacher1-6/+65
2007-10-10r20855: pass the DSDB_CONTROL_CURRENT_PARTITION_OID control also for theStefan Metzmacher1-10/+27
2007-10-10r20853: attach the DSDB_CONTROL_CURRENT_PARTITION_OID control when requestsStefan Metzmacher1-2/+7
2007-10-10r20849: first step to move away from using find_backend() and use find_partit...Stefan Metzmacher1-5/+20
2007-10-10r20847: - split some code out into a new function find_partition()Stefan Metzmacher1-8/+27
2007-10-10r20826: make the dsdb_control_current_partition struct public and allocate an...Stefan Metzmacher2-5/+18
2007-10-10r20809: rename struct partition into struct dsdb_control_current_partitionStefan Metzmacher1-9/+11
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