Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
392d6b53 by Quanah Gibson-Mount at 2023-07-10T21:20:16+00:00
Return to engineering
- - - - -
ce200dca by Howard Chu at 2023-08-27T15:40:34+01:00
ITS#10095 partial revert of ITS#9278 2fd44e325195ae81664eb5dc36e7d265927c5ebc
The patch was incorrect and introduced numerous race conditions.
The original problem was a FreeBSD bug, subsequently fixed:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269277
- - - - -
31ba06e1 by Quanah Gibson-Mount at 2023-10-23T19:45:12+00:00
ITS#10095
- - - - -
4a19b804 by Howard Chu at 2024-01-09T17:27:59+00:00
ITS#9378 Add explicit replay logging
Logs essential ops so they can be replayed.
Ignores read ops for now.
- - - - -
9bafe549 by Howard Chu at 2024-01-09T17:41:21+00:00
ITS#9378 Add replay tool
Reads a replay log and executes all the write ops
- - - - -
ac011b2c by Howard Chu at 2024-01-11T22:33:43+00:00
ITS#10125 mdb_load: fix cursor reinit in Append mode
- - - - -
ea975636 by Quanah Gibson-Mount at 2024-01-11T22:35:25+00:00
ITS#9378, ITS#10125
- - - - -
95670e37 by Clément Renault at 2024-01-16T20:30:01+00:00
ITS#10137 LMDB: Allow users to define MDB_IDL_LOGN
- - - - -
6973baf4 by Quanah Gibson-Mount at 2024-01-16T20:30:34+00:00
ITS#10137
- - - - -
80888141 by Quanah Gibson-Mount at 2024-01-16T20:42:51+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
- - - - -
6 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/Makefile
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_load.c
- libraries/liblmdb/midl.h
- + libraries/liblmdb/mplay.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c0493306e6cfa494012b3d…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c0493306e6cfa494012b3d…
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:
392d6b53 by Quanah Gibson-Mount at 2023-07-10T21:20:16+00:00
Return to engineering
- - - - -
ce200dca by Howard Chu at 2023-08-27T15:40:34+01:00
ITS#10095 partial revert of ITS#9278 2fd44e325195ae81664eb5dc36e7d265927c5ebc
The patch was incorrect and introduced numerous race conditions.
The original problem was a FreeBSD bug, subsequently fixed:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269277
- - - - -
31ba06e1 by Quanah Gibson-Mount at 2023-10-23T19:45:12+00:00
ITS#10095
- - - - -
4a19b804 by Howard Chu at 2024-01-09T17:27:59+00:00
ITS#9378 Add explicit replay logging
Logs essential ops so they can be replayed.
Ignores read ops for now.
- - - - -
9bafe549 by Howard Chu at 2024-01-09T17:41:21+00:00
ITS#9378 Add replay tool
Reads a replay log and executes all the write ops
- - - - -
ac011b2c by Howard Chu at 2024-01-11T22:33:43+00:00
ITS#10125 mdb_load: fix cursor reinit in Append mode
- - - - -
ea975636 by Quanah Gibson-Mount at 2024-01-11T22:35:25+00:00
ITS#9378, ITS#10125
- - - - -
95670e37 by Clément Renault at 2024-01-16T20:30:01+00:00
ITS#10137 LMDB: Allow users to define MDB_IDL_LOGN
- - - - -
6973baf4 by Quanah Gibson-Mount at 2024-01-16T20:30:34+00:00
ITS#10137
- - - - -
33ec67d7 by Quanah Gibson-Mount at 2024-01-16T20:42:39+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/Makefile
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_load.c
- libraries/liblmdb/midl.h
- + libraries/liblmdb/mplay.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d307b115f9f055d88558eb…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/d307b115f9f055d88558eb…
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:
4d97ae33 by Howard Chu at 2024-01-16T18:19:21+00:00
ITS#10124 libldap: fix dhparam init with OpenSSL 3.x
- - - - -
73a3b715 by Quanah Gibson-Mount at 2024-01-16T18:20:44+00:00
ITS#10124
- - - - -
2eb51cf2 by Ondřej Kuzník at 2024-01-16T18:45:14+00:00
ITS#10129 Fix lloadd.conf manpage
- - - - -
90c974e7 by Quanah Gibson-Mount at 2024-01-16T18:50:12+00:00
ITS#10129
- - - - -
e820a79f by Howard Chu at 2024-01-16T19:04:44+00:00
ITS#10092 fix local logger for Windows
Don't use writev, just copy the message to insert prefix
- - - - -
eb12c9cd by Quanah Gibson-Mount at 2024-01-16T19:05:05+00:00
ITS#10092
- - - - -
214c14e2 by Howard Chu at 2024-01-16T19:14:16+00:00
ITS#10144 libldap: RDNs must contain at least 1 AVA
- - - - -
82b0e4e3 by Quanah Gibson-Mount at 2024-01-16T19:14:36+00:00
ITS#10144
- - - - -
0e40e44e by Howard Chu at 2024-01-16T19:15:37+00:00
ITS#10145 ldap_url_parse_ext: fail earlier on bad URL enclosure
- - - - -
fdc01cd5 by Quanah Gibson-Mount at 2024-01-16T19:15:44+00:00
ITS#10145
- - - - -
88d0404d by Ondřej Kuzník at 2024-01-16T19:17:56+00:00
ITS#10142 Link tiers in on cn=config startup
- - - - -
50cfa961 by Quanah Gibson-Mount at 2024-01-16T19:18:39+00:00
ITS#10142
- - - - -
efae4b12 by Howard Chu at 2024-01-16T19:19:24+00:00
ITS#10143 only slapd should use the logfile
- - - - -
069b55d5 by Quanah Gibson-Mount at 2024-01-16T19:19:37+00:00
ITS#10143
- - - - -
ca64f6f1 by Ondřej Kuzník at 2024-01-16T20:32:48+00:00
ITS#10109 Pass operation to slap_get_csn()
- - - - -
912479b1 by Quanah Gibson-Mount at 2024-01-16T20:33:48+00:00
ITS#10109
- - - - -
180a5881 by Howard Chu at 2024-01-16T20:34:43+00:00
ITS#10098 contrib: fix Makefiles for Windows
Must build with "make PLAT=NT"
- - - - -
c5d4f58f by Quanah Gibson-Mount at 2024-01-16T20:34:56+00:00
ITS#10098
- - - - -
8cb36ebc by Stacey Marshall at 2024-01-16T20:36:57+00:00
ITS#10130 Several callers of getpassphrase() ignore NULL returns
- - - - -
ffdd12f0 by Howard Chu at 2024-01-16T20:38:57+00:00
ITS#10135 dynlist: fix search2resp callback context
- - - - -
3c63d9e1 by Quanah Gibson-Mount at 2024-01-16T20:39:04+00:00
ITS#10135
- - - - -
705ebb99 by Ondřej Kuzník at 2024-01-16T20:40:39+00:00
ITS#10110 Do not skip backover for result entries
- - - - -
d307b115 by Quanah Gibson-Mount at 2024-01-16T20:41:18+00:00
ITS#10110
- - - - -
30 changed files:
- CHANGES
- clients/tools/common.c
- clients/tools/ldappasswd.c
- clients/tools/ldapvc.c
- contrib/slapd-modules/acl/Makefile
- contrib/slapd-modules/addpartial/Makefile
- contrib/slapd-modules/adremap/Makefile
- contrib/slapd-modules/allop/Makefile
- contrib/slapd-modules/allowed/Makefile
- contrib/slapd-modules/authzid/Makefile
- contrib/slapd-modules/autogroup/Makefile
- contrib/slapd-modules/ciboolean/Makefile
- contrib/slapd-modules/cloak/Makefile
- contrib/slapd-modules/comp_match/Makefile
- contrib/slapd-modules/datamorph/Makefile
- contrib/slapd-modules/denyop/Makefile
- contrib/slapd-modules/dsaschema/Makefile
- contrib/slapd-modules/dupent/Makefile
- contrib/slapd-modules/emptyds/Makefile
- contrib/slapd-modules/kinit/Makefile
- contrib/slapd-modules/lastbind/Makefile
- contrib/slapd-modules/lastmod/Makefile
- contrib/slapd-modules/lastmod/lastmod.c
- contrib/slapd-modules/noopsrch/Makefile
- contrib/slapd-modules/nops/Makefile
- contrib/slapd-modules/passwd/Makefile
- contrib/slapd-modules/passwd/pbkdf2/Makefile
- contrib/slapd-modules/passwd/sha2/Makefile
- contrib/slapd-modules/passwd/totp/Makefile
- contrib/slapd-modules/proxyOld/Makefile
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c1307e56fcaf007e269f28…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c1307e56fcaf007e269f28…
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:
3e1130cd by Howard Chu at 2024-01-16T18:21:05+00:00
ITS#10124 libldap: fix dhparam init with OpenSSL 3.x
- - - - -
719a5883 by Quanah Gibson-Mount at 2024-01-16T18:21:21+00:00
ITS#10124
- - - - -
8fdcf120 by Ondřej Kuzník at 2024-01-16T18:50:19+00:00
ITS#10129 Fix lloadd.conf manpage
- - - - -
8e9f5f65 by Quanah Gibson-Mount at 2024-01-16T18:58:49+00:00
ITS#10129
- - - - -
e438f4c5 by Howard Chu at 2024-01-16T19:14:48+00:00
ITS#10144 libldap: RDNs must contain at least 1 AVA
- - - - -
c1922727 by Quanah Gibson-Mount at 2024-01-16T19:14:57+00:00
ITS#10144
- - - - -
e987fcf3 by Howard Chu at 2024-01-16T19:15:49+00:00
ITS#10145 ldap_url_parse_ext: fail earlier on bad URL enclosure
- - - - -
1d54dc3b by Quanah Gibson-Mount at 2024-01-16T19:15:56+00:00
ITS#10145
- - - - -
05482d1a by Ondřej Kuzník at 2024-01-16T20:33:15+00:00
ITS#10109 Pass operation to slap_get_csn()
- - - - -
83636672 by Quanah Gibson-Mount at 2024-01-16T20:33:27+00:00
ITS#10109
- - - - -
43798262 by Stacey Marshall at 2024-01-16T20:37:56+00:00
ITS#10130 Several callers of getpassphrase() ignore NULL returns
- - - - -
e79c7bf2 by Quanah Gibson-Mount at 2024-01-16T20:38:07+00:00
ITS#10130
- - - - -
a4026502 by Howard Chu at 2024-01-16T20:39:11+00:00
ITS#10135 dynlist: fix search2resp callback context
- - - - -
f9ab9400 by Quanah Gibson-Mount at 2024-01-16T20:39:18+00:00
ITS#10135
- - - - -
a3037931 by Ondřej Kuzník at 2024-01-16T20:41:27+00:00
ITS#10110 Do not skip backover for result entries
- - - - -
c0493306 by Quanah Gibson-Mount at 2024-01-16T20:41:35+00:00
ITS#10110
- - - - -
13 changed files:
- CHANGES
- clients/tools/common.c
- clients/tools/ldappasswd.c
- clients/tools/ldapvc.c
- contrib/slapd-modules/lastmod/lastmod.c
- doc/man/man5/lloadd.conf.5
- libraries/libldap/getdn.c
- libraries/libldap/tls_o.c
- libraries/libldap/url.c
- servers/slapd/back-ldap/chain.c
- servers/slapd/overlays/dynlist.c
- servers/slapd/slappasswd.c
- tests/progs/slapd-tester.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f0a2a42aa1aec7f7feeb9e…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f0a2a42aa1aec7f7feeb9e…
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:
b003ae84 by Howard Chu at 2024-01-11T18:55:19+00:00
ITS#10117 build: fix slap-config.h decls for Windows DLLs
- - - - -
32b0c721 by Quanah Gibson-Mount at 2024-01-11T21:54:42+00:00
ITS#10117
- - - - -
a15bef27 by Howard Chu at 2024-01-11T21:56:45+00:00
ITS#10094 libldap/OpenSSL: fix setting ciphersuites
Don't try old-style ciphersuite list if only v1.3 or newer ciphers were specified
- - - - -
8404330b by Quanah Gibson-Mount at 2024-01-11T21:56:58+00:00
ITS#10094
- - - - -
110a78e5 by hyc at 2024-01-11T21:58:22+00:00
ITS#10100 fix Windows timestamps
Simplify, instead of trying to maintain offset between performance
counter and systemtime, just use performance counter.
- - - - -
e3e0ef26 by Quanah Gibson-Mount at 2024-01-11T22:00:14+00:00
ITS#10100
- - - - -
4b33584e by Ondřej Kuzník at 2024-01-11T22:02:53+00:00
ITS#10123 Add a missing include
- - - - -
1a732ee9 by Ondřej Kuzník at 2024-01-11T22:02:55+00:00
ITS#10123 Adjust our prototypes for both K&R and C2x compatibility
- - - - -
89cd23bb by Quanah Gibson-Mount at 2024-01-11T22:03:11+00:00
ITS#10123
- - - - -
f0a2a42a by Ondřej Kuzník at 2024-01-11T22:04:05+00:00
ITS#10089 Fix acl logging
- - - - -
7 changed files:
- CHANGES
- include/ac/string.h
- libraries/libldap/tls_o.c
- libraries/libldap/util-int.c
- servers/slapd/aclparse.c
- servers/slapd/controls.c
- servers/slapd/slap-config.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/353ac12b9829de8d5f8916…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/353ac12b9829de8d5f8916…
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:
0431b01b by Howard Chu at 2024-01-11T18:55:15+00:00
ITS#10117 build: fix slap-config.h decls for Windows DLLs
- - - - -
2d9bdc26 by Quanah Gibson-Mount at 2024-01-11T21:54:20+00:00
ITS#10117
- - - - -
70be1f17 by Howard Chu at 2024-01-11T21:55:59+00:00
ITS#10094 libldap/OpenSSL: fix setting ciphersuites
Don't try old-style ciphersuite list if only v1.3 or newer ciphers were specified
- - - - -
b1edb77d by Quanah Gibson-Mount at 2024-01-11T21:56:39+00:00
ITS#10094
- - - - -
a21a1e63 by hyc at 2024-01-11T21:59:51+00:00
ITS#10100 fix Windows timestamps
Simplify, instead of trying to maintain offset between performance
counter and systemtime, just use performance counter.
- - - - -
d24a968b by Ondřej Kuzník at 2024-01-11T22:02:01+00:00
ITS#10123 Add a missing include
- - - - -
b80c9e50 by Ondřej Kuzník at 2024-01-11T22:02:07+00:00
ITS#10123 Adjust our prototypes for both K&R and C2x compatibility
- - - - -
485324b0 by Quanah Gibson-Mount at 2024-01-11T22:02:46+00:00
ITS#10123
- - - - -
c1307e56 by Ondřej Kuzník at 2024-01-11T22:04:00+00:00
ITS#10089 Fix acl logging
- - - - -
7 changed files:
- CHANGES
- include/ac/string.h
- libraries/libldap/tls_o.c
- libraries/libldap/util-int.c
- servers/slapd/aclparse.c
- servers/slapd/controls.c
- servers/slapd/slap-config.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5459b4f682c57f6a53bdcc…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5459b4f682c57f6a53bdcc…
You're receiving this email because of your account on git.openldap.org.