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 aa01208507a8ea0b781837c7040170d362239f7f (commit) via e1d747c31ac443eecc09fdf3494f718869e04958 (commit) via 7cb0727071822954472cdcd126d88b81b45175de (commit) via f6c5ac8ee3a0bfb0e8ead8325a280b5a32582711 (commit) via 99aea83249602e251e62fa90e662931f34563a4f (commit) via 65867047a035b82f103802145c8acc649114c4f2 (commit) via 70868ba90b09d4e5e774d61e579b13e4fbb5c673 (commit) via 049f4852bac13773fb33bc8209b521d6d70a2b7c (commit) from 8e19eb0454cd95854b4eec86d2d8a65d23b2d20a (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 aa01208507a8ea0b781837c7040170d362239f7f Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 14:22:57 2011 -0700
ITS#7039
commit e1d747c31ac443eecc09fdf3494f718869e04958 Author: Pierangelo Masarati ando@OpenLDAP.org Date: Thu Sep 8 23:31:21 2011 +0200
fix uninit'ed vars (ITS#7039)
commit 7cb0727071822954472cdcd126d88b81b45175de Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 14:11:03 2011 -0700
ITS#6925
commit f6c5ac8ee3a0bfb0e8ead8325a280b5a32582711 Author: Pierangelo Masarati ando@OpenLDAP.org Date: Fri Sep 9 01:08:05 2011 +0200
silence warning
commit 99aea83249602e251e62fa90e662931f34563a4f Author: Pierangelo Masarati ando@OpenLDAP.org Date: Fri Sep 9 01:07:17 2011 +0200
import ITS#6925 patch; fix peeraddr variable name clash in LDAP_CONNECTIONLESS code; fix scope of addr[] when inet_ntop(3) is used
commit 65867047a035b82f103802145c8acc649114c4f2 Author: Howard Chu hyc@openldap.org Date: Fri Sep 2 13:22:41 2011 -0700
Fix log parsing, broken by 8d74f71
commit 70868ba90b09d4e5e774d61e579b13e4fbb5c673 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Sep 1 13:43:55 2011 +0200
tests/data/: #bdb,hdb# -> #maindb/indexdb#.
Done for keywords index,limits. (Also do 'mode' if there were any cases.) Change generated by: perl -i -pw0777e ' INIT { $q=qr/#(?:[bh]|index|main)db#/im; $k=qr/(?:index|limits|mode)\b/ } 0 while s/^$q($k.*\n)((?:$q.*\n)*?)\n?$q\1/#maindb#$1$2/imo; s/^#maindb#index/#indexdb#index/igm; ' tests/data/*.* tests/data/regressions/*/*.*
commit 049f4852bac13773fb33bc8209b521d6d70a2b7c Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Sep 1 13:08:06 2011 +0200
tests: Add $MAINDB, $INDEXDB for [bhn]db tests.
Simplifies tests for the DB storage backends. Adds indexing etc to ndb in some cases, to match bdb/hdb. This also fixes some broken back-null/back-ldif settings.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 2 + clients/tools/ldapmodify.c | 4 +- servers/slapd/connection.c | 10 +++- servers/slapd/daemon.c | 69 ++++++++++++++---------- tests/data/regressions/its4184/slapd.conf | 18 ++---- tests/data/regressions/its6794/slapd-glue.conf | 27 +++------ tests/data/slapd-2db.conf | 12 ++--- tests/data/slapd-aci.conf | 6 +-- tests/data/slapd-acl.conf | 6 +-- tests/data/slapd-cache-master.conf | 6 +-- tests/data/slapd-chain1.conf | 6 +-- tests/data/slapd-chain2.conf | 6 +-- tests/data/slapd-component.conf | 3 +- tests/data/slapd-config-undo.conf | 6 +-- tests/data/slapd-dds.conf | 9 +-- tests/data/slapd-deltasync-master.conf | 15 ++---- tests/data/slapd-deltasync-slave.conf | 6 +-- tests/data/slapd-dn.conf | 6 +-- tests/data/slapd-dynlist.conf | 6 +-- tests/data/slapd-emptydn.conf | 12 ++--- tests/data/slapd-glue-syncrepl1.conf | 33 ++++-------- tests/data/slapd-glue-syncrepl2.conf | 33 ++++-------- tests/data/slapd-glue.conf | 27 +++------ tests/data/slapd-idassert.conf | 12 ++--- tests/data/slapd-ldapglue.conf | 6 +-- tests/data/slapd-ldapgluegroups.conf | 6 +-- tests/data/slapd-ldapgluepeople.conf | 6 +-- tests/data/slapd-limits.conf | 19 ++----- tests/data/slapd-master.conf | 3 +- tests/data/slapd-meta-target1.conf | 6 +-- tests/data/slapd-meta-target2.conf | 6 +-- tests/data/slapd-ppolicy.conf | 3 +- tests/data/slapd-proxycache.conf | 6 +-- tests/data/slapd-pw.conf | 6 +-- tests/data/slapd-ref-slave.conf | 6 +-- tests/data/slapd-referrals.conf | 3 +- tests/data/slapd-refint.conf | 6 +-- tests/data/slapd-relay.conf | 3 +- tests/data/slapd-repl-slave-remote.conf | 9 +-- tests/data/slapd-retcode.conf | 6 +-- tests/data/slapd-schema.conf | 3 +- tests/data/slapd-syncrepl-master.conf | 9 +-- tests/data/slapd-syncrepl-multiproxy.conf | 9 +-- tests/data/slapd-syncrepl-slave-persist1.conf | 9 +-- tests/data/slapd-syncrepl-slave-persist2.conf | 9 +-- tests/data/slapd-syncrepl-slave-persist3.conf | 9 +-- tests/data/slapd-syncrepl-slave-refresh1.conf | 9 +-- tests/data/slapd-syncrepl-slave-refresh2.conf | 9 +-- tests/data/slapd-translucent-local.conf | 6 +-- tests/data/slapd-translucent-remote.conf | 6 +-- tests/data/slapd-unique.conf | 6 +-- tests/data/slapd-valregex.conf | 6 +-- tests/data/slapd-valsort.conf | 6 +-- tests/data/slapd-whoami.conf | 6 +-- tests/data/slapd.conf | 6 +-- tests/data/slapd2.conf | 6 +-- tests/run.in | 13 ++++- tests/scripts/conf.sh | 2 + tests/scripts/test020-proxycache | 12 +++-- tests/scripts/test025-limits | 16 ++---- tests/scripts/test049-sync-config | 6 +-- tests/scripts/test050-syncrepl-multimaster | 6 +-- tests/scripts/test052-memberof | 14 +++-- tests/scripts/test057-memberof-refint | 14 +++-- tests/scripts/test059-slave-config | 6 +-- tests/scripts/test063-delta-multimaster | 2 +- 66 files changed, 259 insertions(+), 386 deletions(-)