Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
ef00132e by OndÅ™ej KuznÃk at 2026-03-19T19:59:00+00:00
ITS#10464 Also free Netscape policy control
- - - - -
b9e93b07 by OndÅ™ej KuznÃk at 2026-03-19T19:59:00+00:00
ITS#10464 Also free constructed DN
- - - - -
8bddb75e by OndÅ™ej KuznÃk at 2026-03-19T19:59:00+00:00
ITS#10464 Make sure callback gets run every time it's needed
- - - - -
01821166 by OndÅ™ej KuznÃk at 2026-03-19T19:59:00+00:00
ITS#10464 Free just the control we allocated
- - - - -
1 changed file:
- servers/slapd/overlays/ppolicy.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/12828f36c81c577d816e2c…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/12828f36c81c577d816e2c…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
7950d31e by OndÅ™ej KuznÃk at 2026-03-19T07:56:41+00:00
ITS#10458 Allow value sharing between attributes
The caller is responsible for making sure the lifetime of the attribute
doesn't exceed that of any data it points to, including new values
potentially merged in later.
- - - - -
37143473 by OndÅ™ej KuznÃk at 2026-03-19T07:56:41+00:00
ITS#10458 Reuse attribute values during modify checks
- - - - -
12828f36 by OndÅ™ej KuznÃk at 2026-03-19T07:56:41+00:00
ITS#10458 Reuse attribute values in aliased attributes
- - - - -
7 changed files:
- contrib/slapd-modules/alias/alias.c
- servers/slapd/attr.c
- servers/slapd/back-mdb/modify.c
- servers/slapd/back-wt/modify.c
- servers/slapd/mods.c
- servers/slapd/proto-slap.h
- servers/slapd/schema_check.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d1fd1a385b02b0d1b7c9fe…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d1fd1a385b02b0d1b7c9fe…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
d1fd1a38 by Nadezhda Ivanova at 2026-03-12T15:33:50+00:00
ITS#10363 Fixed the broken asyncmeta con-ttl test
Fixed the incorrect filespaths, added the correct test statements
and added some comments
- - - - -
6 changed files:
- tests/data/asyncmeta.1.out
- tests/data/asyncmeta.2.out
- tests/data/asyncmeta.allopen.out
- tests/data/asyncmeta.closed.out
- tests/data/slapd-asyncmeta-conttl.conf
- tests/scripts/test091-asyncmeta-conttl
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/d1fd1a385b02b0d1b7c9fe8…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/d1fd1a385b02b0d1b7c9fe8…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
cd43b11a by OndÅ™ej KuznÃk at 2026-03-11T14:42:47+02:00
ITS#10364 Switch to processing one (search entry) message at a time
We need to use MSG_ONE and process each message one at a time,
since reading all available messages with MSG_ALL causes ldap_result
to discard intermediate unsolicited messages.
- - - - -
745503ec by Nadezhda Ivanova at 2026-03-11T14:42:47+02:00
ITS#10364 back-asyncmeta should process a notice-of-disconnect and close the target connection
Asyncmeta will now accept a Notice of Disconnect unsolicited message, but still ignore all
other unsolicited messages. When an NoD is received, asyncmeta will stop using the connection
to proxy requests. It will wait until all pending operations receive a response or time-out
and then close the connection, unless the target does it first.
- - - - -
7 changed files:
- servers/slapd/back-asyncmeta/meta_result.c
- + tests/data/asyncmeta.1closed.out
- + tests/data/asyncmeta.1closing.out
- + tests/data/asyncmeta.1open.out
- + tests/data/slapd-asyncmeta-nod.conf
- tests/scripts/defines.sh
- + tests/scripts/test092-asyncmeta-nod
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/4e1709c8661153f9e45617…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/4e1709c8661153f9e45617…
You're receiving this email because of your account on git.openldap.org.