Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
326e088d by Andrew Elble at 2025-11-04T18:36:40+00:00
ITS#10329 slapo-pcache: clear out already freed op req DN
- - - - -
ba18e871 by Andrew Elble at 2025-11-04T18:36:40+00:00
ITS#10329 slapo-pcache: in refresh, set q_uuid on query if it changes pos/neg
- - - - -
5359362d by Andrew Elble at 2025-11-04T18:36:40+00:00
ITS#10329 slapo-pcache: (re)set expiry time if query is pos/neg
- - - - -
9ae25391 by Andrew Elble at 2025-11-04T18:36:40+00:00
ITS#10329 slapo-pcache: template match must be case insensitive
- - - - -
34813d9c by Howard Chu at 2025-11-04T18:36:40+00:00
ITS#10329 slapo-pcache: don't clobber original request DN
in merge_entry()
- - - - -
1 changed file:
- servers/slapd/overlays/pcache.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8651f98a08c37bea6ee9be…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8651f98a08c37bea6ee9be…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
8651f98a by Ondřej Kuzník at 2025-11-04T16:23:58+00:00
ITS#9739 Let configure options influence the symbol version map
- - - - -
12 changed files:
- build/lib-shared.mk
- build/lib.mk
- configure.ac
- include/lber.h
- + include/liblber-config.hin
- + include/libldap-config.hin
- libraries/liblber/Makefile.in
- libraries/liblber/lber-int.h
- libraries/liblber/lber.map → libraries/liblber/lber.map.in
- libraries/libldap/Makefile.in
- libraries/libldap/ldap-int.h
- libraries/libldap/ldap.map → libraries/libldap/ldap.map.in
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/8651f98a08c37bea6ee9be7…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/8651f98a08c37bea6ee9be7…
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:
d0e4dfd7 by Howard Chu at 2025-11-04T15:47:57+00:00
ITS#10400 libldap: fix NULL deref in ldap_parse_result()
Broken by patch for ITS#10229.
- - - - -
d01d00b7 by Quanah Gibson-Mount at 2025-11-04T15:48:09+00:00
ITS#10400
- - - - -
f117163b by Howard Chu at 2025-11-04T15:48:48+00:00
ITS#10381 fix logformat for Windows again
Misplaced line in previous commit.
- - - - -
6419933c by Howard Chu at 2025-11-04T15:49:23+00:00
ITS#10401 liblber: fix shift of negative int in ber_decode_int()
There's no actual possibility of overflow but sanitizers will complain.
- - - - -
2cd9917e by Quanah Gibson-Mount at 2025-11-04T15:49:29+00:00
ITS#10401
- - - - -
21de28b9 by Julien Wadel at 2025-11-04T16:06:20+00:00
ITS#10353 WINSOCK: add missing ENOTCONN #define
Value is set to 126 by "ucrt/errno.h" but WSAENOTCONN is
set to 10057L by winerror.h (used by WSAGetLastError()).
- - - - -
3f79f426 by Quanah Gibson-Mount at 2025-11-04T16:06:49+00:00
ITS#10353
- - - - -
b8831993 by Nadezhda Ivanova at 2025-11-04T16:12:18+00:00
ITS#10388 ldif_parse_line2 is not compliant with RFC2849
- - - - -
e824e5ce by Quanah Gibson-Mount at 2025-11-04T16:12:35+00:00
ITS#10388
- - - - -
653cff66 by Nadezhda Ivanova at 2025-11-04T16:12:47+00:00
ITS#10390 ldif_parse_line2 calculates an incorrect length of the attribute type
- - - - -
72a16079 by Arvid Requate at 2025-11-04T16:13:34+00:00
ITS#7901 slapschema: preserve errors in -c mode
- - - - -
dc8d3944 by Quanah Gibson-Mount at 2025-11-04T16:13:53+00:00
ITS#7901
- - - - -
6fd3d97a by Michael Osipov at 2025-11-04T16:14:10+00:00
ITS#10391 - Reactivate "-mt" for pthread support on HP-UX (and Solaris)
HP-UX, along with Solaris, requires this compiler and linker flag to pass
proper macros and add required libraries.
- - - - -
bc7f71e7 by Quanah Gibson-Mount at 2025-11-04T16:14:34+00:00
ITS#10391 - Regenerate configure
- - - - -
0a5cf7a1 by Quanah Gibson-Mount at 2025-11-04T16:14:53+00:00
ITS#10391
- - - - -
10 changed files:
- CHANGES
- configure
- configure.ac
- include/ac/socket.h
- libraries/liblber/decode.c
- libraries/libldap/error.c
- libraries/libldap/ldif.c
- servers/slapd/logging.c
- servers/slapd/slapschema.c
- + tests/data/regressions/its10388/its10388
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/88e29f8e2ff3036e28b07e…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/88e29f8e2ff3036e28b07e…
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:
b807ef13 by Howard Chu at 2025-10-15T18:13:18+01:00
ITS#9564 lmdb: fix race condition freeing spilled pages at end of transaction
- - - - -
270c5438 by Howard Chu at 2025-10-15T18:13:58+01:00
ITS#9564
- - - - -
88e29f8e by Quanah Gibson-Mount at 2025-11-04T15:46:54+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/16800c72ba3a470d2e9071…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/16800c72ba3a470d2e9071…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
c47b1136 by Howard Chu at 2025-10-06T16:52:32+01:00
ITS#10396 lmdb: fix mdb_cursor_del0 with multiple DUPSORT cursors
Use the correct stack index when adjusting other cursors pointing to
the affected page and the DB has a subDB. Broken in ITS#8406.
- - - - -
72592960 by Howard Chu at 2025-10-06T16:53:18+01:00
ITS#10396 fix mdb_cursor_del0 with multiple DUPSORT cursors
- - - - -
b807ef13 by Howard Chu at 2025-10-15T18:13:18+01:00
ITS#9564 lmdb: fix race condition freeing spilled pages at end of transaction
- - - - -
270c5438 by Howard Chu at 2025-10-15T18:13:58+01:00
ITS#9564
- - - - -
32c2e5a4 by Quanah Gibson-Mount at 2025-11-04T15:46:45+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/c8ed27ebd02544343f7ace…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c8ed27ebd02544343f7ace…
You're receiving this email because of your account on git.openldap.org.