summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc
Commit message (Expand)AuthorAgeFilesLines
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-1/+5
* kcc: Remove unused, untested KCC codeGarming Sam2017-09-202-3565/+0
* s4:kcc: Add a NULL check before qsort()Andreas Schneider2017-07-241-0/+4
* repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl serverGarming Sam2017-06-151-1/+0
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-111-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s4-kcc: Do not dereference a NULL pointerAndreas Schneider2017-02-231-1/+3
* collect_tombstones: Allow links to recycled objects to be deletedGarming Sam2016-11-031-2/+3
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/Günther Deschner2016-09-281-1/+1
* copyright: Add the missing notices for garbage collect tombstonesBob Campbell2016-09-051-0/+2
* dsdb: refactor part of garbage_collect_tombstones into new functionBob Campbell2016-09-051-169/+216
* kcc: Fix a -Werror,-Wformat-security errorVolker Lendecke2016-09-021-1/+1
* gc_tombstones: Typo fixGarming Sam2016-09-011-1/+1
* dsdb: Do not check isDeleted as a possible linkAndrew Bartlett2016-09-011-0/+5
* dsdb: Add comments to dsdb_garbage_collect_tombstones()Andrew Bartlett2016-09-011-1/+29
* dsdb: Use a date comparison in the search to avoid returning all deleted objectsAndrew Bartlett2016-09-011-24/+20
* dsdb: Expose ldb error string to dsdb_garbage_collect_tombstones() callersAndrew Bartlett2016-09-013-7/+12
* dsdb: Expand garbage_collect_tombstones to expunge links alsoAndrew Bartlett2016-09-013-58/+214
* dsdb: move tombstone lifetime calculation out of dsdb_garbage_collect_tombsto...Andrew Bartlett2016-09-013-10/+14
* dsdb: Rework more KCC service-specific details out of dsdb_garbage_collect_to...Andrew Bartlett2016-09-013-32/+32
* dsdb: Rework kcc_deleted() into dsdb_garbage_collect_tombstones()Andrew Bartlett2016-09-015-52/+79
* kcc: Move kcc/kcc_deleted.c into kcc/garbage_collect_tombstones.cAndrew Bartlett2016-09-012-1/+3
* AddressSanitizer: Initialize for kcc_topology.cGarming Sam2016-07-251-2/+2
* samba_kcc: Enable the python samba_kccGarming Sam2016-07-211-1/+1
* s4-kcc: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-2/+5
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* kcc: Wait until the samba_kcc script runs to declare success to the callerAndrew Bartlett2015-05-282-10/+100
* Fix the O3 developer buildVolker Lendecke2015-03-031-4/+5
* Fix the developer O3 buildVolker Lendecke2015-02-251-1/+1
* dsdb: Be less verbose when announcing kcc is being invoked.Jelmer Vernooij2014-09-271-1/+1
* s4:dsdb/kcc: use SHOW_RECYCLED instead of SHOW_DELETED in when deleting tombs...Stefan Metzmacher2014-07-091-1/+1
* Use GUID_equal in a few placesVolker Lendecke2014-06-102-5/+5
* dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...Andrew Bartlett2014-05-031-1/+1
* Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in t...Garming Sam2014-03-051-6/+12
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-25/+100
* dsdb: Allow dsdb_find_dn_by_guid to show deleted DNsAndrew Bartlett2013-06-122-4/+10
* Fix warnings about set but unused variablesMatthieu Patou2013-05-202-10/+1
* drs-replica-info: level_not_supported is wrong when we do support (partialy t...Matthieu Patou2012-10-071-9/+13
* 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: Add mem_ctx argument to samdb_ntds_settings_dnAndrew Bartlett2012-08-143-4/+4
* 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
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s4-kcc: avoid a false alarm with rodcMatthieu Patou2012-04-191-0/+7
* s4-dsdb: Fix the case for attribute name msDS-hasMasterNCsAmitay Isaacs2012-03-141-2/+2
* s4-kcc: Remove also deleted objects that are not in the Deleted Object containerMatthieu Patou2011-12-232-2/+38
* Invocation of samba_kcc from KCC taskDave Craft2011-12-082-20/+88
* Add subreq and status to kcc_service structDave Craft2011-12-081-2/+9