summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4-dsdb: Use only the replication USN for schema reload.Andrew Bartlett2012-08-112-66/+0
* build: rename security → samba-securityBjörn Jacke2012-08-102-9/+9
* s4-dsdb: Explain better what records are written during schema setAndrew Bartlett2012-08-102-10/+19
* s4-dsdb: Remove strcasecmp() fallback in replmd_ldb_message_element_attid_sortAndrew Bartlett2012-08-091-7/+0
* s4-dsdb: Do not reload partition metadata except on transaction startAndrew Bartlett2012-08-091-11/+0
* s4-pydsdb: Provide control of if we should write index attributes when reload...Andrew Bartlett2012-08-091-2/+4
* s4-dsdb: Change talloc parentAndrew Bartlett2012-08-091-1/+1
* s4-dsdb: Remove ldb_sequence_type argument from partition_primary_sequence_nu...Andrew Bartlett2012-08-092-4/+4
* s4-dsdb: simplify migration of old-style seqence numbers to metadata.tdbAndrew Bartlett2012-08-092-150/+53
* s4-dsdb: Reduce calls to the ldb layer by reloading less oftenAndrew Bartlett2012-08-092-14/+26
* s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/Stefan Metzmacher2012-08-061-5/+5
* s4:dsdb:replicated_objects: do not move 'instanceType' to the end of msg->ele...Stefan Metzmacher2012-08-031-1/+22
* s4-dsdb: Replace any existing lastKnownParent attribute during deleteAndrew Bartlett2012-07-311-1/+1
* s4-dsdb: Improve tracing in repl_meta_dataAndrew Bartlett2012-07-311-7/+8
* s4-dsdb: Handle rename conflicts in both directionsAndrew Bartlett2012-07-311-49/+87
* s4-dsdb: Request extended DN and show deleted when searching for a possible p...Andrew Bartlett2012-07-311-2/+4
* 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