Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
d2036cec by Ondřej Kuzník at 2020-09-25T00:07:50+00:00
ITS#8486 Switch sessionlog to use TAVL
- - - - -
8f8774c0 by Howard Chu at 2020-09-25T00:07:50+00:00
ITS#8486 Minor play_sessionlog cleanup
Fix logmsg uuidstr.
Shortcut finding start of playback.
Allow dup CSNs in log, but with different UUIDs. All
non-present deletes in a refresh use the same CSN.
- - - - -
98d5c5c6 by Ondřej Kuzník at 2020-09-25T00:07:50+00:00
ITS#8486 Protect tavl_* calls in play_sessionlog
- - - - -
1915cb96 by Howard Chu at 2020-09-25T00:07:50+00:00
ITS#8486 use kbtree for sessionlog
Saves about 20% CPU time and RAM
- - - - -
2 changed files:
- + include/kbtree.h
- servers/slapd/overlays/syncprov.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9442a7bb9f39853ff468b1…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9442a7bb9f39853ff468b1…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
c3131eb5 by Howard Chu at 2020-09-24T23:34:36+00:00
ITS#9348 replace all uses of STRERROR with AC_STRERROR_R
Avoid using sys_errlist unless there's no other choice
- - - - -
81e43a63 by Howard Chu at 2020-09-24T23:34:36+00:00
ITS#9348 cleanup strerr/sys_errlist detection
- - - - -
3f5293e1 by Ondřej Kuzník at 2020-09-24T23:34:36+00:00
ITS#5422 Save errno before passing it to Debug()
- - - - -
15 changed files:
- build/openldap.m4
- include/ac/errno.h
- include/ac/socket.h
- libraries/libldap/os-ip.c
- libraries/libldap/os-local.c
- servers/slapd/back-ldif/ldif.c
- servers/slapd/back-mdb/init.c
- servers/slapd/back-shell/result.c
- servers/slapd/back-sock/result.c
- servers/slapd/back-wt/init.c
- servers/slapd/bconfig.c
- servers/slapd/config.c
- servers/slapd/connection.c
- servers/slapd/daemon.c
- servers/slapd/result.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bf2b88f0fc81b3c87bdd38…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bf2b88f0fc81b3c87bdd38…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
bf2b88f0 by Howard Chu at 2020-09-24T23:02:26+00:00
ITS#9354 cleanup watcher
After initial contact, don't exit if a server goes down.
Also, don't wait forever for responses, use a timeout and
mention when a timeout occurs.
Simplify csn/sid handling, we know the max we expect so just
allocate the space in advance and keep a fixed sid to slot
mapping.
- - - - -
3 changed files:
- tests/progs/slapd-common.c
- tests/progs/slapd-common.h
- tests/progs/slapd-watcher.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/bf2b88f0fc81b3c87bdd387…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/bf2b88f0fc81b3c87bdd387…
You're receiving this email because of your account on git.openldap.org.