Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
051b9f05 by Howard Chu at 2024-05-21T15:42:03+00:00
ITS#10216 libldap: fix OpenSSL channel binding digest
The OBJ_find_ API is undocumented but this is what OpenSSL libcrypto does itself.
- - - - -
a741fb5e by Quanah Gibson-Mount at 2024-05-21T16:06:30+00:00
ITS#10216
- - - - -
2 changed files:
- CHANGES
- libraries/libldap/tls_o.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3fbe399c3cbb25f3b34ace…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3fbe399c3cbb25f3b34ace…
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:
8bb35fd8 by Howard Chu at 2024-05-21T15:42:09+00:00
ITS#10216 libldap: fix OpenSSL channel binding digest
The OBJ_find_ API is undocumented but this is what OpenSSL libcrypto does itself.
- - - - -
1d4e1a97 by Quanah Gibson-Mount at 2024-05-21T16:05:47+00:00
ITS#10216
- - - - -
2 changed files:
- CHANGES
- libraries/libldap/tls_o.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1e75e3d6a8ea2bfce30012…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1e75e3d6a8ea2bfce30012…
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:
c3e710dc by Howard Chu at 2024-05-09T19:09:29+00:00
ITS#10209 libldap: only use OPENSSL_INIT_NO_ATEXIT if it's defined
Fake OpenSSL clones like LibreSSL don't support it.
In general we will make no effort to support fake OpenSSL clones.
- - - - -
1e75e3d6 by Quanah Gibson-Mount at 2024-05-09T19:09:42+00:00
ITS#10209
- - - - -
2 changed files:
- CHANGES
- libraries/libldap/tls_o.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/69dd3f82c84934c4943f55…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/69dd3f82c84934c4943f55…
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:
1d37f7b0 by Howard Chu at 2024-05-09T19:08:33+00:00
ITS#10209 libldap: only use OPENSSL_INIT_NO_ATEXIT if it's defined
Fake OpenSSL clones like LibreSSL don't support it.
In general we will make no effort to support fake OpenSSL clones.
- - - - -
3fbe399c by Quanah Gibson-Mount at 2024-05-09T19:09:18+00:00
ITS#10209
- - - - -
2 changed files:
- CHANGES
- libraries/libldap/tls_o.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2814365126136e53cffc84…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2814365126136e53cffc84…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
283b9941 by Howard Chu at 2024-05-09T17:19:15+00:00
ITS#10209 libldap: only use OPENSSL_INIT_NO_ATEXIT if it's defined
Fake OpenSSL clones like LibreSSL don't support it.
In general we will make no effort to support fake OpenSSL clones.
- - - - -
1 changed file:
- libraries/libldap/tls_o.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/283b994104c76f239698dfc…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/283b994104c76f239698dfc…
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:
f7c76e2d by HAMANO Tsukasa at 2024-05-09T17:10:49+00:00
ITS#10214 Reduce library dependencies
Currently, slapd links libsystemd to notify service state to systemd.
However, libsystemd link several unnecessary libraries, which increases security risks.
The systemd documentation provides a method to send state notifications to systemd using a simple protocol without the need to link against libsystemd.
https://www.freedesktop.org/software/systemd/man/devel/sd_notify.html
- - - - -
f1919331 by Quanah Gibson-Mount at 2024-05-09T17:12:24+00:00
ITS#10214 - regenerate configure
- - - - -
69dd3f82 by Quanah Gibson-Mount at 2024-05-09T17:13:06+00:00
ITS#10214
- - - - -
9 changed files:
- CHANGES
- aclocal.m4
- build/top.mk
- configure
- configure.ac
- + include/sd-notify.h
- servers/lloadd/Makefile_server.in
- servers/lloadd/daemon.c
- servers/slapd/daemon.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3279ce21e724fe559262c9…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3279ce21e724fe559262c9…
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:
71f8894a by HAMANO Tsukasa at 2024-05-09T17:08:46+00:00
ITS#10214 Reduce library dependencies
Currently, slapd links libsystemd to notify service state to systemd.
However, libsystemd link several unnecessary libraries, which increases security risks.
The systemd documentation provides a method to send state notifications to systemd using a simple protocol without the need to link against libsystemd.
https://www.freedesktop.org/software/systemd/man/devel/sd_notify.html
- - - - -
5747936f by Quanah Gibson-Mount at 2024-05-09T17:09:19+00:00
ITS#10214 - Regenerate configure
- - - - -
28143651 by Quanah Gibson-Mount at 2024-05-09T17:10:10+00:00
ITS#10214
- - - - -
8 changed files:
- CHANGES
- build/top.mk
- configure
- configure.ac
- + include/sd-notify.h
- servers/lloadd/Makefile_server.in
- servers/lloadd/daemon.c
- servers/slapd/daemon.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/585c66a1c08798f2095607…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/585c66a1c08798f2095607…
You're receiving this email because of your account on git.openldap.org.