Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
cf99e06e by Howard Chu at 2021-04-30T17:08:06+00:00
ITS#9537 slap_op_time: avoid duplicates across restarts
Initialize last_ times with current time sec & usec
- - - - -
d8b0f963 by Quanah Gibson-Mount at 2021-04-30T17:08:45+00:00
ITS#9537
- - - - -
4985abda by Howard Chu at 2021-04-30T17:09:14+00:00
ITS#9541 fix typo in daemon.c
From commit ee49c839764
- - - - -
f03e19ee by Howard Chu at 2021-04-30T17:09:20+00:00
ITS#9541 fix typo in util-int.c
From 94fbd968263765f0ef0b17867216a2d3f33572a4
- - - - -
d9619413 by Quanah Gibson-Mount at 2021-04-30T17:10:20+00:00
ITS#9541
- - - - -
4 changed files:
- CHANGES
- libraries/libldap/util-int.c
- servers/slapd/daemon.c
- servers/slapd/operation.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b8d3bdb98054ff1ae0c2da…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b8d3bdb98054ff1ae0c2da…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
a31d554b by Howard Chu at 2021-04-30T17:06:39+00:00
ITS#9531 back-mdb: fix delete of context entry
We already checked if attempting to delete the suffix, but
didn't skip the parent check as we should have.
- - - - -
faf2c4e7 by Quanah Gibson-Mount at 2021-04-30T17:07:01+00:00
ITS#9531
- - - - -
2 changed files:
- CHANGES
- servers/slapd/back-mdb/delete.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/041e422261865e07d94073…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/041e422261865e07d94073…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
e03a00ab by Norm Green at 2021-04-30T16:35:09+00:00
ITS#9530 fix double-free of LDAP_OPT_DEFBASE
- - - - -
a21cf985 by Howard Chu at 2021-04-30T16:35:16+00:00
ITS#9530 ldo_defbase now must be freed in ldap_ld_free()
- - - - -
60a620d0 by Quanah Gibson-Mount at 2021-04-30T16:36:25+00:00
ITS#9530
- - - - -
5b832eb0 by Howard Chu at 2021-04-30T16:36:35+00:00
ITS#9529 pcache: fix consistency_check locking
- - - - -
f1aa9a55 by Howard Chu at 2021-04-30T16:36:39+00:00
ITS#9529 pcache: update refresh_time after query refresh
- - - - -
61578236 by Quanah Gibson-Mount at 2021-04-30T16:39:01+00:00
ITS#9529
- - - - -
32a278d0 by Nadezhda Ivanova at 2021-04-30T16:52:27+00:00
ITS#9502 Implement LDAP_OPT_TCP_USER_TIMEOUT
- - - - -
91dd4240 by Nadezhda Ivanova at 2021-04-30T16:52:32+00:00
ITS#9502 Implement tcp-user-timeout support for back-ldap/(async)meta
- - - - -
94ee1123 by Ondřej Kuzník at 2021-04-30T16:52:37+00:00
ITS#9502 TCP_USER_TIMEOUT for lloadd
- - - - -
e82224e5 by Quanah Gibson-Mount at 2021-04-30T16:54:19+00:00
ITS#9502
- - - - -
8f8bd9f1 by Howard Chu at 2021-04-30T17:01:10+00:00
ITS#9531 back-mdb: fix delete of context entry
We already checked if attempting to delete the suffix, but
didn't skip the parent check as we should have.
- - - - -
b8d3bdb9 by Quanah Gibson-Mount at 2021-04-30T17:02:03+00:00
ITS#9531
- - - - -
27 changed files:
- CHANGES
- doc/man/man3/ldap_get_option.3
- doc/man/man5/lloadd.conf.5
- doc/man/man5/slapd-asyncmeta.5
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd-ldap.5
- doc/man/man5/slapd-meta.5
- doc/man/man5/slapd.conf.5
- include/ldap.h
- libraries/libldap/init.c
- libraries/libldap/ldap-int.h
- libraries/libldap/open.c
- libraries/libldap/options.c
- libraries/libldap/os-ip.c
- libraries/libldap/unbind.c
- servers/lloadd/backend.c
- servers/lloadd/config.c
- servers/slapd/back-asyncmeta/config.c
- servers/slapd/back-asyncmeta/conn.c
- servers/slapd/back-ldap/bind.c
- servers/slapd/back-ldap/config.c
- servers/slapd/back-mdb/delete.c
- servers/slapd/back-meta/config.c
- servers/slapd/back-meta/conn.c
- servers/slapd/config.c
- servers/slapd/overlays/pcache.c
- servers/slapd/slap.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/497cd5d68fb2e8283501c5…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/497cd5d68fb2e8283501c5…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
1ae5f169 by Howard Chu at 2021-04-30T16:57:19+00:00
ITS#9529 pcache: update refresh_time after query refresh
- - - - -
efb53b7a by Quanah Gibson-Mount at 2021-04-30T16:58:20+00:00
ITS#9529
- - - - -
32e965c2 by Norm Green at 2021-04-30T16:58:32+00:00
ITS#9530 fix double-free of LDAP_OPT_DEFBASE
- - - - -
5452fb15 by Howard Chu at 2021-04-30T16:58:38+00:00
ITS#9530 ldo_defbase now must be freed in ldap_ld_free()
- - - - -
041e4222 by Quanah Gibson-Mount at 2021-04-30T16:58:51+00:00
ITS#9530
- - - - -
4 changed files:
- CHANGES
- libraries/libldap/open.c
- libraries/libldap/unbind.c
- servers/slapd/overlays/pcache.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d2a1b1c61a377adb2ef141…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d2a1b1c61a377adb2ef141…
You're receiving this email because of your account on git.openldap.org.