Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
e101d0ec by OndÅ™ej KuznÃk at 2025-02-19T19:59:42+00:00
ITS#10266 Adopt broader RFC4511 NoD interpretation, receiving side
- - - - -
37edfece by OndÅ™ej KuznÃk at 2025-02-19T19:59:42+00:00
ITS#10266 Linked clients should also be tagged for closing
- - - - -
68bd743c by OndÅ™ej KuznÃk at 2025-02-19T19:59:42+00:00
ITS#10266 Adding a test script
- - - - -
3 changed files:
- servers/lloadd/connection.c
- servers/lloadd/upstream.c
- + tests/scripts/lloadd/test008-nod
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/89e34fded385ecc59ccaef…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/89e34fded385ecc59ccaef…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
89e34fde by OndÅ™ej KuznÃk at 2025-02-19T18:39:09+00:00
ITS#10265 Allow runtime reconfig of olcBkLloadListen
- - - - -
8 changed files:
- servers/lloadd/client.c
- servers/lloadd/config.c
- servers/lloadd/daemon.c
- servers/lloadd/lload.h
- servers/lloadd/main.c
- servers/lloadd/module_init.c
- servers/lloadd/proto-lload.h
- servers/slapd/daemon.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/89e34fded385ecc59ccaef1…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/89e34fded385ecc59ccaef1…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
411cc2c9 by Bjarni Ingi Gislason at 2025-02-19T17:00:12+00:00
ITS#10226 - Fix ldap.conf(5) formatting issues
- - - - -
01cf95ad by Quanah Gibson-Mount at 2025-02-19T17:00:50+00:00
ITS#10226
- - - - -
7c7941e1 by OndÅ™ej KuznÃk at 2025-02-19T18:25:37+00:00
ITS#10307 Initialise last if we use it later
- - - - -
18cc2acd by Quanah Gibson-Mount at 2025-02-19T18:25:57+00:00
ITS#10307
- - - - -
a8a7f148 by OndÅ™ej KuznÃk at 2025-02-19T18:28:43+00:00
ITS#10279 Let client notify when LDAP_DEBUG is disabled but -d specified
- - - - -
fc34ad5d by Quanah Gibson-Mount at 2025-02-19T18:28:53+00:00
ITS#10279
- - - - -
4 changed files:
- CHANGES
- clients/tools/common.c
- doc/man/man5/ldap.conf.5
- servers/slapd/bconfig.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/66c43469c72312c3edf5fb…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/66c43469c72312c3edf5fb…
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:
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
- - - - -
12 changed files:
- CHANGES
- clients/tools/common.c
- doc/guide/admin/replication.sdf
- doc/man/man5/ldap.conf.5
- libraries/libldap/error.c
- libraries/libldap/result.c
- servers/slapd/back-ldif/ldif.c
- servers/slapd/back-mdb/tools.c
- servers/slapd/bconfig.c
- servers/slapd/overlays/autoca.c
- servers/slapd/overlays/memberof.c
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f3ae2773b0281336f587ff…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f3ae2773b0281336f587ff…
You're receiving this email because of your account on git.openldap.org.