summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc
AgeCommit message (Expand)AuthorFilesLines
2021-06-20dsdb periodic: DNS: split aging from tombstone deletionDouglas Bagnall1-11/+34
2021-06-20dns scavenging: add an explanatory commentDouglas Bagnall1-2/+5
2021-06-20dns scavenging: ensure tombstoned node has one recordDouglas Bagnall1-2/+24
2021-06-20dns scavenging: avoid leak in dns_tombstone_recordsDouglas Bagnall1-3/+12
2021-06-20dns scavenging: log tombstone inconsistencyDouglas Bagnall1-0/+2
2021-06-20dns scavenging: tighten lifetime of filtered recordsDouglas Bagnall1-1/+1
2021-06-20dns scavenging: avoid useless copy of msgDouglas Bagnall1-21/+4
2021-06-20dns scavenging: simplify copy_current_recordsDouglas Bagnall1-44/+12
2021-06-20dns scavenging: avoid passing blobsDouglas Bagnall2-45/+37
2021-06-20dns scavenging: ensure usual ownership of element valuesDouglas Bagnall1-3/+38
2021-06-20dns scavenging: avoid setting same flags twiceDouglas Bagnall1-2/+0
2021-06-20dns scavenging: avoid another small memory leakDouglas Bagnall1-8/+12
2021-06-20dns scavenging: avoid a small memory leakDouglas Bagnall1-7/+6
2021-06-20dns scavenging: correctly set tombstome timestampDouglas Bagnall1-6/+9
2021-06-20dns scavenging: tombstone deletion uses correct time unitsDouglas Bagnall1-7/+41
2021-03-29librpc/idl: dnsp tombstone timestamp name matches MS-DNSPDouglas Bagnall1-2/+2
2021-03-29dsdb/dns scavange: make a helper function staticDouglas Bagnall2-9/+4
2021-03-29dsdb/scavange dns: reserve NTTIME type for NTTIME valuesDouglas Bagnall2-9/+9
2021-03-29dns: use unix_to_dns_timestamp almost everywhereDouglas Bagnall1-4/+2
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme4-4/+4
2020-08-17Fix a comment typo copied aroundVolker Lendecke4-4/+4
2020-01-21CVE-2019-19344 kcc dns scavenging: Fix use after free in dns_tombstone_record...Gary Lockyer1-9/+42
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