Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
a5765f17
Commit
a5765f17
authored
Nov 30, 2012
by
Quanah Gibson-Mount
Browse files
ITS
#7455
liblmdb
parent
a119c19c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
a5765f17
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)
...
...
@@ -26,8 +27,8 @@ OpenLDAP 2.4.33 Release (2012/10/10)
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 lib
l
mdb POSIX semaphore cleanup on environment close (ITS#7364)
Fixed lib
l
mdb 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)
...
...
@@ -39,7 +40,7 @@ OpenLDAP 2.4.33 Release (2012/10/10)
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 lib
l
mdb 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)
...
...
@@ -66,8 +67,8 @@ OpenLDAP 2.4.32 Release (2012/07/31)
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 lib
l
mdb leaf node handling (ITS#7266)
Fixed lib
l
mdb 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)
...
...
@@ -106,14 +107,14 @@ OpenLDAP 2.4.31 Release (2012/04/21)
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 lib
l
mdb alignment of MDB_db members (ITS#7191)
Fixed lib
l
mdb branch page merging on deletes (ITS#7190)
Fixed lib
l
mdb page split with MDB_APPEND (ITS#7213)
Fixed lib
l
mdb free page usage with entry deletion (ITS#7210)
Fixed lib
l
mdb to use IOV_MAX if it is defined and small (ITS#7196)
Fixed lib
l
mdb key alignment (ITS#7219)
Fixed lib
l
mdb mdb_page_split (ITS#7229)
Fixed lib
l
mdb 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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment