summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4-dsdb: Fill in lastKnownParent when moving to lostAndFoundAndrew Bartlett2012-07-292-0/+46
* s4-dsdb: Do not strip base components off DN before searching for NC rootAndrew Bartlett2012-07-291-7/+10
* s4-dsdb: Change move to lostAndFound to use container in this partiion and ad...Andrew Bartlett2012-07-291-2/+31
* s4-dsdb: Provide a way to force incoming renames to take priorityAndrew Bartlett2012-07-291-2/+4
* s4-dsdb: Provide a way to handle conflicts due to renameAndrew Bartlett2012-07-291-25/+102
* s4-repl: Use ldb_dn_new() to create the rootDSE DNAndrew Bartlett2012-07-291-1/+5
* s4-repl: Use NULL for pointer test when checking for ldb_msg_new() failureAndrew Bartlett2012-07-291-1/+1
* dsdb: Allocate new OID to allow updates of a read-only replicaAndrew Bartlett2012-07-184-5/+14
* s4-dsdb: Allow dbcheck to correct an incorrect instanceTypeAndrew Bartlett2012-07-181-3/+5
* s4-dsdb: Ensure we never write read-only objects onto a read-write replicaAndrew Bartlett2012-07-181-1/+8
* s4-dsdb: Remove unused variables in py_dsdb_get_partitions_dnAndrew Bartlett2012-07-061-3/+0
* pydsdb: Add bindings for dsdb_wellknown_dn()Andrew Bartlett2012-07-061-0/+35
* s4-pydsdb: Add bindings for dsdb_find_nc_root()Andrew Bartlett2012-07-061-0/+23
* s4-pydsdb: Improve PyErr_LDB_{DN,}_OR_RAISE to use py_check_dcerpc_typeAndrew Bartlett2012-07-061-2/+9
* s4-dsdb: Give a much better error message when parentGUID generation failsAndrew Bartlett2012-07-061-3/+3
* s4-dsdb: Use parent_object_guid to find the correct parent for new objectsAndrew Bartlett2012-07-063-1/+129
* s4-dsdb when setting DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID make it non-cr...Andrew Bartlett2012-06-271-1/+7
* s4-dsdb: Remove hooks for non-directory password handlingAndrew Bartlett2012-06-271-12/+0
* s4-samldb: do not talloc_steal() the elements of the original requestAndrew Bartlett2012-06-261-4/+10
* s4-join: Import DNS zones in AD DC joinAndrew Bartlett2012-06-251-0/+2
* s4-drepl: Ensure that the op->source does not get deallocated too earlyAndrew Bartlett2012-06-242-9/+25
* selftest: schema is not automatically reloaded now so if you modify it you ha...Matthieu Patou2012-06-231-0/+9
* s4-dsdb: operational handle modifyTimeStamp on the CN=aggregate DNMatthieu Patou2012-06-221-1/+37
* s4-schema: improve the documentation of the dsdb_schema structureMatthieu Patou2012-06-221-4/+6
* s4-dsdb: Check for key SCHEMA_SEQ_NUM in metadata.tdb updatesMatthieu Patou2012-06-222-3/+192
* s4-dsdb: Add/Update SCHEMA_SEQ_NUM key in the metadata.tdb after schemaUpdateNowMatthieu Patou2012-06-224-2/+43
* s4-drs: if schema has changed during replication notify other process that th...Matthieu Patou2012-06-221-0/+55
* s4-dsdb: move schema_load at the top of module stackMatthieu Patou2012-06-221-1/+1
* s4-extended: do not try to fix if there is no schemaMatthieu Patou2012-06-221-0/+4
* s4-schema: keep track of the timestamp of the most recently changed/created o...Matthieu Patou2012-06-223-1/+13
* s4-schema: generalized time use its own syntax nowMatthieu Patou2012-06-221-1/+0
* s4-drsuapi: Fix a const warningMatthieu Patou2012-06-221-1/+1
* s4-drsuapi: rework the crackname implementation of functionnal namesMatthieu Patou2012-06-221-24/+122
* s4-dsdb-linkedattributes: register the VERIFY_NAME control, handle it when we...Matthieu Patou2012-06-221-10/+97
* s4-dsdb: support otherWellKnownObjectsMatthieu Patou2012-06-221-24/+31
* s4-dsdb: Try to avoid much of the time a db search for msDS-IntIDMatthieu Patou2012-06-223-14/+97
* dsdb-schema: do not reload more often than schema_reload_intervalMatthieu Patou2012-06-224-2/+42
* s4-dsdb: fix a warning about unused variableMatthieu Patou2012-06-221-3/+0
* samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij2012-06-213-17/+17
* ldb: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-6/+6
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-153-3/+3
* build: Add missing deps and make MESSAGING a private libraryAndrew Bartlett2012-06-071-1/+1
* dsdb: Fix error checking conditions in partition_metadata moduleAmitay Isaacs2012-05-301-7/+7
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-234-358/+363
* s4-dsdb: allow modification of some deleted object if the show-deleted contro...Matthieu Patou2012-05-191-4/+9
* s4-dsdb: naming context needs to have the extended-dn syntax tooMatthieu Patou2012-05-191-0/+1
* s4-schema: Validate more class attribute when adding a new class in the schemaMatthieu Patou2012-05-061-0/+29
* s4: use intermediate var, increase lisibilityMatthieu Patou2012-05-051-6/+5
* s4-dsdb: Use data_blob_string_const and add explaination for open-coded funct...Andrew Bartlett2012-05-041-4/+6
* s4-dsdb: Use strcasecmp_m() to compare possibly multibyte strings in samldbAndrew Bartlett2012-05-041-5/+5