Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
9701abb4 by orbea at 2023-05-16T16:55:17+00:00
ITS#10039 Test for SSL_CTX_set_ciphersuites()
When configuring OpenLDAP using --with-tls=openssl with LibreSSL the
configure will fail to detect SSL_export_keyring_material_early() since
LibreSSL doesn't support this function yet. However OpenLDAP doesn't
actually use this function and only checks for it to ensure a modern
OpenSSL API is used. This can be easily solved by checking for an
equivalent modern OpenSSL function which both LibreSSL and OpenSSL both
support such as SSL_CTX_set_ciphersuites(). Doing this allows the build
and tests to succeed with modern LibreSSL versions. This was tested with
LibreSSL >= 3.6.
Bug: https://bugs.openldap.org/show_bug.cgi?id=10039
- - - - -
c84fd323 by Quanah Gibson-Mount at 2023-05-16T16:55:32+00:00
ITS#10039 - Regenerate configure
- - - - -
bc5ce856 by Quanah Gibson-Mount at 2023-05-16T16:55:47+00:00
ITS#10039
- - - - -
3 changed files:
- CHANGES
- configure
- configure.ac
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d2c7025a04c07fa4eb502d…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d2c7025a04c07fa4eb502d…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
cd2a914b by orbea at 2023-05-16T16:22:48+00:00
ITS#10039 Test for SSL_CTX_set_ciphersuites()
When configuring OpenLDAP using --with-tls=openssl with LibreSSL the
configure will fail to detect SSL_export_keyring_material_early() since
LibreSSL doesn't support this function yet. However OpenLDAP doesn't
actually use this function and only checks for it to ensure a modern
OpenSSL API is used. This can be easily solved by checking for an
equivalent modern OpenSSL function which both LibreSSL and OpenSSL both
support such as SSL_CTX_set_ciphersuites(). Doing this allows the build
and tests to succeed with modern LibreSSL versions. This was tested with
LibreSSL >= 3.6.
Bug: https://bugs.openldap.org/show_bug.cgi?id=10039
- - - - -
fd533a5e by Quanah Gibson-Mount at 2023-05-16T16:54:34+00:00
ITS#10039 - Regenerate configure
- - - - -
94bfd291 by Quanah Gibson-Mount at 2023-05-16T16:54:42+00:00
ITS#10039
- - - - -
3 changed files:
- CHANGES
- configure
- configure.ac
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/0fc5775c2c3f6e1ca5c432…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/0fc5775c2c3f6e1ca5c432…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
cb73e60a by orbea at 2023-05-15T19:17:51+00:00
ITS#10039 Test for SSL_CTX_set_ciphersuites()
When configuring OpenLDAP using --with-tls=openssl with LibreSSL the
configure will fail to detect SSL_export_keyring_material_early() since
LibreSSL doesn't support this function yet. However OpenLDAP doesn't
actually use this function and only checks for it to ensure a modern
OpenSSL API is used. This can be easily solved by checking for an
equivalent modern OpenSSL function which both LibreSSL and OpenSSL both
support such as SSL_CTX_set_ciphersuites(). Doing this allows the build
and tests to succeed with modern LibreSSL versions. This was tested with
LibreSSL >= 3.6.
Bug: https://bugs.openldap.org/show_bug.cgi?id=10039
- - - - -
1 changed file:
- configure.ac
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/cb73e60a49f85bf5207b2fd…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/cb73e60a49f85bf5207b2fd…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
e79ccbee by OndÅ™ej KuznÃk at 2023-05-15T17:15:11+00:00
ITS#10045 Also check for abandon when things have settled
- - - - -
3b7e5ed3 by Quanah Gibson-Mount at 2023-05-15T17:15:50+00:00
ITS#10045
- - - - -
ace8531b by OndÅ™ej KuznÃk at 2023-05-15T17:44:13+00:00
ITS#10042 Call monitor_cache_release exactly once
- - - - -
5c682fe4 by Quanah Gibson-Mount at 2023-05-15T17:45:56+00:00
ITS#10042
- - - - -
5f734bf7 by Quanah Gibson-Mount at 2023-05-15T17:46:08+00:00
ITS#10033 - Remove references to back-bdb/hdb cachesize parameter
- - - - -
b251efb6 by Quanah Gibson-Mount at 2023-05-15T17:47:17+00:00
ITS#10033
- - - - -
132d9b5c by OndÅ™ej KuznÃk at 2023-05-15T17:54:09+00:00
ITS#10041 Restrict group searching
- - - - -
47b880ab by Quanah Gibson-Mount at 2023-05-15T17:57:39+00:00
ITS#10041
- - - - -
642a8fc6 by OndÅ™ej KuznÃk at 2023-05-15T18:06:33+00:00
ITS#9855 Adapt other contrib module's tests
- - - - -
0693947c by Quanah Gibson-Mount at 2023-05-15T18:48:23+00:00
ITS#9855
- - - - -
004475c1 by OndÅ™ej KuznÃk at 2023-05-15T18:49:30+00:00
ITS#10048 Improve regex config error handling
- - - - -
5d7a60da by Quanah Gibson-Mount at 2023-05-15T18:49:57+00:00
ITS#10048
- - - - -
fc67cb8d by OndÅ™ej KuznÃk at 2023-05-15T19:18:46+00:00
ITS#10046 Update manpage
- - - - -
c2f8a060 by Quanah Gibson-Mount at 2023-05-15T19:19:25+00:00
ITS#10046
- - - - -
13093c92 by Howard Chu at 2023-05-15T19:21:44+00:00
ITS#10047 back-mdb: delete idxckp table after slapindex
Could do it when beginning too, either way an interrupted slapindex
must be rerun completely.
- - - - -
0f2433e5 by Howard Chu at 2023-05-15T19:21:49+00:00
ITS#10047 back-mdb: fix indexer resume on slapd restart
when overlays are in use on the database
- - - - -
4663b9b4 by Quanah Gibson-Mount at 2023-05-15T19:24:08+00:00
ITS#10047
- - - - -
16 changed files:
- CHANGES
- contrib/slapd-modules/datamorph/tests/run
- contrib/slapd-modules/emptyds/tests/run
- contrib/slapd-modules/variant/slapo-variant.5
- + contrib/slapd-modules/variant/tests/data/test001-04a-same-regex.ldif
- + contrib/slapd-modules/variant/tests/data/test001-04b-same-regex.ldif
- contrib/slapd-modules/variant/tests/run
- contrib/slapd-modules/variant/variant.c
- doc/guide/admin/aspell.en.pws
- doc/guide/admin/overlays.sdf
- doc/man/man5/slapo-pcache.5
- servers/slapd/back-mdb/init.c
- servers/slapd/back-mdb/tools.c
- servers/slapd/back-monitor/search.c
- servers/slapd/bconfig.c
- servers/slapd/overlays/dynlist.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5311f652f85527886b6355…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5311f652f85527886b6355…
You're receiving this email because of your account on git.openldap.org.