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 7f073272799b8607b89ee9a08eff799507293550 (commit) via 6427f7eecc7cc190fdb12bbe88ae59f1c2722a82 (commit) via 73184b3cc377c33f1794490c5a4c0ac39f2f22f4 (commit) via 0fafefce6171ef96b589bae5be11314664b75bcb (commit) from f6f534e78dae4d273cec623393974167714e82fa (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 7f073272799b8607b89ee9a08eff799507293550 Author: Quanah Gibson-Mount <qua...@openldap.org> Date: Tue Jul 22 17:34:35 2014 -0500 ITS#7027 commit 6427f7eecc7cc190fdb12bbe88ae59f1c2722a82 Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 22:05:25 2014 -0700 ITS#7027 actually implement RFC 2782 shuffle commit 73184b3cc377c33f1794490c5a4c0ac39f2f22f4 Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 19:34:31 2014 -0700 ITS#7027 fix bugs in prev commit commit 0fafefce6171ef96b589bae5be11314664b75bcb 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. ----------------------------------------------------------------------- Summary of changes: CHANGES | 1 + libraries/libldap/dnssrv.c | 145 ++++++++++++++++++++++++++++++++++++++------ 2 files changed, 129 insertions(+), 17 deletions(-) --- http://www.openldap.org/devel/gitweb.cgi?p=openldap.git