Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
54f00bd0 by Quanah Gibson-Mount at 2024-06-24T16:56:14+00:00
Return to engineering
- - - - -
b84c3505 by Zach Vonler at 2024-06-28T14:55:01+00:00
ITS#10222 LMDB: Updated mdb_dump man page
The -a option to mdb_load makes the previous text obsolete.
- - - - -
c6a49d79 by Howard Chu at 2024-06-28T14:55:06+00:00
LMDB: tweak mdb_load.1 manpage
Add missing -a option to Synopsis
- - - - -
f6d015dd by Quanah Gibson-Mount at 2024-06-28T15:55:18+00:00
ITS#10222
- - - - -
c5f0ac27 by Gary Wicker at 2024-10-26T21:26:17+01:00
ITS#10275 mdb_load: add -Q option to use NOSYNC for faster loading
- - - - -
790ed0e9 by Howard Chu at 2024-10-26T21:27:01+01:00
ITS#10275 mdb_load: add -Q option to use NOSYNC for faster loading
- - - - -
f6b3c3d4 by kero at 2025-01-28T17:28:15+00:00
ITS#10296 lmdb: fix fdatasync on MacOS
Patch from kero, with corrections by hyc
- - - - -
96bffc92 by Howard Chu at 2025-01-28T17:29:56+00:00
ITS#10296 fix fdatasync on MacOS
- - - - -
ac89f424 by Howard Chu at 2025-02-19T09:15:27+00:00
ITS#10296 lmdb: fix typo in prev commit
- - - - -
ce339e82 by jinyaoguo at 2025-06-10T20:39:52+01:00
ITS#10342 lmdb: fix potential memleak in child txn_begin
- - - - -
529442b4 by Howard Chu at 2025-06-10T20:43:44+01:00
ITS#10342
- - - - -
7f8f52e0 by Mike Moritz at 2025-06-10T20:56:50+01:00
ITS#10346 lmdb: fix compacting copy with large values
- - - - -
c85bcff9 by Howard Chu at 2025-06-10T20:57:48+01:00
ITS#10346
- - - - -
7c798800 by Howard Chu at 2025-06-12T15:16:50+01:00
ITS#10355 lmdb mplay: don't assign to stdin/stdout
- - - - -
f7c1754e by Howard Chu at 2025-06-12T15:18:48+01:00
ITS#10355
- - - - -
500ff660 by Quanah Gibson-Mount at 2025-09-17T17:39:34+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_6
- - - - -
6 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_dump.1
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_load.c
- libraries/liblmdb/mplay.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1094fb2da0ddddf03eb747…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1094fb2da0ddddf03eb747…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
54f00bd0 by Quanah Gibson-Mount at 2024-06-24T16:56:14+00:00
Return to engineering
- - - - -
b84c3505 by Zach Vonler at 2024-06-28T14:55:01+00:00
ITS#10222 LMDB: Updated mdb_dump man page
The -a option to mdb_load makes the previous text obsolete.
- - - - -
c6a49d79 by Howard Chu at 2024-06-28T14:55:06+00:00
LMDB: tweak mdb_load.1 manpage
Add missing -a option to Synopsis
- - - - -
f6d015dd by Quanah Gibson-Mount at 2024-06-28T15:55:18+00:00
ITS#10222
- - - - -
c5f0ac27 by Gary Wicker at 2024-10-26T21:26:17+01:00
ITS#10275 mdb_load: add -Q option to use NOSYNC for faster loading
- - - - -
790ed0e9 by Howard Chu at 2024-10-26T21:27:01+01:00
ITS#10275 mdb_load: add -Q option to use NOSYNC for faster loading
- - - - -
f6b3c3d4 by kero at 2025-01-28T17:28:15+00:00
ITS#10296 lmdb: fix fdatasync on MacOS
Patch from kero, with corrections by hyc
- - - - -
96bffc92 by Howard Chu at 2025-01-28T17:29:56+00:00
ITS#10296 fix fdatasync on MacOS
- - - - -
ac89f424 by Howard Chu at 2025-02-19T09:15:27+00:00
ITS#10296 lmdb: fix typo in prev commit
- - - - -
ce339e82 by jinyaoguo at 2025-06-10T20:39:52+01:00
ITS#10342 lmdb: fix potential memleak in child txn_begin
- - - - -
529442b4 by Howard Chu at 2025-06-10T20:43:44+01:00
ITS#10342
- - - - -
7f8f52e0 by Mike Moritz at 2025-06-10T20:56:50+01:00
ITS#10346 lmdb: fix compacting copy with large values
- - - - -
c85bcff9 by Howard Chu at 2025-06-10T20:57:48+01:00
ITS#10346
- - - - -
7c798800 by Howard Chu at 2025-06-12T15:16:50+01:00
ITS#10355 lmdb mplay: don't assign to stdin/stdout
- - - - -
f7c1754e by Howard Chu at 2025-06-12T15:18:48+01:00
ITS#10355
- - - - -
eae9c380 by Quanah Gibson-Mount at 2025-09-17T17:39:20+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9'
- - - - -
6 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_dump.1
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_load.c
- libraries/liblmdb/mplay.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/52a8419baec4097518b7fd…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/52a8419baec4097518b7fd…
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:
fa73dfe2 by Howard Chu at 2025-09-17T17:26:53+00:00
ITS#10360 delta MPR: internal search should use logDB's rootDN
- - - - -
925113ab by Quanah Gibson-Mount at 2025-09-17T17:28:18+00:00
ITS#10360
- - - - -
aa4d57e7 by Howard Chu at 2025-09-17T17:28:41+00:00
ITS#10387 daemon: fix reverselookup of proxied IPv6 address
- - - - -
df9ba0ac by Howard Chu at 2025-09-17T17:32:19+00:00
ITS#10387 lloadd: more for previous commit
- - - - -
09cde3aa by Quanah Gibson-Mount at 2025-09-17T17:32:49+00:00
ITS#10387
- - - - -
ef4cbfe9 by OndÅ™ej KuznÃk at 2025-09-17T17:33:20+00:00
ITS#10385 Set correct rootDN for accesslog replay
- - - - -
1094fb2d by Quanah Gibson-Mount at 2025-09-17T17:33:59+00:00
ITS#10385
- - - - -
7 changed files:
- CHANGES
- servers/lloadd/daemon.c
- servers/slapd/daemon.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/proto-slap.h
- servers/slapd/proxyp.c
- servers/slapd/syncrepl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2569d686844e6ada90d5e3…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2569d686844e6ada90d5e3…
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:
47bd7eed by OndÅ™ej KuznÃk at 2025-09-08T23:15:48+00:00
ITS#10384 Free attributes on error
- - - - -
2c6a381d by Quanah Gibson-Mount at 2025-09-08T23:16:01+00:00
ITS#10384
- - - - -
b2d5cd86 by OndÅ™ej KuznÃk at 2025-09-08T23:16:23+00:00
ITS#10369 Merge duplicate attributes properly
- - - - -
2569d686 by Quanah Gibson-Mount at 2025-09-08T23:16:29+00:00
ITS#10369
- - - - -
2 changed files:
- CHANGES
- servers/slapd/entry.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8b8297c36f71141899b851…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8b8297c36f71141899b851…
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:
78c9bdd5 by OndÅ™ej KuznÃk at 2025-09-08T23:09:39+00:00
ITS#10379 Use a fresh timestamp for lastbind mod
- - - - -
2eba7957 by Quanah Gibson-Mount at 2025-09-08T23:10:30+00:00
ITS#10379
- - - - -
9c156fae by OndÅ™ej KuznÃk at 2025-09-08T23:10:53+00:00
ITS#10380 Log server version on logfile change
- - - - -
45d6e45b by Quanah Gibson-Mount at 2025-09-08T23:11:15+00:00
ITS#10380
- - - - -
8b8297c3 by OndÅ™ej KuznÃk at 2025-09-08T23:13:09+00:00
ITS#10379 slapo-lastbind: Use a fresh timestamp for lastbind mod
- - - - -
4 changed files:
- CHANGES
- contrib/slapd-modules/lastbind/lastbind.c
- servers/slapd/bind.c
- servers/slapd/logging.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f03f6c1b9cf00b0f87dea9…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f03f6c1b9cf00b0f87dea9…
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:
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.