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 99319a94d9dbb8469922bca2df4e711a19a0b757 (commit) via b019d186da6b48128863a6d0f880e5e5fd7a0536 (commit) via 0ee1afb1daa274e6796ff72f3a337ef4fdf03e5e (commit) via 3f36aa25e176368e279c19210501260964d67320 (commit) via 22410b25108a0dbc05506b5afa78dc9cc73a75c9 (commit) via 8d4f88cfb6540703648e73d5f8b310ee07700058 (commit) via 222fa6ad47e7de738bdcb5b2e69d88a276a4323f (commit) via b044b0742e54da93e6a81ffaf815b0a177f9a530 (commit) via 84002b55bb148e49920b5683c44d8b430b742f42 (commit) via 5164359c655b1f69a48e2b694dcd62ea0ef6e65c (commit) via f99332fe8dec41fedca6e95fde9cffb1b5c9be73 (commit) via a0f6959b35467fdae479f133730e58ec50b57241 (commit) from b90d37f14587e4f81e3e3638a3b9ae18ec681bb2 (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 99319a94d9dbb8469922bca2df4e711a19a0b757 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 26 14:37:54 2012 -0800
ITS#7431
commit b019d186da6b48128863a6d0f880e5e5fd7a0536 Author: Jan Synacek jsynacek@redhat.com Date: Mon Nov 26 13:49:14 2012 -0800
ITS#7431 fix constraint_check_restrict segfault
commit 0ee1afb1daa274e6796ff72f3a337ef4fdf03e5e Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 26 14:37:12 2012 -0800
ITS#7450
commit 3f36aa25e176368e279c19210501260964d67320 Author: Howard Chu hyc@openldap.org Date: Sun Nov 25 19:43:49 2012 -0800
ITS#7450 enforce SLAPD_MAX_DAEMON_THREADS
Also allow the max to be redefined at compile time. Of course, there is no legitimate reason to do so.
commit 22410b25108a0dbc05506b5afa78dc9cc73a75c9 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 26 14:35:22 2012 -0800
ITS#7449
commit 8d4f88cfb6540703648e73d5f8b310ee07700058 Author: Howard Chu hyc@openldap.org Date: Sun Nov 25 19:31:14 2012 -0800
ITS#7449 fix signedness for index_substr_any_*
Of course, no one would ever have any legitimate reason to set these items to anywhere near such extreme values in the first place.
commit 222fa6ad47e7de738bdcb5b2e69d88a276a4323f Author: Ralf Haferkamp ralf@openldap.org Date: Wed Nov 21 13:41:40 2012 +0100
ITS#7428 Use non-blocking IO during SSL Handshake
If a timeout is set, perform the SSL Handshake using non-blocking IO. This way we can timeout if SSL Handshake gets stuck for whatever reason.
This code is currently hidden behind #ifdefs (LDAP_USE_NON_BLOCKING_TLS) and disabled by default as there seem to be some problems using NON-blocking I/O during the TLS Handshake when linking against NSS (either a bug in NSS itself of in tls_m.c, see discussion on -devel)
This patch adds an additional parameter to ldap_int_poll() in order to indicate if we're waiting in order to perform a read or write operation.
commit b044b0742e54da93e6a81ffaf815b0a177f9a530 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 26 14:33:45 2012 -0800
ITS#7445
commit 84002b55bb148e49920b5683c44d8b430b742f42 Author: Ralf Haferkamp ralf@openldap.org Date: Mon Nov 19 14:53:31 2012 +0100
ITS#7445 fix deref control exposure
do not expose control until deref overlay is actually instantiated at least once (see also ITS#6647)
commit 5164359c655b1f69a48e2b694dcd62ea0ef6e65c Author: Ralf Haferkamp ralf@openldap.org Date: Mon Nov 19 14:32:50 2012 +0100
Fixed insertion of the overlay_remove callback (SLAP_CONFIG_DELETE)
commit f99332fe8dec41fedca6e95fde9cffb1b5c9be73 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Nov 26 14:26:14 2012 -0800
ITS#7436
commit a0f6959b35467fdae479f133730e58ec50b57241 Author: Ralf Haferkamp ralf@openldap.org Date: Fri Nov 9 15:42:48 2012 +0100
ITS#7436 slapo-deref: call overlay_register_control in db_open
-----------------------------------------------------------------------
Summary of changes: CHANGES | 5 ++ libraries/libldap/ldap-int.h | 2 +- libraries/libldap/open.c | 2 +- libraries/libldap/os-ip.c | 10 ++- libraries/libldap/request.c | 2 +- libraries/libldap/tls2.c | 105 ++++++++++++++++++++++++++++++++++- servers/slapd/backover.c | 8 ++- servers/slapd/bconfig.c | 6 +- servers/slapd/daemon.c | 13 +++- servers/slapd/overlays/constraint.c | 8 +- servers/slapd/overlays/deref.c | 60 ++++++++++++++++---- 11 files changed, 186 insertions(+), 35 deletions(-)