summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* tests: Skip a test for reveal internals for passing WindowsGarming Sam2016-10-201-1/+6
* tests: Check that USN bumps when modifying a linked attrGarming Sam2016-10-201-0/+21
* tests: Assert vanishing links doesn't bump USNGarming Sam2016-10-201-0/+20
* rpmd: Skip bump of USN when vanishing forward linksGarming Sam2016-10-201-0/+12
* rpmd: Add a TODO regarding the additional work performedGarming Sam2016-10-201-0/+10
* rpmd: Remove the seq_num check for skipping additional workGarming Sam2016-10-201-7/+0
* rpmd: Add the ldb error string to a debugGarming Sam2016-10-201-2/+3
* copyright: Add the missing notices for garbage collect tombstonesBob Campbell2016-10-201-0/+2
* dsdb: refactor part of garbage_collect_tombstones into new functionBob Campbell2016-10-201-169/+216
* kcc: Fix a -Werror,-Wformat-security errorVolker Lendecke2016-10-201-1/+1
* gc_tombstones: Typo fixGarming Sam2016-10-201-1/+1
* dsdb: Do not check isDeleted as a possible linkAndrew Bartlett2016-10-201-0/+5
* dsdb: Add comments to dsdb_garbage_collect_tombstones()Andrew Bartlett2016-10-201-1/+29
* dsdb: Use a date comparison in the search to avoid returning all deleted objectsAndrew Bartlett2016-10-201-24/+20
* dsdb: Expose ldb error string to dsdb_garbage_collect_tombstones() callersAndrew Bartlett2016-10-204-9/+21
* python: Add binding for dsdb_garbage_collect_tombstones()Andrew Bartlett2016-10-202-1/+98
* dsdb: Expand garbage_collect_tombstones to expunge links alsoAndrew Bartlett2016-10-203-58/+214
* dsdb: move tombstone lifetime calculation out of dsdb_garbage_collect_tombsto...Andrew Bartlett2016-10-203-10/+14
* dsdb: Rework more KCC service-specific details out of dsdb_garbage_collect_to...Andrew Bartlett2016-10-203-32/+32
* dsdb: Rework kcc_deleted() into dsdb_garbage_collect_tombstones()Andrew Bartlett2016-10-207-53/+90
* kcc: Move kcc/kcc_deleted.c into kcc/garbage_collect_tombstones.cAndrew Bartlett2016-10-203-3/+9
* pydsdb: Raise TypeError for type errors, rather than incorrectly raising an L...Andrew Bartlett2016-10-201-2/+2
* dsdb: Allow missing a mandatory attribute from a dbcheck fixAndrew Bartlett2016-09-061-1/+8
* drepl_out: Send the prefix map alongside the global catalog partial attribute...Garming Sam2016-08-291-2/+10
* drepl_out: Send the prefix map alongside the RODC partial attribute setGarming Sam2016-08-291-4/+13
* replicated_objects: Add missing newline for debugGarming Sam2016-08-291-2/+2
* tests/schemainfo: run dsdb schema info tests with proper URIGarming Sam2016-08-291-1/+1
* s4:dsdb/repl_meta_data: Add more info on which DN we failed to find an attid onAndrew Bartlett2016-08-111-1/+5
* s4:dsdb/repl: let dsdb_replicated_objects_convert() change remote to local at...Stefan Metzmacher2016-08-112-6/+58
* s4:dsdb/repl: set working_schema->resolving_in_progress during schema creationStefan Metzmacher2016-08-111-0/+3
* s4:dsdb/schema: move messages for unknown attids to higher debug levels durin...Stefan Metzmacher2016-08-112-7/+26
* s4:dsdb/schema: split out a dsdb_attribute_drsuapi_remote_to_local() functionStefan Metzmacher2016-08-111-17/+53
* s4:dsdb/schema: don't update the in memory schema->prefixmap without reloadin...Stefan Metzmacher2016-08-111-2/+13
* s4:dsdb/schema: avoid an implicit prefix map creation in lookup functionsStefan Metzmacher2016-08-112-5/+5
* s4:dsdb/objectclass_attrs: call dsdb_attribute_from_ldb() without a prefixmapStefan Metzmacher2016-08-111-2/+14
* s4:dsdb/repl: make sure the working_schema prefix map is populated with the r...Stefan Metzmacher2016-08-111-0/+35
* s4:dsdb/schema: make dsdb_schema_pfm_add_entry() public and more usefulStefan Metzmacher2016-08-111-5/+27
* s4:dsdb/schema: Remove unused old schema from memoryAndrew Bartlett2016-08-111-0/+12
* s4:dsdb/repl: Improve memory handling in replicated schema codeAndrew Bartlett2016-08-111-4/+10
* s4:dsdb/schema: don't treat an older remote schema as SCHEMA_MISMATCHStefan Metzmacher2016-08-111-1/+10
* s4:dsdb/schema: store struct dsdb_schema_info instead of a hexstringStefan Metzmacher2016-08-114-34/+48
* s4:dsdb/repl: avoid recursion after fetching schema changes.Stefan Metzmacher2016-08-112-17/+25
* s4:dsdb/schema: don't change schema->schema_info on originating schema changes.Stefan Metzmacher2016-08-111-18/+20
* s4: repl: Ensure all error paths in dreplsrv_op_pull_source_get_changes_trigg...Jeremy Allison2016-08-111-0/+4
* dsdb: Limit potential stack use when parsing extended DNsAndrew Bartlett2016-07-281-9/+15
* replmd: Send replicated update OID for forward linksGarming Sam2016-07-281-1/+50
* replmd: Remove data field on DSDB_CONTROL_REPLICATED_UPDATE_OIDGarming Sam2016-07-282-13/+1
* replmd: Check dsdb_dn for syntax errorsGarming Sam2016-07-281-0/+5
* dsdb: Fix CID 1364520 Incorrect expression (EVALUATION_ORDER)Volker Lendecke2016-07-261-3/+2
* AddressSanitizer: Initialize for kcc_topology.cGarming Sam2016-07-251-2/+2