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 fc3695a65decfd2c1f974b170a883c41414ecc2c (commit) via 0fe475ed651894b1678ed28ad7ee4e20167fd48f (commit) via 151112299bdd2755959a2e72ed8eddd42ef8cbe8 (commit) via ae74fa109def47dafbf899d4453f07d15f152e19 (commit) via 8a05b3865a92ceeb4ebfbdee590a92f270d52a6f (commit) via 2b48960949e3b0b25a4c12756d237917371eb49a (commit) from 483be237d4d77bdbddc4fca30e5e1998926a8a04 (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 fc3695a65decfd2c1f974b170a883c41414ecc2c Author: Quanah Gibson-Mount quanah@openldap.org Date: Sat Jan 26 19:27:19 2013 -0800
ITS#7501 back-ldap keepalive support
commit 0fe475ed651894b1678ed28ad7ee4e20167fd48f Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jan 24 11:31:41 2013 -0800
Clean up whitespace in previous commit
commit 151112299bdd2755959a2e72ed8eddd42ef8cbe8 Author: Ted C. Cheng tedcheng@symas.com Date: Thu Jan 24 07:12:43 2013 -0800
Removed #if 0 code block
commit ae74fa109def47dafbf899d4453f07d15f152e19 Author: Ted C. Cheng tedcheng@symas.com Date: Wed Jan 23 17:10:41 2013 -0800
added tcp keepalive support to back-ldap
commit 8a05b3865a92ceeb4ebfbdee590a92f270d52a6f Author: Quanah Gibson-Mount quanah@openldap.org Date: Sat Jan 26 19:25:12 2013 -0800
ITS#7492
commit 2b48960949e3b0b25a4c12756d237917371eb49a Author: Pierangelo Masarati ando@OpenLDAP.org Date: Sat Jan 12 00:13:07 2013 +0100
add support for 'onerr' (ITS#7492)
-----------------------------------------------------------------------
Summary of changes: CHANGES | 2 + doc/man/man5/slapd-ldap.5 | 26 ++++++++++++ servers/slapd/back-ldap/back-ldap.h | 4 ++ servers/slapd/back-ldap/bind.c | 3 + servers/slapd/back-ldap/config.c | 75 +++++++++++++++++++++++++++++++++++ servers/slapd/back-ldap/search.c | 28 +++++++++---- servers/slapd/back-meta/back-meta.h | 2 +- servers/slapd/config.c | 38 ++++++++++++------ 8 files changed, 156 insertions(+), 22 deletions(-)