[Git][openldap-team/openldap][master] 62 commits: Return to release engineering

Ryan Tandy (@rtandy) gitlab at salsa.debian.org
Fri May 30 00:57:37 BST 2025



Ryan Tandy pushed to branch master at Debian OpenLDAP Maintainers / openldap


Commits:
f3ae2773 by Quanah Gibson-Mount at 2024-11-26T21:46:38+00:00
Return to release engineering

- - - - -
531a929f by Ryan Tandy at 2025-01-14T18:07:54-08:00
Merge branch 'upstream-2.6' into upstream

- - - - -
541f61f2 by Bjarni Ingi Gislason at 2025-02-19T17:00:05+00:00
ITS#10226 - Fix ldap.conf(5) formatting issues

- - - - -
a8ab0eee by Quanah Gibson-Mount at 2025-02-19T17:00:33+00:00
ITS#10226

- - - - -
c1d61434 by Howard Chu at 2025-02-19T17:02:04+00:00
ITS#10288 autoca: fix olcAutoCAserverClass config

- - - - -
c67158f2 by Quanah Gibson-Mount at 2025-02-19T18:03:49+00:00
ITS#10288

- - - - -
2e029d7c by Ondřej Kuzník at 2025-02-19T18:03:59+00:00
ITS#10229 Adjust ldap_result behaviour with LDAP_MSG_RECEIVED

- - - - -
155f92f9 by Quanah Gibson-Mount at 2025-02-19T18:04:57+00:00
ITS#10229

- - - - -
8d19c205 by Ondřej Kuzník at 2025-02-19T18:06:29+00:00
ITS#7080 Do not munge path twice

- - - - -
f328965d by Ondřej Kuzník at 2025-02-19T18:06:33+00:00
ITS#7080 Implement pre/postread for modrdn

- - - - -
c667f2ea by Ondřej Kuzník at 2025-02-19T18:15:58+00:00
ITS#7080 Do not reuse back-ldif's stack for controls

- - - - -
4203cb26 by Quanah Gibson-Mount at 2025-02-19T18:18:46+00:00
ITS#7080

- - - - -
0cad3da8 by Ondřej Kuzník at 2025-02-19T18:20:15+00:00
ITS#10290 Move syncrepl_modify_cb to the end of the list

The way op->orm_modlist is allocated by syncrepl_op_modify is not
compatible with slap_mods_free() and so callbacks from any overlays that
touch op->orm_modlist on the way down need a chance to undo their state
first as we go back up.

- - - - -
3171da90 by Quanah Gibson-Mount at 2025-02-19T18:21:31+00:00
ITS#10290

- - - - -
44306d70 by Howard Chu at 2025-02-19T18:22:38+00:00
ITS#10302 slapd-mdb: fix idcursor double-free in slapadd shutdown

Caused when calling tool_entry_modify to update ctxcsn after all adds are done.

- - - - -
f1ef8f08 by Quanah Gibson-Mount at 2025-02-19T18:22:49+00:00
ITS#10302

- - - - -
aa918a4f by Ondřej Kuzník at 2025-02-19T18:24:26+00:00
Update and clarify replication docs

- - - - -
a9ff4f1e by Ondřej Kuzník at 2025-02-19T18:24:52+00:00
ITS#10307 Initialise last if we use it later

- - - - -
d48bb50f by Quanah Gibson-Mount at 2025-02-19T18:25:29+00:00
ITS#10307

- - - - -
3078fa88 by Ondřej Kuzník at 2025-02-19T18:28:03+00:00
ITS#10279 Let client notify when LDAP_DEBUG is disabled but -d specified

- - - - -
20f41158 by Quanah Gibson-Mount at 2025-02-19T18:28:16+00:00
ITS#10279

- - - - -
d66062dc by Ondřej Kuzník at 2025-02-19T18:37:48+00:00
ITS#7249 Let backend_attribute know who's calling it

- - - - -
5c734d2b by Ondřej Kuzník at 2025-02-19T18:37:53+00:00
ITS#7249 Disallow memberof-addcheck when memberof is global

- - - - -
556632e3 by Quanah Gibson-Mount at 2025-02-19T18:38:15+00:00
ITS#7249

- - - - -
56bb1c3d by Quanah Gibson-Mount at 2025-02-19T18:53:15+00:00
ITS#7080 - Fix call to slap_add_ctrls

- - - - -
c2e1677a by Ondřej Kuzník at 2025-05-06T15:09:08+00:00
ITS#10309 Check for strdup allocation failures

- - - - -
c7531fd5 by Quanah Gibson-Mount at 2025-05-06T15:11:49+00:00
ITS#10309

- - - - -
795a896e by Ondřej Kuzník at 2025-05-06T15:15:03+00:00
ITS#10312 Explicitly allow FALSE in 'subordinate'

- - - - -
39e84a22 by Quanah Gibson-Mount at 2025-05-06T15:15:15+00:00
ITS#10312

- - - - -
5ce969ba by Ondřej Kuzník at 2025-05-06T15:16:36+00:00
Add missing olcFrontendConfig to example

- - - - -
fa4cfdaf by Andrew Elble at 2025-05-06T15:18:11+00:00
ITS#10270 slapo-pcache: ttr was not being applied to negatively cached entries

- - - - -
d03a8e60 by Andrew Elble at 2025-05-06T15:18:17+00:00
ITS#10270 slapo-pcache: queries with ttr/x-refresh are not loaded when pcachePersist is on

- - - - -
d59d7610 by Andrew Elble at 2025-05-06T15:18:22+00:00
ITS#10270 slapo-pcache: negative cache entries are not loaded when pcachePersist is on

- - - - -
2f24e16a by Quanah Gibson-Mount at 2025-05-06T15:19:29+00:00
ITS#10270

- - - - -
b4925dbe by Howard Chu at 2025-05-06T15:20:50+00:00
ITS#10020 slapo-dynlist(5) note static objectclasses can only be used once

- - - - -
0775559f by Quanah Gibson-Mount at 2025-05-06T15:21:00+00:00
ITS#10020

- - - - -
95c225d6 by Howard Chu at 2025-05-06T15:21:31+00:00
ITS#9934 slapd-config(5) add new TLS cert/key settings

- - - - -
0c86f6a8 by Quanah Gibson-Mount at 2025-05-06T15:21:43+00:00
ITS#9934

- - - - -
acb27c5b by Howard Chu at 2025-05-06T15:22:40+00:00
ITS#10299 slapacl: use dummy entry_get in dry-run mode

- - - - -
56ff56e5 by Howard Chu at 2025-05-06T15:22:45+00:00
ITS#10299 slapacl(8): fix dry-run description

- - - - -
300c518c by Quanah Gibson-Mount at 2025-05-06T15:22:58+00:00
ITS#10299

- - - - -
95e26226 by Howard Chu at 2025-05-06T15:25:41+00:00
ITS#10168 back-mdb: cleanup index setup

Nop index setup when index config resulted in no configured indices

- - - - -
808369bd by Quanah Gibson-Mount at 2025-05-06T15:29:05+00:00
ITS#10168

- - - - -
f52e155d by Howard Chu at 2025-05-06T15:38:14+00:00
ITS#10320 autogroup: mark internal searches

Avoid any other overlays munging autogroup's searches

- - - - -
d0548735 by Quanah Gibson-Mount at 2025-05-06T15:38:23+00:00
ITS#10320

- - - - -
e5a62d37 by Ondřej Kuzník at 2025-05-06T15:39:28+00:00
ITS#10323 Apply olcBkLloadStartTLS runtime changes directly

- - - - -
8f187ed1 by Ondřej Kuzník at 2025-05-06T15:44:05+00:00
ITS#10325 slapo-variant: Use assigned OIDs

- - - - -
ace82978 by Quanah Gibson-Mount at 2025-05-06T15:49:23+00:00
ITS#10325

- - - - -
489d4bf3 by Ondřej Kuzník at 2025-05-06T15:50:18+00:00
ITS#10327 Allow lockless config_back_search() during server pause

The assumption is that the only reason it is allowed to run at this
point is that it is called from the reconfiguration context anyway.

- - - - -
3e4850ba by Quanah Gibson-Mount at 2025-05-06T15:50:56+00:00
ITS#10327

- - - - -
a6f1dd31 by Howard Chu at 2025-05-06T15:54:23+00:00
ITS#10328 librewrite: fix substitution cleanup

- - - - -
18bd7ae3 by Quanah Gibson-Mount at 2025-05-06T15:54:57+00:00
ITS#10328

- - - - -
c86541ce by Ondřej Kuzník at 2025-05-06T15:55:31+00:00
ITS#10331 Add helpful error messages for usage errors

- - - - -
d11538cb by Quanah Gibson-Mount at 2025-05-06T15:56:14+00:00
ITS#10331

- - - - -
b55f4c1b by Greg Noe at 2025-05-06T15:56:40+00:00
ITS#10140 Add microsecond timestamp format for local file logging

- - - - -
903ddf54 by Quanah Gibson-Mount at 2025-05-06T15:57:25+00:00
ITS#10140

- - - - -
c3aeae1f by Howard Chu at 2025-05-14T16:04:01+00:00
ITS#10336 slapd-mdb: fix delete on empty DB

Don't assume parent of target entry will always exist.

- - - - -
a84f350d by Quanah Gibson-Mount at 2025-05-14T16:04:51+00:00
ITS#10336

- - - - -
22fe35c6 by Quanah Gibson-Mount at 2025-05-22T17:56:21+00:00
Prep for release (2.6.10)

- - - - -
07be3ee7 by Ryan Tandy at 2025-05-24T16:22:01-07:00
New upstream version 2.6.10+dfsg
- - - - -
d4718a76 by Ryan Tandy at 2025-05-24T16:22:11-07:00
Update upstream source from tag 'upstream/2.6.10+dfsg'

Update to upstream version '2.6.10+dfsg'
with Debian dir 8b3bd44a8bd0851f782fee019f5e3dbd4e821c76
- - - - -
ce4ff5fb by Ryan Tandy at 2025-05-24T16:23:26-07:00
New upstream release

- - - - -


31 changed files:

- CHANGES
- build/version.var
- clients/tools/common.c
- clients/tools/ldapvc.c
- contrib/slapd-modules/autogroup/autogroup.c
- contrib/slapd-modules/variant/variant.c
- debian/changelog
- doc/guide/admin/replication.sdf
- doc/guide/admin/slapdconf2.sdf
- doc/man/man5/ldap.conf.5
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd.conf.5
- doc/man/man5/slapo-dynlist.5
- doc/man/man8/slapacl.8
- libraries/libldap/error.c
- libraries/libldap/result.c
- libraries/librewrite/subst.c
- servers/lloadd/config.c
- servers/slapd/back-ldif/ldif.c
- servers/slapd/back-mdb/attr.c
- servers/slapd/back-mdb/config.c
- servers/slapd/back-mdb/delete.c
- servers/slapd/back-mdb/tools.c
- servers/slapd/bconfig.c
- servers/slapd/logging.c
- servers/slapd/overlays/autoca.c
- servers/slapd/overlays/memberof.c
- servers/slapd/overlays/pcache.c
- servers/slapd/slapacl.c
- servers/slapd/slapcommon.c
- servers/slapd/syncrepl.c


View it on GitLab: https://salsa.debian.org/openldap-team/openldap/-/compare/73323f6e504522b9cde9de1eb1e3535d2c90ace5...ce4ff5fbb25a560e1d08b5cd7dc862d36403d6eb

-- 
View it on GitLab: https://salsa.debian.org/openldap-team/openldap/-/compare/73323f6e504522b9cde9de1eb1e3535d2c90ace5...ce4ff5fbb25a560e1d08b5cd7dc862d36403d6eb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-openldap-devel/attachments/20250529/1a3ff8c0/attachment-0001.htm>


More information about the Pkg-openldap-devel mailing list