Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
989d699f by Ondřej Kuzník at 2026-04-21T21:06:11+00:00
ITS#10491 Fix count constraint with more than one attribute
- - - - -
a8b4c657 by Quanah Gibson-Mount at 2026-04-21T21:06:46+00:00
ITS#10491
- - - - -
1e42634c by Dirk at 2026-04-21T21:51:52+00:00
ITS#10493 liblber: tweak commit from ITS#10438
Always NUL-terminate dst->bv_val.
- - - - -
7111c484 by Quanah Gibson-Mount at 2026-04-21T21:52:46+00:00
ITS#10493
- - - - -
16564ca6 by Howard Chu at 2026-04-21T22:26:34+00:00
ITS#10478 autoca: reject commas in email/ipaddr
- - - - -
209a65d7 by Quanah Gibson-Mount at 2026-04-21T22:27:05+00:00
ITS#10478
- - - - -
5 changed files:
- CHANGES
- libraries/liblber/memory.c
- servers/slapd/overlays/autoca.c
- servers/slapd/overlays/constraint.c
- tests/scripts/test066-autoca
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f0fce322dba9080ea5bbc2…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f0fce322dba9080ea5bbc2…
You're receiving this email because of your account on git.openldap.org. Manage all notifications: https://git.openldap.org/-/profile/notifications | Help: https://git.openldap.org/help
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
d1aee600 by Ondřej Kuzník at 2026-04-21T15:54:21+00:00
ITS#9909 Plug a cn=config leak in tools
- - - - -
886e7ec2 by Ondřej Kuzník at 2026-04-21T15:55:16+00:00
ITS#10469 Do not leak TLS params
- - - - -
3370010b by Ondřej Kuzník at 2026-04-21T15:55:26+00:00
ITS#10470 Plug autoca configuration leaks
- - - - -
d4e908d9 by Ondřej Kuzník at 2026-04-21T15:55:34+00:00
ITS#10471 Fix config related leaks in lloadd
- - - - -
c353ea58 by Ondřej Kuzník at 2026-04-21T15:55:43+00:00
ITS#10471 Silence a warning
- - - - -
0b835a92 by Ondřej Kuzník at 2026-04-21T15:57:02+00:00
ITS#8064 Fix back-ldap monitor deregistration
- - - - -
7d9b5999 by Ondřej Kuzník at 2026-04-21T15:57:19+00:00
ITS#10473 Make sure sync control data gets freed
- - - - -
e202f0a6 by Ondřej Kuzník at 2026-04-21T15:57:26+00:00
ITS#10483 slapo-chain: Do not leak dynamically added DBs
- - - - -
ab4e53e5 by Ondřej Kuzník at 2026-04-21T15:57:32+00:00
ITS#10482 slapo-accesslog: do not leak entryUUID
- - - - -
3778ec2c by Ondřej Kuzník at 2026-04-21T15:57:37+00:00
ITS#10481 Do not leak data on error path
- - - - -
ac2420e6 by Ondřej Kuzník at 2026-04-21T15:57:42+00:00
ITS#10484 Pass the correct data to connection_timeout
- - - - -
048f97c0 by Ondřej Kuzník at 2026-04-21T15:58:00+00:00
ITS#10485 Fix a divide by zero
- - - - -
1596bb98 by Ondřej Kuzník at 2026-04-21T15:58:07+00:00
ITS#10480 Keep o_req_dn and e_name separate like others do
cn=config assumes they are like that and is happy to reallocate e_name
to perform a renumber
- - - - -
13 changed files:
- libraries/libldap/tls2.c
- servers/lloadd/config.c
- servers/lloadd/daemon.c
- servers/lloadd/operation.c
- servers/lloadd/tier_bestof.c
- servers/slapd/back-ldap/back-ldap.h
- servers/slapd/back-ldap/chain.c
- servers/slapd/back-ldap/monitor.c
- servers/slapd/bconfig.c
- servers/slapd/overlays/accesslog.c
- servers/slapd/overlays/autoca.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2818a30a3bd5f708a66838…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2818a30a3bd5f708a66838…
You're receiving this email because of your account on git.openldap.org. Manage all notifications: https://git.openldap.org/-/profile/notifications | Help: https://git.openldap.org/help
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
ed30d827 by Ondřej Kuzník at 2026-04-16T02:13:15+00:00
ITS#6462 libldap: Add ldap_domain2hostlist_proto
- - - - -
3ebfd3e8 by Ondřej Kuzník at 2026-04-16T02:13:15+00:00
ITS#6462 clients: Enable DNS SRV resolution for ldaps connections
- - - - -
69c2a54b by Ondřej Kuzník at 2026-04-16T02:13:15+00:00
ITS#6462 slapd-dnssrv: Enable DNS SRV resolution for ldaps
- - - - -
6 changed files:
- clients/tools/common.c
- include/ldap.h
- libraries/libldap/dnssrv.c
- libraries/libldap/ldap.map.in
- servers/slapd/back-dnssrv/referral.c
- servers/slapd/back-dnssrv/search.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3f07e6fbfb64e2d74ad62f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3f07e6fbfb64e2d74ad62f…
You're receiving this email because of your account on git.openldap.org. Manage all notifications: https://git.openldap.org/-/profile/notifications | Help: https://git.openldap.org/help