Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
99f672b5 by OndÅ™ej KuznÃk at 2024-11-13T17:11:10+00:00
ITS#10272 Request all attributes from remote
Fixes a regression introduced in fc1bcaf9ded9410cd825112be8db994163c06b04
leaving us unable to check the full filter after we recreate the entry.
- - - - -
664dd711 by Quanah Gibson-Mount at 2024-11-13T17:14:33+00:00
ITS#10272
- - - - -
3 changed files:
- CHANGES
- servers/slapd/overlays/translucent.c
- tests/scripts/test034-translucent
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/534c13871f07d732b4aefc…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/534c13871f07d732b4aefc…
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:
3b9d4bc4 by OndÅ™ej KuznÃk at 2024-11-13T17:13:04+00:00
ITS#10272 Request all attributes from remote
Fixes a regression introduced in fc1bcaf9ded9410cd825112be8db994163c06b04
leaving us unable to check the full filter after we recreate the entry.
- - - - -
334ca932 by Quanah Gibson-Mount at 2024-11-13T17:14:46+00:00
ITS#10272
- - - - -
3 changed files:
- CHANGES
- servers/slapd/overlays/translucent.c
- tests/scripts/test034-translucent
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/db73d4d14974364d84f1f7…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/db73d4d14974364d84f1f7…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
64021967 by OndÅ™ej KuznÃk at 2024-10-29T12:43:37+00:00
ITS#10272 Request all attributes from remote
Fixes a regression introduced in fc1bcaf9ded9410cd825112be8db994163c06b04
leaving us unable to check the full filter after we recreate the entry.
- - - - -
2 changed files:
- servers/slapd/overlays/translucent.c
- tests/scripts/test034-translucent
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/64021967b551b9ce6c192d8…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/64021967b551b9ce6c192d8…
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:
5645e370 by OndÅ™ej KuznÃk at 2024-11-12T17:55:56+00:00
ITS#8047 Fix TLS connection timeout handling
The test for async in ldap_int_tls_start was inverted, we already
support calling ldap_int_tls_connect repeatedly. And so long as
LBER_SB_OPT_NEEDS_* are managed correctly, the application should be
able to do the right thing.
Might require a new result code rather than reporposing
LDAP_X_CONNECTING for this.
- - - - -
534c1387 by Quanah Gibson-Mount at 2024-11-12T17:56:19+00:00
ITS#8047
- - - - -
3 changed files:
- CHANGES
- libraries/libldap/ldap-int.h
- libraries/libldap/tls2.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/667db7bef876465e58ef9c…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/667db7bef876465e58ef9c…
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:
39c97c8a by OndÅ™ej KuznÃk at 2024-11-12T17:45:03+00:00
ITS#10264 Free NoD data we stored locally
- - - - -
cae9bdcd by Quanah Gibson-Mount at 2024-11-12T17:45:12+00:00
ITS#10264
- - - - -
6909574c by OndÅ™ej KuznÃk at 2024-11-12T17:49:42+00:00
ITS#10155 manage option values more carefully
- - - - -
db73d4d1 by Quanah Gibson-Mount at 2024-11-12T17:49:49+00:00
ITS#10155
- - - - -
3 changed files:
- CHANGES
- clients/tools/ldapsearch.c
- libraries/libldap/result.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3f8fc66776dbe2349c99db…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3f8fc66776dbe2349c99db…
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:
90fc22ab by OndÅ™ej KuznÃk at 2024-11-12T17:44:17+00:00
ITS#10264 Free NoD data we stored locally
- - - - -
f6d22e04 by Quanah Gibson-Mount at 2024-11-12T17:44:47+00:00
ITS#10264
- - - - -
637061c6 by OndÅ™ej KuznÃk at 2024-11-12T17:45:48+00:00
ITS#10263 Reject modifications with invalid whitespace
- - - - -
a385f382 by Quanah Gibson-Mount at 2024-11-12T17:46:34+00:00
ITS#10263
- - - - -
00ff5b35 by OndÅ™ej KuznÃk at 2024-11-12T17:49:21+00:00
ITS#10155 manage option values more carefully
- - - - -
667db7be by Quanah Gibson-Mount at 2024-11-12T17:49:30+00:00
ITS#10155
- - - - -
4 changed files:
- CHANGES
- clients/tools/ldapsearch.c
- libraries/libldap/ldifutil.c
- libraries/libldap/result.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f12f1f02880417230ea96b…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f12f1f02880417230ea96b…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
d143f7a2 by OndÅ™ej KuznÃk at 2024-10-26T20:51:35+00:00
ITS#8047 Fix TLS connection timeout handling
The test for async in ldap_int_tls_start was inverted, we already
support calling ldap_int_tls_connect repeatedly. And so long as
LBER_SB_OPT_NEEDS_* are managed correctly, the application should be
able to do the right thing.
Might require a new result code rather than reporposing
LDAP_X_CONNECTING for this.
- - - - -
2 changed files:
- libraries/libldap/ldap-int.h
- libraries/libldap/tls2.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/d143f7a2dc82fb66e7741b9…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/d143f7a2dc82fb66e7741b9…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch mdb.RE/0.9 at openldap / OpenLDAP
Commits:
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
- - - - -
3 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/mdb_load.1
- libraries/liblmdb/mdb_load.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f6d015dd84002c4e0bfb73…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f6d015dd84002c4e0bfb73…
You're receiving this email because of your account on git.openldap.org.
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.