index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
kcc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-07
kcc: Give a better error message when samdb_ntds_objectGUID fails
Andrew Bartlett
1
-0
/
+1
2018-11-01
source4 smdb: Add a post fork hook to the service API
Gary Lockyer
1
-10
/
+13
2018-11-01
source4 smbd: Make the service_details structure constant.
Gary Lockyer
1
-1
/
+1
2018-07-18
kcc: Fix the 32-bit build
Volker Lendecke
1
-1
/
+1
2018-07-12
dns+kcc: adding dns scavenging to kcc periodic run
Aaron Haslett
2
-0
/
+79
2018-07-12
dns: dns record scavenging function (without task)
Aaron Haslett
3
-0
/
+490
2018-07-12
dns: Reformat DNS with clang-format
Gary Lockyer
1
-2
/
+2
2018-05-10
samdb: Add remote address to connect
Gary Lockyer
1
-1
/
+6
2017-10-19
source4/smbd: refactor the process model for prefork
Gary Lockyer
1
-1
/
+5
2017-09-20
kcc: Remove unused, untested KCC code
Garming Sam
2
-3565
/
+0
2017-07-24
s4:kcc: Add a NULL check before qsort()
Andreas Schneider
1
-0
/
+4
2017-06-15
repl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl server
Garming Sam
1
-1
/
+0
2017-05-11
s4: Add TALLOC_CTX * to register_server_service().
Jeremy Allison
1
-1
/
+1
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-1
/
+1
2017-02-23
s4-kcc: Do not dereference a NULL pointer
Andreas Schneider
1
-1
/
+3
2016-11-03
collect_tombstones: Allow links to recycled objects to be deleted
Garming Sam
1
-2
/
+3
2016-09-28
werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dsdb/
Günther Deschner
1
-1
/
+1
2016-09-05
copyright: Add the missing notices for garbage collect tombstones
Bob Campbell
1
-0
/
+2
2016-09-05
dsdb: refactor part of garbage_collect_tombstones into new function
Bob Campbell
1
-169
/
+216
2016-09-02
kcc: Fix a -Werror,-Wformat-security error
Volker Lendecke
1
-1
/
+1
2016-09-01
gc_tombstones: Typo fix
Garming Sam
1
-1
/
+1
2016-09-01
dsdb: Do not check isDeleted as a possible link
Andrew Bartlett
1
-0
/
+5
2016-09-01
dsdb: Add comments to dsdb_garbage_collect_tombstones()
Andrew Bartlett
1
-1
/
+29
2016-09-01
dsdb: Use a date comparison in the search to avoid returning all deleted objects
Andrew Bartlett
1
-24
/
+20
2016-09-01
dsdb: Expose ldb error string to dsdb_garbage_collect_tombstones() callers
Andrew Bartlett
3
-7
/
+12
2016-09-01
dsdb: Expand garbage_collect_tombstones to expunge links also
Andrew Bartlett
3
-58
/
+214
2016-09-01
dsdb: move tombstone lifetime calculation out of dsdb_garbage_collect_tombsto...
Andrew Bartlett
3
-10
/
+14
2016-09-01
dsdb: Rework more KCC service-specific details out of dsdb_garbage_collect_to...
Andrew Bartlett
3
-32
/
+32
2016-09-01
dsdb: Rework kcc_deleted() into dsdb_garbage_collect_tombstones()
Andrew Bartlett
5
-52
/
+79
2016-09-01
kcc: Move kcc/kcc_deleted.c into kcc/garbage_collect_tombstones.c
Andrew Bartlett
2
-1
/
+3
2016-07-25
AddressSanitizer: Initialize for kcc_topology.c
Garming Sam
1
-2
/
+2
2016-07-21
samba_kcc: Enable the python samba_kcc
Garming Sam
1
-1
/
+1
2016-06-16
s4-kcc: Fix compiler errors when building with --address-sanitizer
Andrew Bartlett
1
-2
/
+5
2016-02-06
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
1
-1
/
+1
2016-01-13
Avoid including libds/common/roles.h in public loadparm.h header.
Jelmer Vernooij
1
-0
/
+1
2015-05-28
kcc: Wait until the samba_kcc script runs to declare success to the caller
Andrew Bartlett
2
-10
/
+100
2015-03-03
Fix the O3 developer build
Volker Lendecke
1
-4
/
+5
2015-02-25
Fix the developer O3 build
Volker Lendecke
1
-1
/
+1
2014-09-27
dsdb: Be less verbose when announcing kcc is being invoked.
Jelmer Vernooij
1
-1
/
+1
2014-07-09
s4:dsdb/kcc: use SHOW_RECYCLED instead of SHOW_DELETED in when deleting tombs...
Stefan Metzmacher
1
-1
/
+1
2014-06-10
Use GUID_equal in a few places
Volker Lendecke
2
-5
/
+5
2014-05-03
dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...
Andrew Bartlett
1
-1
/
+1
2014-03-05
Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in t...
Garming Sam
1
-6
/
+12
2014-03-05
Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.
Garming Sam
1
-25
/
+100
2013-06-12
dsdb: Allow dsdb_find_dn_by_guid to show deleted DNs
Andrew Bartlett
2
-4
/
+10
2013-05-20
Fix warnings about set but unused variables
Matthieu Patou
2
-10
/
+1
2012-10-07
drs-replica-info: level_not_supported is wrong when we do support (partialy t...
Matthieu Patou
1
-9
/
+13
2012-08-17
s4-dsdb: Use tmp_ctx in kccsrv_check_deleted to avoid leaking memory onto par...
Andrew Bartlett
1
-6
/
+11
2012-08-17
s4-kcc: Avoid use-after-free of dn and add tmp_ctx
Andrew Bartlett
1
-2
/
+9
2012-08-14
s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dn
Andrew Bartlett
3
-4
/
+4
[next]