Howard Chu pushed to branch mdb.master3 at openldap / OpenLDAP
Commits:
14c7ff33 by Howard Chu at 2024-10-16T22:47:42+01:00
Move the crypto module helpers into main liblmdb.
Just makes things easier than using the individual mdb_env_set APIs.
- - - - -
9 changed files:
- libraries/liblmdb/Makefile
- libraries/liblmdb/lmdb.h
- libraries/liblmdb/mdb.c
- libraries/liblmdb/mdb_copy.c
- libraries/liblmdb/mdb_drop.c
- libraries/liblmdb/mdb_dump.c
- libraries/liblmdb/mdb_load.c
- libraries/liblmdb/mdb_stat.c
- libraries/liblmdb/mtest_enc2.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/14c7ff334759278d12db0aa…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/14c7ff334759278d12db0aa…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch mdb.master3 at openldap / OpenLDAP
Commits:
e895f5fd by Howard Chu at 2024-10-14T19:39:32+01:00
ITS#9920 crypto: use libsodium instead of OpenSSL
Note: even though the same algorithms were used, the data produced by
this module doesn't work with the OpenSSL-based module and vice versa.
- - - - -
c277aed1 by Howard Chu at 2024-10-14T19:40:26+01:00
ITS#9920 lmdb: fix data races in rpage decryption
- - - - -
3 changed files:
- libraries/liblmdb/Makefile
- libraries/liblmdb/crypto.c
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/49726aa38bd62497c3ef6f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/49726aa38bd62497c3ef6f…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
f8caf85d by OndÅ™ej KuznÃk at 2024-09-26T17:56:59+00:00
ITS#10248 Always generate a result on the original op
- - - - -
dd621781 by Michael Nolta at 2024-09-26T17:56:59+00:00
ITS#10248 Regression test script
- - - - -
4 changed files:
- servers/slapd/overlays/translucent.c
- + tests/data/regressions/its10248/its10248
- + tests/data/regressions/its10248/slapd-local.conf
- + tests/data/regressions/its10248/subuser.ldif
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8bad3eb3809e1777240c03…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8bad3eb3809e1777240c03…
You're receiving this email because of your account on git.openldap.org.