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.