aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/openldap/CHANGES
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-02-13 07:58:30 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2024-02-13 08:10:43 +0300
commit8ee6bfd26b9e90e07e530906f5a5d4b198db6ead (patch)
tree23a6f725f21b389d874b2a0fb66342e06f6b60a5 /contrib/libs/openldap/CHANGES
parent9bb0e697690361fd000af1b1939ca4a688c812e0 (diff)
downloadydb-8ee6bfd26b9e90e07e530906f5a5d4b198db6ead.tar.gz
Update contrib/libs/openldap to 2.6.7
Diffstat (limited to 'contrib/libs/openldap/CHANGES')
-rw-r--r--contrib/libs/openldap/CHANGES37
1 files changed, 37 insertions, 0 deletions
diff --git a/contrib/libs/openldap/CHANGES b/contrib/libs/openldap/CHANGES
index a7e969973a..0f58ed3550 100644
--- a/contrib/libs/openldap/CHANGES
+++ b/contrib/libs/openldap/CHANGES
@@ -1,5 +1,42 @@
OpenLDAP 2.6 Change Log
+OpenLDAP 2.6.7 Release (2024/01/29)
+ Added slapo-dynlist option to disable filter support (ITS#10025)
+ Fixed liblber missing newline on long msg (ITS#10105)
+ Fixed libldap exit handling with OpenSSL3 (ITS#9952)
+ Fixed libldap with TLS and multiple ldap URIs (ITS#10101)
+ Fixed libldap OpenSSL cipher suite handling (ITS#10094)
+ Fixed libldap OpenSSL 3.0 and Diffie-Hellman param files (ITS#10124)
+ Fixed libldap timestamps on Windows (ITS#10100)
+ Fixed lloadd to work when resolv.conf is missing (ITS#10070)
+ Fixed lloadd handling of closing connection (ITS#10083)
+ Fixed lloadd tiers to be correctly linked on startup (ITS#10142)
+ Fixed slapd to honour disclose in matchedDN handling (ITS#10139)
+ Fixed slapd handling of regex testing in ACLs (ITS#10089)
+ Fixed slapd sync replication with glued database (ITS#10080)
+ Fixed slapd local logging on Windows (ITS#10092)
+ Fixed slapd-asyncmeta when remote suffix is empty (ITS#10076)
+ Fixed slapo-dynlist so it can't be global (ITS#10091)
+ Build
+ Fixed lloadd type mismatches (ITS#10074)
+ Fixed builds for Windows (ITS#10117)
+ Fixed build with clang16 (ITS#10123)
+ Documentation
+ Fixed slapo-homedir(5) attribute name for olcHomedirArchivePath (ITS#10057)
+ Minor Cleanup
+ ITS#10059
+ ITS#10068
+ ITS#10098
+ ITS#10109
+ ITS#10110
+ ITS#10129
+ ITS#10130
+ ITS#10135
+ ITS#10143
+ ITS#10144
+ ITS#10145
+ ITS#10153
+
OpenLDAP 2.6.6 Release (2023/07/31)
Fixed slapd cn=config incorrect handling of paused (ITS#10045)
Fixed slapd-meta to account for MOD ops being optional (ITS#10067)