Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits: c14e3329 by HAMANO Tsukasa at 2024-05-08T09:50:10+09: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
- - - - - 995a2d45 by HAMANO Tsukasa at 2024-05-09T08:26:41+09:00 refactoring
- remove __attribute__ destructor - use sendto instead of connect/write
- - - - -
6 changed files:
- build/top.mk - 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/2606b60c7a7b10f0e8bc694...