Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: dc6aab1f by Quanah Gibson-Mount at 2021-02-25T00:48:05+00:00 ITS#8665 - Document limits restrictions for glued databases
- - - - - 14013507 by Dave Rawks at 2021-02-25T02:55:20+00:00 ITS#8464 - Update monitoring docs for cn=config
- - - - - 3db2e4a0 by Tero Saarni at 2021-02-25T16:56:55+02:00 ITS#9197 Increase timeouts in test case due to sporadic failures
- - - - - 496f9ced by Quanah Gibson-Mount at 2021-02-25T17:05:39+00:00 ITS#9197 - fix typo in prev commit
- - - - - a84d11dc by Quanah Gibson-Mount at 2021-02-25T21:32:58+00:00 ITS#9422 - Update for TLS v1.3
- - - - - 0c2ba041 by Ondřej Kuzník at 2021-02-25T22:11:39+00:00 ITS#9438 Allow TLS implementation differences in config
- - - - - 34b95c52 by Ondřej Kuzník at 2021-02-25T22:11:39+00:00 ITS#9438 Add remoteauth overlay
- - - - - a8255f92 by Quanah Gibson-Mount at 2021-02-26T00:22:06+00:00 ITS#9438 - fix typo in prev commit
- - - - - 1290251a by Ondřej Kuzník at 2021-02-26T09:16:20+00:00 ITS#9197 Fix test script
- - - - - dc3ad233 by Howard Chu at 2021-02-26T14:47:18+00:00 ITS#9197 fix info msg for slapd check
- - - - - e051eb28 by Ondřej Kuzník at 2021-02-26T16:04:40+00:00 Allow wrapping of slapd invocations
- - - - - c369df94 by Ondřej Kuzník at 2021-02-26T16:04:40+00:00 Enable gdb wrapper for CI
- - - - - 51462ca0 by Quanah Gibson-Mount at 2021-02-26T17:01:12+00:00 ITS#8659 - Add missing data on auditlog schema
Add missing objectClass auditContainer Add missing attribute reqMod to auditModRDN objectClass
- - - - - 00313d61 by Quanah Gibson-Mount at 2021-02-26T18:30:13+00:00 Fix typo in e051eb28fb43e0710593e04ebb6900a62277b90e
- - - - - 1cb4d2f0 by Matus Honek at 2021-02-26T18:30:38+00:00 ITS#8904 - Ensure SSLv3 is enabled when necessary
Either at compilation time, or as a system-wide configuration, OpenSSL may have disabled SSLv3 protocol by default. This change ensures the protocol NO flag is cleared when necessary, hence allowing for the protocol to be used.
- - - - - 2ec44a11 by Quanah Gibson-Mount at 2021-02-26T20:13:47+00:00 ITS#8454 - Add detailed information about auditlog format
- - - - - 1dc0fc11 by Quanah Gibson-Mount at 2021-02-26T22:20:28+00:00 Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
24 changed files:
- .gitlab-ci.yml - configure.ac - doc/guide/admin/limits.sdf - doc/guide/admin/monitoringslapd.sdf - doc/man/man5/slapd-config.5 - doc/man/man5/slapd.conf.5 - doc/man/man5/slapo-accesslog.5 - doc/man/man5/slapo-auditlog.5 - + doc/man/man5/slapo-remoteauth.5 - include/ldap.h - libraries/libldap/tls_o.c - servers/slapd/bconfig.c - servers/slapd/overlays/Makefile.in - + servers/slapd/overlays/remoteauth.c - + tests/data/remoteauth/config.ldif - + tests/data/remoteauth/default_domain - + tests/data/remoteauth/remoteauth.conf - tests/run.in - tests/scripts/conf.sh - tests/scripts/defines.sh - + tests/scripts/gdb.py - + tests/scripts/grandchild_wrapper.py - tests/scripts/test079-proxy-timeout - + tests/scripts/test082-remoteauth
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/46e3b09ec056ca503f86ec3...