summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* s4-dsdb: Remove double-free in update_keytab moduleAndrew Bartlett2012-08-281-2/+0
* s4-dsdb: Add secrets_tdb_sync - an ldb module to keep secrets.tdb in syncAndrew Bartlett2012-08-283-0/+539
* s4-dsdb: Remove unused variablesAndrew Bartlett2012-08-231-5/+0
* s4-dsdb: Do not use a possibly-old loadparm context in schema reloadAndrew Bartlett2012-08-233-19/+18
* s4:samldb LDB module - remove unused "member" attribute from search filterMatthias Dieter Wallnöfer2012-08-221-1/+1
* s4:dsdb - always fail if a search filter could not be parsedMatthias Dieter Wallnöfer2012-08-221-0/+3
* s4:dsdb_sort_objectClass_attr - simplify memory context handlingMatthias Dieter Wallnöfer2012-08-223-37/+23
* s4:dsdb_sort_objectClass_attr - use "data_blob_string_const" for setting valuesMatthias Dieter Wallnöfer2012-08-221-6/+1
* s4-dsdb: Use tmp_ctx in kccsrv_check_deleted to avoid leaking memory onto par...Andrew Bartlett2012-08-171-6/+11
* s4-kcc: Avoid use-after-free of dn and add tmp_ctxAndrew Bartlett2012-08-171-2/+9
* s4-dsdb: Ensure we always free tmp_ctx in schema refresh checkAndrew Bartlett2012-08-171-0/+2
* s4:dsdb/repl: fix the usage of 'GC/' prefixed principal namesStefan Metzmacher2012-08-141-21/+6
* s4-dsdb: Use samdb_dn_is_our_ntdsa()Andrew Bartlett2012-08-145-37/+61
* s4-dsdb: Add samdb_dn_is_our_ntdsa()Andrew Bartlett2012-08-141-0/+25
* s4-dsdb: Use samdb_reference_dn_is_our_ntdsa()Andrew Bartlett2012-08-141-35/+4
* s4-dsdb: Add helper function samdb_reference_dn_is_our_ntdsa()Andrew Bartlett2012-08-141-1/+39
* s4-dsdb: Use ldb_dn_copy() rather than talloc_reference()Andrew Bartlett2012-08-141-1/+1
* s4-libnet: Improve debugging of libnet_BecomeDC LDAP errorsAndrew Bartlett2012-08-141-0/+2
* s4:dsdb/repl: ldb_errstring() takes a 'struct ldb_context' not 'int'Stefan Metzmacher2012-08-141-1/+2
* s4:dsdb/repl: make sure instanceType_e is not changed by a reallocationStefan Metzmacher2012-08-141-1/+11
* s4:dsdb/repl: avoid reallocation of msg->elementsStefan Metzmacher2012-08-141-1/+1
* s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett2012-08-1412-27/+42
* s4-dsdb: Improve memory handling in dsdb_schema_from_ldb_results() by adding ...Andrew Bartlett2012-08-141-2/+14
* s4-dsdb: Improve memory handling in kccsrv_add_connection()Andrew Bartlett2012-08-141-0/+5
* s4-dsdb: Improve memory handling in kccsrv_find_connections() by adding a tmp...Andrew Bartlett2012-08-141-4/+15
* s4-dsdb: Add constAndrew Bartlett2012-08-141-4/+4
* s4-dsdb: Take more care in handling of global schema memoryAndrew Bartlett2012-08-112-28/+64
* s4-dsdb: Remove support for per-partition sequence numbersAndrew Bartlett2012-08-111-23/+0
* 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