Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
83217b98 by Quanah Gibson-Mount at 2020-05-18T19:37:47+00:00
ITS#8614 - documentation updates
- - - - -
005c870d by Quanah Gibson-Mount at 2020-05-18T20:49:25+00:00
ITS#8154 - olcTimeLimit and olcSizeLimit are single valued, fix docs
- - - - -
57d5aefe by Howard Chu at 2020-05-20T19:58:28+01:00
ITS#9165 Fix pageedResults cookie printing
- - - - -
9183abe6 by Howard Chu at 2020-05-22T15:08:20+01:00
ITS#9264 add an optional lock to slapo-unique
- - - - -
709d805f by OndÅ™ej KuznÃk at 2020-05-22T16:57:53+00:00
ITS#9059 Skip mincsn check if sessionlog replay was successful
- - - - -
f3952d94 by OndÅ™ej KuznÃk at 2020-05-22T16:57:53+00:00
ITS#9059 Document why we do FIND_CSN
- - - - -
c70e2e08 by Howard Chu at 2020-05-25T22:38:30+01:00
ITS#9264 more for unique locking
- - - - -
fb1933f5 by Quanah Gibson-Mount at 2020-05-26T19:18:02+00:00
Issue#7530 - Test for ERANGE when using 6 form gethostbyname_r
- - - - -
f926e667 by Quanah Gibson-Mount at 2020-05-26T19:59:56+00:00
ITS#8873 - Delete obsolete configuration options from back-ldap, back-meta, and back-asyncmeta
- - - - -
0daad137 by Quanah Gibson-Mount at 2020-05-26T20:48:03+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
12 changed files:
- clients/tools/common.c
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd-ldap.5
- doc/man/man5/slapd-meta.5
- doc/man/man5/slapo-unique.5
- libraries/libldap/util-int.c
- servers/slapd/back-asyncmeta/config.c
- servers/slapd/back-ldap/config.c
- servers/slapd/back-meta/config.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/overlays/unique.c
- tests/data/slapd-idassert.conf
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ec6e95ffcf5b4c10f1d7ac…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ec6e95ffcf5b4c10f1d7ac…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
f926e667 by Quanah Gibson-Mount at 2020-05-26T19:59:56+00:00
ITS#8873 - Delete obsolete configuration options from back-ldap, back-meta, and back-asyncmeta
- - - - -
5 changed files:
- doc/man/man5/slapd-ldap.5
- servers/slapd/back-asyncmeta/config.c
- servers/slapd/back-ldap/config.c
- servers/slapd/back-meta/config.c
- tests/data/slapd-idassert.conf
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/f926e667238e9347f849eb6…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/f926e667238e9347f849eb6…
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:
f4e1549e by Quanah Gibson-Mount at 2020-05-14T17:54:53+00:00
ITS#9236 - don't enable shell if --enable-backends is set, but let it be explicitly built
- - - - -
44c5183f by Quanah Gibson-Mount at 2020-05-18T18:20:57+00:00
Regenerate configure for Issue#9236
- - - - -
f30f42f7 by Quanah Gibson-Mount at 2020-05-18T18:21:57+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
2 changed files:
- configure
- configure.in
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fd11bb26c768a48c8a0c7d…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fd11bb26c768a48c8a0c7d…
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:
e006994d by Ryan Tandy at 2020-04-28T11:21:17-07:00
Fix slaptest in test077
The libtool wrapper scripts lose argv[0] when exec'ing the real binary.
In the CI Docker container, where the build runs as root, this was
actually starting a real slapd on the default port.
Outside Docker, running as a non-root user, this slapd would just fail
to start, and wouldn't convert the config either.
Using "slapd -Tt" fixes the issue but also prints a warning from
slaptest since the database hasn't been initialized yet.
Dynamic config isn't actually used in this test script, so let's just
run slapd off the config file directly.
- - - - -
59bdc815 by Ryan Tandy at 2020-04-28T11:24:48-07:00
Convert test077 to LDIF config
- - - - -
7dfbcfa1 by Ryan Tandy at 2020-04-28T11:24:48-07:00
Fix typos
- - - - -
78cfaa3c by Ryan Tandy at 2020-04-28T11:27:49-07:00
Fix minor issues in test077 script
- - - - -
5462fc26 by Howard Chu at 2020-05-08T16:23:44+01:00
ITS#9227 syncrepl: don't delete non-replicated attrs
- - - - -
f5ff1dad by Howard Chu at 2020-05-08T18:50:58+01:00
ITS#9227 fix attr / opattr detection in prev commit
- - - - -
fc8a7b25 by Ryan Tandy at 2020-05-10T08:47:54-07:00
ITS#9258 More for ITS#6937, don't free user/group
- - - - -
9282e6ed by Ryan Tandy at 2020-05-14T07:56:28-07:00
ITS#8155 Support cacertdir with GnuTLS
- - - - -
c91bbe6e by Quanah Gibson-Mount at 2020-05-14T16:30:17+00:00
ITS#8614 - slapd must be built threaded
- - - - -
d80ebe08 by Quanah Gibson-Mount at 2020-05-14T17:48:47+00:00
ITS#8614,ITS#8155 - regenerate configure
- - - - -
fd11bb26 by Quanah Gibson-Mount at 2020-05-14T17:50:58+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
22 changed files:
- configure
- configure.in
- doc/guide/admin/appendix-recommended-versions.sdf
- doc/man/man3/ldap_get_option.3
- doc/man/man5/ldap.conf.5
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd.conf.5
- libraries/libldap/tls_g.c
- servers/slapd/back-monitor/thread.c
- servers/slapd/bconfig.c
- servers/slapd/connection.c
- servers/slapd/daemon.c
- servers/slapd/sl_malloc.c
- servers/slapd/syncrepl.c
- servers/slapd/user.c
- − tests/data/slapd-sasl-gssapi.conf
- tests/run.in
- tests/scripts/defines.sh
- tests/scripts/test028-idassert
- tests/scripts/test030-relay
- tests/scripts/test048-syncrepl-multiproxy
- tests/scripts/test077-sasl-gssapi
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/34b9ba94b30319ed6389a4…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/34b9ba94b30319ed6389a4…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
c91bbe6e by Quanah Gibson-Mount at 2020-05-14T16:30:17+00:00
ITS#8614 - slapd must be built threaded
- - - - -
11 changed files:
- configure.in
- servers/slapd/back-monitor/thread.c
- servers/slapd/bconfig.c
- servers/slapd/connection.c
- servers/slapd/daemon.c
- servers/slapd/sl_malloc.c
- tests/run.in
- tests/scripts/defines.sh
- tests/scripts/test028-idassert
- tests/scripts/test030-relay
- tests/scripts/test048-syncrepl-multiproxy
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/c91bbe6eeabdd6856a4e7a8…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/c91bbe6eeabdd6856a4e7a8…
You're receiving this email because of your account on git.openldap.org.