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.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
f7390ca2 by OndÅ™ej KuznÃk at 2024-05-07T16:43:51+00:00
ITS#10084 Switch MECH default away from DIGEST-MD5
- - - - -
2b1e7e3d by Quanah Gibson-Mount at 2024-05-07T16:45:46+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/98ae4a9ebdbc498bdfcff3…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/98ae4a9ebdbc498bdfcff3…
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:
a29649f5 by Ryan Tandy at 2024-05-07T16:33:53+00:00
ITS#10206 Include <kadm5/private.h> for kadm5_s_init_with_password_ctx
- - - - -
4c1132dc by Quanah Gibson-Mount at 2024-05-07T16:36:40+00:00
ITS#10206
- - - - -
98985948 by Nick Porter at 2024-05-07T16:36:46+00:00
ITS#10211 slapd: Fix peercred uid and gid format
uid and gid are unsigned int and so should be formatted as such when
creating the authid string.
- - - - -
98ae4a9e by Quanah Gibson-Mount at 2024-05-07T16:37:58+00:00
ITS#10211
- - - - -
3 changed files:
- CHANGES
- contrib/slapd-modules/smbk5pwd/smbk5pwd.c
- servers/slapd/daemon.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2eadd1524ab9f3584dfafb…
--
This project does not include diff previews in email notifications.
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2eadd1524ab9f3584dfafb…
You're receiving this email because of your account on git.openldap.org.