A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 07f57084ce0a19213008dd080c6511a1b74ebaa9 (commit) via 98816906f905de67e24a50bdf550aec500aaac8d (commit) via 18b42bd99c634f282b5f399e0906cfcad2d749b4 (commit) via 942bd891da6c2689ed2716f8198deec47868196f (commit) via afdad1bf6e323e30b9c324e69349f57a9855190c (commit) from 897de410de7514d2787bc9b6d5b463ad70814603 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 07f57084ce0a19213008dd080c6511a1b74ebaa9 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jun 7 10:11:26 2012 -0700
ITS#7076, ITS#7291, ITS#7289, ITS#7290
commit 98816906f905de67e24a50bdf550aec500aaac8d Author: Howard Chu hyc@openldap.org Date: Thu Jun 7 05:43:13 2012 -0700
ITS#7076 fix dup result messages on entry/searchref error
commit 18b42bd99c634f282b5f399e0906cfcad2d749b4 Author: Howard Chu hyc@openldap.org Date: Thu Jun 7 05:15:04 2012 -0700
ITS#7290 fix ldap_int_initialize() to set debug level
commit 942bd891da6c2689ed2716f8198deec47868196f Author: Jan Vcelak jvcelak@redhat.com Date: Wed Jun 6 14:44:53 2012 +0200
ITS#7291 MozNSS: read pin from file file can cause infinite loop
The buffer allocated for reading password file has to be initialized with zeros, or we need to append zero at the end of the file. Otherwise we might read unitialized memory and consider it to be a password.
commit afdad1bf6e323e30b9c324e69349f57a9855190c Author: Tim Strobell (Contractor) tim.strobell.ctr@nrl.navy.mil Date: Mon Jun 4 18:40:28 2012 -0400
ITS#7289 MozNSS: cipher suite selection by name may be ignored
-----------------------------------------------------------------------
Summary of changes: CHANGES | 4 ++++ libraries/libldap/init.c | 2 +- libraries/libldap/tls_m.c | 4 ++-- servers/slapd/result.c | 31 +++++++++++++++++-------------- 4 files changed, 24 insertions(+), 17 deletions(-)