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/2606b60c7a7b10f0e8bc69…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2606b60c7a7b10f0e8bc69…
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:
ccbec372 by Quanah Gibson-Mount at 2024-05-07T16:49:00+00:00
ITS#10198
- - - - -
7c997997 by Quanah Gibson-Mount at 2024-05-07T16:49:34+00:00
ITS#10212
- - - - -
2624ea14 by Quanah Gibson-Mount at 2024-05-07T17:29:40+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_6
- - - - -
1 changed file:
- libraries/liblmdb/CHANGES
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fd4db20d77062d89ff9d59…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fd4db20d77062d89ff9d59…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
ccbec372 by Quanah Gibson-Mount at 2024-05-07T16:49:00+00:00
ITS#10198
- - - - -
7c997997 by Quanah Gibson-Mount at 2024-05-07T16:49:34+00:00
ITS#10212
- - - - -
2606b60c by Quanah Gibson-Mount at 2024-05-07T17:29:31+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9'
- - - - -
1 changed file:
- libraries/liblmdb/CHANGES
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f0fddaa6fef4152932d591…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f0fddaa6fef4152932d591…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
83dc42c5 by Howard Chu at 2024-03-26T14:52:42+00:00
ITS#9037 mdb_page_search: fix error code when DBI record is missing
Use the more relevant MDB_BAD_DBI instead of MDB_NOTFOUND error code
- - - - -
7077d5e6 by Quanah Gibson-Mount at 2024-03-26T16:25:55+00:00
ITS#9037
- - - - -
d3ae7c36 by Howard Chu at 2024-04-04T07:17:35+01:00
ITS#10198 Win32 mdb_strerror - stop passing "ignored" parameter
The M$ docs say the parameter is ignored, but it actually isn't,
and will cause a SEGV if the pointed memory isn't an init'd va_list.
- - - - -
37829ce4 by Howard Chu at 2024-05-02T16:33:14+01:00
ITS#10212 LMDB: init txnid for read-only DBs
- - - - -
d83d6b4e by Howard Chu at 2024-05-03T20:44:48+01:00
ITS#10212 LMDB: better fix
- - - - -
f0fddaa6 by Quanah Gibson-Mount at 2024-05-07T17:29:20+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9'
- - - - -
2 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bf01750381726db3052d94…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bf01750381726db3052d94…
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:
83dc42c5 by Howard Chu at 2024-03-26T14:52:42+00:00
ITS#9037 mdb_page_search: fix error code when DBI record is missing
Use the more relevant MDB_BAD_DBI instead of MDB_NOTFOUND error code
- - - - -
7077d5e6 by Quanah Gibson-Mount at 2024-03-26T16:25:55+00:00
ITS#9037
- - - - -
d3ae7c36 by Howard Chu at 2024-04-04T07:17:35+01:00
ITS#10198 Win32 mdb_strerror - stop passing "ignored" parameter
The M$ docs say the parameter is ignored, but it actually isn't,
and will cause a SEGV if the pointed memory isn't an init'd va_list.
- - - - -
37829ce4 by Howard Chu at 2024-05-02T16:33:14+01:00
ITS#10212 LMDB: init txnid for read-only DBs
- - - - -
d83d6b4e by Howard Chu at 2024-05-03T20:44:48+01:00
ITS#10212 LMDB: better fix
- - - - -
fd4db20d by Quanah Gibson-Mount at 2024-05-07T17:29:14+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_6
- - - - -
2 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ba13a88dbf2f1bc44f0bfd…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ba13a88dbf2f1bc44f0bfd…
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:
83dc42c5 by Howard Chu at 2024-03-26T14:52:42+00:00
ITS#9037 mdb_page_search: fix error code when DBI record is missing
Use the more relevant MDB_BAD_DBI instead of MDB_NOTFOUND error code
- - - - -
7077d5e6 by Quanah Gibson-Mount at 2024-03-26T16:25:55+00:00
ITS#9037
- - - - -
d3ae7c36 by Howard Chu at 2024-04-04T07:17:35+01:00
ITS#10198 Win32 mdb_strerror - stop passing "ignored" parameter
The M$ docs say the parameter is ignored, but it actually isn't,
and will cause a SEGV if the pointed memory isn't an init'd va_list.
- - - - -
37829ce4 by Howard Chu at 2024-05-02T16:33:14+01:00
ITS#10212 LMDB: init txnid for read-only DBs
- - - - -
d83d6b4e by Howard Chu at 2024-05-03T20:44:48+01:00
ITS#10212 LMDB: better fix
- - - - -
ccbec372 by Quanah Gibson-Mount at 2024-05-07T16:49:00+00:00
ITS#10198
- - - - -
7c997997 by Quanah Gibson-Mount at 2024-05-07T16:49:34+00:00
ITS#10212
- - - - -
6823f11f by Quanah Gibson-Mount at 2024-05-07T17:29:07+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
- - - - -
2 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2b1e7e3d9f21c0bf4bfbd9…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2b1e7e3d9f21c0bf4bfbd9…
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:
d0a392b2 by Ondřej Kuzník at 2024-05-07T16:43:54+00:00
ITS#10084 Switch MECH default away from DIGEST-MD5
- - - - -
ba13a88d by Quanah Gibson-Mount at 2024-05-07T16:45:11+00:00
ITS#10208
- - - - -
6 changed files:
- CHANGES
- tests/scripts/conf.sh
- tests/scripts/lloadd/test006-sasl
- tests/scripts/test028-idassert
- tests/scripts/test029-ldapglue
- tests/scripts/test076-authid-rewrite
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b03015b2737db8b032538d…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b03015b2737db8b032538d…
You're receiving this email because of your account on git.openldap.org.