Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
6f193676 by Howard Chu at 2025-09-08T22:53:02+00:00
ITS#10366 admin: fix typo
- - - - -
b3947c2d by Quanah Gibson-Mount at 2025-09-08T22:53:11+00:00
ITS#10366
- - - - -
8d3a8c4c by Howard Chu at 2025-09-08T22:53:24+00:00
ITS#10367 admin: fix column layout
- - - - -
352c4dde by Quanah Gibson-Mount at 2025-09-08T22:53:29+00:00
ITS#10367
- - - - -
a306fce8 by Howard Chu at 2025-09-08T22:54:01+00:00
ITS#10370 libldap: don't assert on network input
- - - - -
dcf9e75e by Quanah Gibson-Mount at 2025-09-08T22:54:46+00:00
ITS#10370
- - - - -
247ca094 by Howard Chu at 2025-09-08T22:54:52+00:00
ITS#10376 adminguide: fix typo
Introduced in 20e24e15171d86ffc41ac0f8a7beea2a5bf83fcc
- - - - -
50f01145 by Quanah Gibson-Mount at 2025-09-08T22:54:58+00:00
ITS#10376
- - - - -
cc4822bb by Howard Chu at 2025-09-08T22:55:07+00:00
ITS#10377 adminguide: fix typos
Introduced same time as ITS#10376
- - - - -
ab1a7529 by Quanah Gibson-Mount at 2025-09-08T22:55:22+00:00
ITS#10377
- - - - -
74c005c3 by Caolán McNamara at 2025-09-08T23:00:44+00:00
ITS#10375 libldap/tls2: const up oids
to move it out of the .data section
- - - - -
046c3536 by Quanah Gibson-Mount at 2025-09-08T23:01:03+00:00
ITS#10375
- - - - -
0cf0adc9 by Howard Chu at 2025-09-08T23:01:58+00:00
ITS#10374 pcache: fix config emit of noattr attrset
Support for configuring an empty attrset was added in add25c2f45a126eb321e25a068140e32068666c6
for ITS#5074 but code to emit the config wasn't updated accordingly.
- - - - -
1ba32324 by Quanah Gibson-Mount at 2025-09-08T23:02:07+00:00
ITS#10374
- - - - -
4e1d9cb6 by Howard Chu at 2025-09-08T23:02:25+00:00
ITS#10371 clients: print actual error code when ldap_result fails
Added a tool_perror2() to avoid some redundant calls.
- - - - -
95d23ab8 by Quanah Gibson-Mount at 2025-09-08T23:02:32+00:00
ITS#10371
- - - - -
9edac688 by Howard Chu at 2025-09-08T23:03:04+00:00
ITS#10304 slapd-mdb: fix spurious error when deleting last child of a branch
- - - - -
f03f6c1b by Quanah Gibson-Mount at 2025-09-08T23:03:29+00:00
ITS#10304
- - - - -
17 changed files:
- CHANGES
- clients/tools/common.c
- clients/tools/common.h
- clients/tools/ldapcompare.c
- clients/tools/ldapdelete.c
- clients/tools/ldapexop.c
- clients/tools/ldapmodify.c
- clients/tools/ldapmodrdn.c
- clients/tools/ldappasswd.c
- clients/tools/ldapvc.c
- clients/tools/ldapwhoami.c
- doc/guide/admin/access-control.sdf
- doc/guide/admin/slapdconfig.sdf
- libraries/libldap/result.c
- libraries/libldap/tls2.c
- servers/slapd/back-mdb/delete.c
- servers/slapd/overlays/pcache.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/dff332d89cfef0a561573c…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/dff332d89cfef0a561573c…
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:
a1d88f71 by Ondřej Kuzník at 2025-09-08T22:05:15+00:00
ITS#10339 Do not reuse freed memory
- - - - -
19b36e30 by Quanah Gibson-Mount at 2025-09-08T22:06:08+00:00
ITS#10339
- - - - -
73433f21 by Boleslaw Ciesielski at 2025-09-08T22:06:30+00:00
ITS#10335 ldapsearch: fix handling of -LL in print_reference()
print_reference() was printing comments even when disabled with -LL option.
- - - - -
aa882173 by Quanah Gibson-Mount at 2025-09-08T22:06:47+00:00
ITS#10335
- - - - -
46fe3cd8 by jinyaoguo at 2025-09-08T22:07:18+00:00
ITS#10344 Ensure the first argument passed to ber_dupbv_x is not NULL.
- - - - -
620c4015 by Quanah Gibson-Mount at 2025-09-08T22:07:34+00:00
ITS#10344
- - - - -
7be631e1 by jinyaoguo at 2025-09-08T22:07:50+00:00
ITS#10343 Fix a memory leak in function slap_uuidstr_from_normalized
- - - - -
bd1e30c6 by Quanah Gibson-Mount at 2025-09-08T22:08:03+00:00
ITS#10343
- - - - -
9a52852d by jinyaoguo at 2025-09-08T22:08:21+00:00
ITS#10348 Relase memory allocated from ch_malloc in 2 error handling branches.
- - - - -
0216debc by Quanah Gibson-Mount at 2025-09-08T22:08:35+00:00
ITS#10348
- - - - -
5c5f0f26 by Ondřej Kuzník at 2025-09-08T22:08:46+00:00
ITS#10349 Free bv_effective if unused
- - - - -
00ec8d8e by Ondřej Kuzník at 2025-09-08T22:09:15+00:00
ITS#10349 Do not leak memberof_t
- - - - -
d4b4ba93 by Quanah Gibson-Mount at 2025-09-08T22:09:34+00:00
ITS#10349
- - - - -
38c3e76d by Ondřej Kuzník at 2025-09-08T22:09:48+00:00
ITS#10345 Remove spurious strdup
- - - - -
5a07dc3c by Quanah Gibson-Mount at 2025-09-08T22:10:05+00:00
ITS#10345
- - - - -
99b53d8e by Ondřej Kuzník at 2025-09-08T22:10:25+00:00
ITS#10347 Be explicit about managing attr_bv storage
- - - - -
2d0fff2a by Quanah Gibson-Mount at 2025-09-08T22:10:36+00:00
ITS#10347
- - - - -
f7f5c7db by Howard Chu at 2025-09-08T22:13:24+00:00
ITS#10359 note that logbase must exist on all providers in delta MPR
- - - - -
dff332d8 by Quanah Gibson-Mount at 2025-09-08T22:13:37+00:00
ITS#10359
- - - - -
13 changed files:
- CHANGES
- clients/tools/ldapsearch.c
- contrib/slapd-modules/allowed/allowed.c
- contrib/slapd-modules/comp_match/init.c
- contrib/slapd-modules/rbac/rbac.c
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd.conf.5
- servers/slapd/back-ldap/monitor.c
- servers/slapd/bconfig.c
- servers/slapd/overlays/memberof.c
- servers/slapd/schema_init.c
- servers/slapd/schema_prep.c
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/824bc1f8139a1c26135fc4…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/824bc1f8139a1c26135fc4…
You're receiving this email because of your account on git.openldap.org.