summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc
AgeCommit message (Expand)AuthorFilesLines
2019-03-07kcc: Give a better error message when samdb_ntds_objectGUID failsAndrew Bartlett1-0/+1
2018-11-01source4 smdb: Add a post fork hook to the service APIGary Lockyer1-10/+13
2018-11-01source4 smbd: Make the service_details structure constant.Gary Lockyer1-1/+1
2018-07-18kcc: Fix the 32-bit buildVolker Lendecke1-1/+1
2018-07-12dns+kcc: adding dns scavenging to kcc periodic runAaron Haslett2-0/+79
2018-07-12dns: dns record scavenging function (without task)Aaron Haslett3-0/+490
2018-07-12dns: Reformat DNS with clang-formatGary Lockyer1-2/+2
2018-05-10samdb: Add remote address to connectGary Lockyer1-1/+6
2017-10-19 source4/smbd: refactor the process model for preforkGary Lockyer1-1/+5
2017-09-20kcc: Remove unused, untested KCC codeGarming Sam2-3565/+0
2017-07-24s4:kcc: Add a NULL check before qsort()Andreas Schneider1-0/+4
2017-06-15repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl serverGarming Sam1-1/+0
2017-05-11s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-02-23s4-kcc: Do not dereference a NULL pointerAndreas Schneider1-1/+3
2016-11-03collect_tombstones: Allow links to recycled objects to be deletedGarming Sam1-2/+3
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner1-1/+1
2016-09-05copyright: Add the missing notices for garbage collect tombstonesBob Campbell1-0/+2
2016-09-05dsdb: refactor part of garbage_collect_tombstones into new functionBob Campbell1-169/+216
2016-09-02kcc: Fix a -Werror,-Wformat-security errorVolker Lendecke1-1/+1
2016-09-01gc_tombstones: Typo fixGarming Sam1-1/+1
2016-09-01dsdb: Do not check isDeleted as a possible linkAndrew Bartlett1-0/+5
2016-09-01dsdb: Add comments to dsdb_garbage_collect_tombstones()Andrew Bartlett1-1/+29
2016-09-01dsdb: Use a date comparison in the search to avoid returning all deleted objectsAndrew Bartlett1-24/+20
2016-09-01dsdb: Expose ldb error string to dsdb_garbage_collect_tombstones() callersAndrew Bartlett3-7/+12
2016-09-01dsdb: Expand garbage_collect_tombstones to expunge links alsoAndrew Bartlett3-58/+214
2016-09-01dsdb: move tombstone lifetime calculation out of dsdb_garbage_collect_tombsto...Andrew Bartlett3-10/+14
2016-09-01dsdb: Rework more KCC service-specific details out of dsdb_garbage_collect_to...Andrew Bartlett3-32/+32
2016-09-01dsdb: Rework kcc_deleted() into dsdb_garbage_collect_tombstones()Andrew Bartlett5-52/+79
2016-09-01kcc: Move kcc/kcc_deleted.c into kcc/garbage_collect_tombstones.cAndrew Bartlett2-1/+3
2016-07-25AddressSanitizer: Initialize for kcc_topology.cGarming Sam1-2/+2
2016-07-21samba_kcc: Enable the python samba_kccGarming Sam1-1/+1
2016-06-16s4-kcc: Fix compiler errors when building with --address-sanitizerAndrew Bartlett1-2/+5
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij1-0/+1
2015-05-28kcc: Wait until the samba_kcc script runs to declare success to the callerAndrew Bartlett2-10/+100
2015-03-03Fix the O3 developer buildVolker Lendecke1-4/+5
2015-02-25Fix the developer O3 buildVolker Lendecke1-1/+1
2014-09-27dsdb: Be less verbose when announcing kcc is being invoked.Jelmer Vernooij1-1/+1
2014-07-09s4:dsdb/kcc: use SHOW_RECYCLED instead of SHOW_DELETED in when deleting tombs...Stefan Metzmacher1-1/+1
2014-06-10Use GUID_equal in a few placesVolker Lendecke2-5/+5
2014-05-03dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...Andrew Bartlett1-1/+1
2014-03-05Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in t...Garming Sam1-6/+12
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-25/+100
2013-06-12dsdb: Allow dsdb_find_dn_by_guid to show deleted DNsAndrew Bartlett2-4/+10
2013-05-20Fix warnings about set but unused variablesMatthieu Patou2-10/+1
2012-10-07drs-replica-info: level_not_supported is wrong when we do support (partialy t...Matthieu Patou1-9/+13
2012-08-17s4-dsdb: Use tmp_ctx in kccsrv_check_deleted to avoid leaking memory onto par...Andrew Bartlett1-6/+11
2012-08-17s4-kcc: Avoid use-after-free of dn and add tmp_ctxAndrew Bartlett1-2/+9
2012-08-14s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett3-4/+4