A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via eef1ca007f60fdcb9b5368608e87dd0b2404bceb (commit) via 31995b535e10c45e698b62d39db998c51f799327 (commit) via 5de85b922aaa5bfa6eb53db6000adf01ebdb0736 (commit) from 7e7ce79bd796e4cd8c7527e9d7d2a1fd851b1f33 (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 eef1ca007f60fdcb9b5368608e87dd0b2404bceb Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 22:05:25 2014 -0700 ITS#7027 actually implement RFC 2782 shuffle commit 31995b535e10c45e698b62d39db998c51f799327 Author: Howard Chu <h...@openldap.org> Date: Mon Jul 21 19:34:31 2014 -0700 ITS#7027 fix bugs in prev commit commit 5de85b922aaa5bfa6eb53db6000adf01ebdb0736 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: libraries/libldap/dnssrv.c | 145 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 128 insertions(+), 17 deletions(-) --- http://www.openldap.org/devel/gitweb.cgi?p=openldap.git