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_5 has been updated via a82af293fc7bebbb95a62a7cb707c761ba70a170 (commit) via 6151163a734ab71d12cc99cae1064f51e19fe376 (commit) via f4224fb5a247bf5d97a059be4df14fc32d559d31 (commit) via d2561a9369890e67eb51bd3d94cee60e7f8c87ed (commit) via 7f20604aa092b11fd7725b77713821ed10d236a3 (commit) via dbed322c9a77282bd158134c42df9247519a3da2 (commit) via 02a3f109614ad187739f58a17e0b3eaa0fa6400d (commit) via 029215a609256dc510428b7847e98bf773f92ec7 (commit) via b07139909f3346a847d0d424615ebc33761309e5 (commit) via 6053ac192f0fbad57bcdc87060b3e2504386d697 (commit) via 94fb8660e3c652426bec8fa88ca41ee388b4c82d (commit) via 39c5e72219fad7f638ba8b83158701a50ff7e536 (commit) via e03058cf7e60c3a1fe8e5f1ee8f7441eea5c3eb3 (commit) via 1fadb9eb5f14395b119a1cf74acb9c65d5d2ca7f (commit) via 83b0ed2ef482b3e5d61f4cb749c0edc9fd3cfc93 (commit) from 14ca082fe778ccbbc81c000faf08cb94dc5d8c50 (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 a82af293fc7bebbb95a62a7cb707c761ba70a170 Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 22:05:25 2014 -0700 ITS#7027 actually implement RFC 2782 shuffle commit 6151163a734ab71d12cc99cae1064f51e19fe376 Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 19:34:31 2014 -0700 ITS#7027 fix bugs in prev commit commit f4224fb5a247bf5d97a059be4df14fc32d559d31 Author: James M Leddy <james.le...@redhat.com> Date: Tue Aug 23 17:02:03 2011 -0400 ITS#7027 Implement priority/weight for DNS SRV records From RFC 2782: A client MUST attempt to contact the target host with the lowest-numbered priority it can reach. This patch sorts the DNS SRV records by their priority, and additionally gives records with a larger weight a higher probability of appearing earlier. This way, the DNS SRV records are tried in the order of their priority. commit d2561a9369890e67eb51bd3d94cee60e7f8c87ed Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 11:32:31 2014 -0700 ITS#6970 more error checks in add_group commit 7f20604aa092b11fd7725b77713821ed10d236a3 Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 11:08:03 2014 -0700 ITS#6970 all attrset params are required commit dbed322c9a77282bd158134c42df9247519a3da2 Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 10:46:19 2014 -0700 ITS#6970 fix deadlocks commit 02a3f109614ad187739f58a17e0b3eaa0fa6400d Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 08:20:26 2014 -0700 ITS#7249 partial fix for memberof on frontendDB commit 029215a609256dc510428b7847e98bf773f92ec7 Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 07:56:05 2014 -0700 ITS#6970 fix autogroup Add Entry processing Push modifications into response callback; only execute if main Add actually succeeded. commit b07139909f3346a847d0d424615ebc33761309e5 Author: Michael Stroeder <mich...@stroeder.com> Date: Fri Jul 18 13:03:21 2014 -0700 ITS#7838 add ORDERING rules to ppolicy attrs commit 6053ac192f0fbad57bcdc87060b3e2504386d697 Author: Howard Chu <h...@openldap.org> Date: Fri Jul 18 12:03:07 2014 -0700 ITS#7868 fix slapo-sock db_init commit 94fb8660e3c652426bec8fa88ca41ee388b4c82d Author: Howard Chu <h...@openldap.org> Date: Fri Jul 18 11:26:33 2014 -0700 ITS#7860 more for #5366, ldap_ava definition commit 39c5e72219fad7f638ba8b83158701a50ff7e536 Author: r...@nardis.ca <r...@nardis.ca> Date: Fri Jun 27 02:18:13 2014 +0000 ITS#7851 contrib pw-sha2 fix int/size_t comparison commit e03058cf7e60c3a1fe8e5f1ee8f7441eea5c3eb3 Author: Ryan Tandy <r...@nardis.ca> Date: Sun May 11 18:57:34 2014 -0700 ITS#7851 tell lutil_b64_pton the correct target buffer size commit 1fadb9eb5f14395b119a1cf74acb9c65d5d2ca7f Author: Howard Chu <h...@openldap.org> Date: Fri Jul 18 09:28:27 2014 -0700 Fix EOL/whitespace commit 83b0ed2ef482b3e5d61f4cb749c0edc9fd3cfc93 Author: Ryan Tandy <r...@nardis.ca> Date: Fri Jul 18 09:27:14 2014 -0700 ITS#7869 fix do_phk_hash arguments ----------------------------------------------------------------------- Summary of changes: contrib/slapd-modules/autogroup/autogroup.c | 186 +++--- contrib/slapd-modules/passwd/apr1.c | 466 +++++++-------- contrib/slapd-modules/passwd/sha2/slapd-sha2.c | 54 +- .../draft-behera-ldap-password-policy-xx.txt | 604 ++++++++++++-------- .../draft-behera-ldap-password-policy-xx.xml | 43 +- doc/man/man3/ldap_get_dn.3 | 4 +- libraries/libldap/dnssrv.c | 145 ++++- libraries/liblutil/passwd.c | 32 +- servers/slapd/back-sock/config.c | 2 + servers/slapd/overlays/memberof.c | 19 +- servers/slapd/schema/ppolicy.ldif | 31 +- servers/slapd/schema/ppolicy.schema | 10 + 12 files changed, 953 insertions(+), 643 deletions(-) --- http://www.openldap.org/devel/gitweb.cgi?p=openldap.git