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 0e394564a7f77d1550afce0bd8a3eef7c05c876d (commit) via f0aa2e7a166bcaf2f3a410083077ab9b479ca84c (commit) via 57000f29fbdf68ed4ae4beeaf82bddc60e99897b (commit) via bfe8f7b70054821c36e785d314411f502f7afa4a (commit) via 98f5795e804f6870b5b179103be3af7e474dd0f9 (commit) via 4a798e04a1dab6f016c1686172108390cd669b27 (commit) from d9630e9360c5b664a6fb15b95e9a90f0411b047f (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 0e394564a7f77d1550afce0bd8a3eef7c05c876d Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri May 24 12:32:28 2013 -0700
ITS#7604
commit f0aa2e7a166bcaf2f3a410083077ab9b479ca84c Author: Howard Chu hyc@openldap.org Date: Fri May 24 11:08:25 2013 -0700
ITS#7604 fix modrdn, base-scope search
commit 57000f29fbdf68ed4ae4beeaf82bddc60e99897b Author: Howard Chu hyc@openldap.org Date: Fri May 24 08:23:44 2013 -0700
ITS#7588 fix possible NULL-deref in prev commit
commit bfe8f7b70054821c36e785d314411f502f7afa4a Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri May 24 12:31:11 2013 -0700
7582, 7583
commit 98f5795e804f6870b5b179103be3af7e474dd0f9 Author: Stef Walter stefw@redhat.com Date: Fri May 3 09:20:14 2013 +0200
ITS#7583 Fix ldap_init_fd() for LDAP_PROTO_UDP
ldap_init_fd() tried to handle UDP sockets but was missing certain key pieces to make it work. Fill in the address and set the UDP flag correctly.
commit 4a798e04a1dab6f016c1686172108390cd669b27 Author: Howard Chu hyc@openldap.org Date: Thu May 23 12:36:15 2013 -0700
ITS#7582 CLDAP, avoid ref to uninit'd memory
-----------------------------------------------------------------------
Summary of changes: CHANGES | 3 +++ libraries/libldap/open.c | 12 ++++++++++++ libraries/libldap/request.c | 3 +++ servers/slapd/back-mdb/add.c | 2 +- servers/slapd/back-mdb/dn2id.c | 3 ++- servers/slapd/back-mdb/modrdn.c | 2 +- servers/slapd/back-mdb/proto-mdb.h | 1 + servers/slapd/back-mdb/search.c | 1 + servers/slapd/back-mdb/tools.c | 2 +- servers/slapd/overlays/sssvlv.c | 3 ++- 10 files changed, 27 insertions(+), 5 deletions(-)