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/3279ce21e724fe559262c9e...