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 5c9dd087f8c7584c610cf0a7b3820b8bc1b91790 (commit) via c904eb3a3963563036c7aa49fbbf04860935ff22 (commit) via c2898e7246b5ff8ea71bfe625894b05fb8d1f24a (commit) via 88ba88457d16e9441f1dd7881875c48ef9ca1b1d (commit) via deb25d85e21445d88fd97a5c14371509670061dd (commit) via 54aff752a4dc4d13cb42339224ced07722018715 (commit) via f03bb57d2ad7afdabf03d96713348f08fc6881c7 (commit) via ac52a727428934e00549389af75da56ec4c761e8 (commit) via b74af1b7c77c6a0fbdf8f24c7dd979d15db8772a (commit) via 1d0f774e420dab49a1befdc15f198240a8638466 (commit) via 475de95d7f43835f5e5c8e6f659b2c9e07fe94eb (commit) via 59adcd884d748eb4f15b25106f19f4f25b0e5cf8 (commit) via b75c90aee8e49598bcbe5ada7403b66ac4ac203d (commit) via eff4ef3163027a18e926041a09acdd446102c48c (commit) via 19fddbde4971d3a96c2f5d678bd146786642ed07 (commit) from 124620b8a4aa19a107edb20c4509b3bd95aeeb7f (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 5c9dd087f8c7584c610cf0a7b3820b8bc1b91790 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Aug 21 16:51:37 2015 -0500
ITS#8173
commit c904eb3a3963563036c7aa49fbbf04860935ff22 Author: Howard Chu hyc@openldap.org Date: Thu Jul 16 03:29:06 2015 +0100
ITS#8173 fix SEGV after failed retry
commit c2898e7246b5ff8ea71bfe625894b05fb8d1f24a Author: Howard Chu hyc@openldap.org Date: Fri Aug 21 11:39:05 2015 +0100
ITS#8220 fix prev commit
Dynamic startup was failing
commit 88ba88457d16e9441f1dd7881875c48ef9ca1b1d Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Aug 21 16:44:32 2015 -0500
ITS#8082
commit deb25d85e21445d88fd97a5c14371509670061dd Author: Howard Chu hyc@openldap.org Date: Wed Aug 19 17:44:08 2015 +0100
ITS#8082 plug benign memleak
commit 54aff752a4dc4d13cb42339224ced07722018715 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Aug 21 16:43:57 2015 -0500
ITS#8218
commit f03bb57d2ad7afdabf03d96713348f08fc6881c7 Author: Howard Chu hyc@openldap.org Date: Wed Aug 19 15:25:46 2015 +0100
ITS#8218 zero filter after freeing
This appears to be cruft leftover from rev e8c58b4e7f21caa6c0b6006e3528cbad9b8aed45
commit ac52a727428934e00549389af75da56ec4c761e8 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Aug 21 16:42:26 2015 -0500
ITS#8220
commit b74af1b7c77c6a0fbdf8f24c7dd979d15db8772a Author: Howard Chu hyc@openldap.org Date: Wed Aug 19 14:04:15 2015 +0100
ITS#8220 restore refint performance
commit 1d0f774e420dab49a1befdc15f198240a8638466 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Aug 21 16:39:36 2015 -0500
ITS#8185, ITS#8133
commit 475de95d7f43835f5e5c8e6f659b2c9e07fe94eb Author: Howard Chu hyc@openldap.org Date: Sat Aug 15 00:56:50 2015 +0100
ITS#8185 missing schema reference
commit 59adcd884d748eb4f15b25106f19f4f25b0e5cf8 Author: Howard Chu hyc@openldap.org Date: Sat Aug 15 01:42:12 2015 +0100
ITS#8185 fix OID collision
commit b75c90aee8e49598bcbe5ada7403b66ac4ac203d Author: Ryan Tandy ryan@nardis.ca Date: Wed May 6 21:39:10 2015 -0700
ITS#8133 avoid mods during dds_db_open
If dds is present early in the overlay stack, the modify ops from dds_expire can trigger other overlays before they have initialized. Avoid that by delaying the first expiry until startup has finished.
commit eff4ef3163027a18e926041a09acdd446102c48c Author: Howard Chu hyc@openldap.org Date: Fri Aug 14 15:33:32 2015 +0100
Fix copy/paste error in prev commit
commit 19fddbde4971d3a96c2f5d678bd146786642ed07 Author: Howard Chu hyc@openldap.org Date: Fri Aug 14 15:19:46 2015 +0100
ITS#8185 add pwdMaxRecordedFailure
Limit the number of pwdFailureTime stamps to record, regardless of lockout settings.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 6 ++ doc/man/man5/slapo-ppolicy.5 | 23 ++++- servers/slapd/back-ldap/bind.c | 2 + servers/slapd/config.c | 3 + servers/slapd/controls.c | 1 + servers/slapd/overlays/dds.c | 12 --- servers/slapd/overlays/ppolicy.c | 60 ++++++++++++- servers/slapd/overlays/refint.c | 162 +++++++++++++++++++++++++---------- servers/slapd/saslauthz.c | 5 +- servers/slapd/schema/ppolicy.ldif | 5 +- servers/slapd/schema/ppolicy.schema | 17 +++- 11 files changed, 233 insertions(+), 63 deletions(-)