OpenLDAP 2.4 Change Log
OpenLDAP 2.4.34 Engineering
- Fixed libmdb mdb_midl_sort array optimization (ITS#7432)
+ Fixed liblmdb mdb_midl_sort array optimization (ITS#7432)
+ Fixed liblmdb freelist with large entries (ITS#7455)
Fixed slapd syncrepl for old entries in MMR setup (ITS#7427)
Fixed slapd signedness for index_substr_any_* (ITS#7449)
Fixed slapd enforce SLAPD_MAX_DAEMON_THREADS (ITS#7450)
Added slapd-meta cn=config support
Fixed libldap MozNSS slot picking (ITS#7359)
Fixed libldap MozNSS with tokenname:certnickname format (ITS#7360)
- Fixed libmdb POSIX semaphore cleanup on environment close (ITS#7364)
- Fixed libmdb mdb_page_split (ITS#7385, ITS#7229)
+ Fixed liblmdb POSIX semaphore cleanup on environment close (ITS#7364)
+ Fixed liblmdb mdb_page_split (ITS#7385, ITS#7229)
Fixed slapd alock handling on Windows (ITS#7361)
Fixed slapd acl handling with zero-length values (ITS#7350)
Fixed slapd syncprov to not reference ops inside a lock (ITS#7172)
Fixed slapo-constraint with multiple modifications (ITS#7168)
Build Environment
Fixed build with Visual Studio (ITS#7358)
- Fixed libmdb posix semaphore use on BSD system (ITS#7363)
+ Fixed liblmdb posix semaphore use on BSD system (ITS#7363)
Add slapo-constraint test suite (ITS#7344, ITS#7366)
Contrib
Updated radius passwd module for NAS-Identifier (ITS#7357)
Fixed libldap gettime() regression (ITS#6262)
Fixed libldap sasl handling (ITS#7118, ITS#7133)
Fixed libldap to correctly free socket with TLS (ITS#7241)
- Fixed libmdb leaf node handling (ITS#7266)
- Fixed libmdb mutexes on Apple/Windows (ITS#7251)
+ Fixed liblmdb leaf node handling (ITS#7266)
+ Fixed liblmdb mutexes on Apple/Windows (ITS#7251)
Fixed slapd config index renumbering (ITS#6987)
Fixed slapd duplicate error response (ITS#7076)
Fixed slapd parsing of PermissiveModify control (ITS#7298)
Added slapo-accesslog support for reqEntryUUID (ITS#6656)
Fixed libldap IPv6 URL detection (ITS#7194)
Fixed libldap rebinding on failed connection (ITS#7207)
- Fixed libmdb alignment of MDB_db members (ITS#7191)
- Fixed libmdb branch page merging on deletes (ITS#7190)
- Fixed libmdb page split with MDB_APPEND (ITS#7213)
- Fixed libmdb free page usage with entry deletion (ITS#7210)
- Fixed libmdb to use IOV_MAX if it is defined and small (ITS#7196)
- Fixed libmdb key alignment (ITS#7219)
- Fixed libmdb mdb_page_split (ITS#7229)
- Fixed libmdb with zero length IDLs (ITS#7230)
+ Fixed liblmdb alignment of MDB_db members (ITS#7191)
+ Fixed liblmdb branch page merging on deletes (ITS#7190)
+ Fixed liblmdb page split with MDB_APPEND (ITS#7213)
+ Fixed liblmdb free page usage with entry deletion (ITS#7210)
+ Fixed liblmdb to use IOV_MAX if it is defined and small (ITS#7196)
+ Fixed liblmdb key alignment (ITS#7219)
+ Fixed liblmdb mdb_page_split (ITS#7229)
+ Fixed liblmdb with zero length IDLs (ITS#7230)
Fixed slapd listener initialization (ITS#7233)
Fixed slapd cn=config with olcTLSVerifyClient (ITS#7197)
Fixed slapd delta-syncrepl fallback on non-leaf error (ITS#7195)