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 c54b1a7da8b2f62f0bea1ece9036bb88b77162b0 (commit) via 48febcafe935ed1c991d91213bd72a3d70ff0cef (commit) via f0308c497b4fa7730cc9005679770528b911a805 (commit) via 8531009ea60dfb1f88161fb7dc4a6deb6b33f7c5 (commit) via e72848c7a2ce6763acf34d7576cd7a0dca50fab3 (commit) via b3c3d89140dadff2de0bf987d48b1dfe77035811 (commit) via fc5f77e1a009b17a94f6f7ef061805da9af1016b (commit) via 9a01e70afba47804ef613380a0c8fc50183625fa (commit) from 8f284ce023016618b36905ca5f82f18ffc686cbe (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 c54b1a7da8b2f62f0bea1ece9036bb88b77162b0 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jul 26 14:33:35 2012 -0700
ITS#7168
commit 48febcafe935ed1c991d91213bd72a3d70ff0cef Author: Howard Chu hyc@openldap.org Date: Mon Jun 25 12:45:32 2012 -0700
ITS#7168 cleanup prev commit
commit f0308c497b4fa7730cc9005679770528b911a805 Author: Jan Synacek jsynacek@redhat.com Date: Tue Jun 19 07:00:26 2012 +0200
ITS#7168 Fix count constraint when using multiple modifications
Constraint overlay doesn't take into account multiple modifications when using count.
Red Hat Bugzilla: #742163
commit 8531009ea60dfb1f88161fb7dc4a6deb6b33f7c5 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jul 26 14:32:35 2012 -0700
ITS#7305
commit e72848c7a2ce6763acf34d7576cd7a0dca50fab3 Author: Howard Chu hyc@openldap.org Date: Sat Jun 23 05:49:02 2012 -0700
ITS#7305 fix comments in prev commit
commit b3c3d89140dadff2de0bf987d48b1dfe77035811 Author: Jani Salonen jani.salonen@eficode.com Date: Sat Jun 23 05:45:14 2012 -0700
ITS#7305 add slapi_[get|free]_client_ip()
commit fc5f77e1a009b17a94f6f7ef061805da9af1016b Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jul 26 14:31:08 2012 -0700
ITS#7241
commit 9a01e70afba47804ef613380a0c8fc50183625fa Author: Jan Vcelak jvcelak@redhat.com Date: Thu Apr 12 17:34:40 2012 +0200
ITS#7241 unbind: free socket prior to destroying TLS context
-----------------------------------------------------------------------
Summary of changes: CHANGES | 6 ++- include/slapi-plugin.h | 2 + libraries/libldap/unbind.c | 5 +- servers/slapd/overlays/constraint.c | 108 ++++++++++++++++++++++------------ servers/slapd/slapi/slapi_utils.c | 36 ++++++++++++ 5 files changed, 116 insertions(+), 41 deletions(-)