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 9b463b59ec922f5b7682f4ee98c4bc96f5123bd3 (commit)
from 76b7a8302611b0a62e32b4b35f8f1988f986f9e5 (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 9b463b59ec922f5b7682f4ee98c4bc96f5123bd3
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Apr 9 16:55:00 2011 -0700
ITS#6898 fix regression from ITS#6625
compound statements need brackets, duh.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/options.c | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 76b7a8302611b0a62e32b4b35f8f1988f986f9e5 (commit)
via f8a5ce4a6e91953d6965f4571f562d85881f39c8 (commit)
via 471fb7ab3b2c3723213169693b2df5bfd1a32303 (commit)
from 36ba454bb662722c8455942dd73d7607b1a89262 (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 76b7a8302611b0a62e32b4b35f8f1988f986f9e5
Merge: 36ba454 471fb7a f8a5ce4
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Apr 4 15:38:46 2011 +0200
Merge missing files from cvs repo
commit f8a5ce4a6e91953d6965f4571f562d85881f39c8
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Mar 24 06:49:04 2011 +0000
ITS#6870 move ldif.c and fetch.c from liblutil to libldap
commit 471fb7ab3b2c3723213169693b2df5bfd1a32303
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Mar 18 15:36:32 2011 +0000
Comment back-ldap/SampleLDAP.pm data structure
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/Makefile.in | 4 ++--
libraries/{liblutil => libldap}/fetch.c | 0
libraries/{liblutil => libldap}/ldif.c | 0
libraries/libldap_r/Makefile.in | 4 ++--
libraries/liblutil/Makefile.in | 25 ++-----------------------
servers/slapd/back-perl/SampleLDAP.pm | 5 ++++-
6 files changed, 10 insertions(+), 28 deletions(-)
rename libraries/{liblutil => libldap}/fetch.c (100%)
rename libraries/{liblutil => libldap}/ldif.c (100%)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 36ba454bb662722c8455942dd73d7607b1a89262 (commit)
from 0d5c46d8380c81ed4dc1bcfd8a4f1475a344eebc (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 36ba454bb662722c8455942dd73d7607b1a89262
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Fri Apr 1 10:06:05 2011 +0200
renew SSL context when setting global Options
-----------------------------------------------------------------------
Summary of changes:
contrib/ldapc++/src/TlsOptions.cpp | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 0d5c46d8380c81ed4dc1bcfd8a4f1475a344eebc (commit)
from 86dc9d8a4c849ef4c0bb6a9df7e43c0d18728b3c (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 0d5c46d8380c81ed4dc1bcfd8a4f1475a344eebc
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Fri Apr 1 09:48:24 2011 +0200
Fixed SSL/TLS context renewal
LDAP_OPT_X_TLS_NEWCTX needs a pointer to 0 as the value for
ldap_set_option when renewing a client's SSL context.
-----------------------------------------------------------------------
Summary of changes:
contrib/ldapc++/src/TlsOptions.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 86dc9d8a4c849ef4c0bb6a9df7e43c0d18728b3c (commit)
from be0a8db08756fc7648910fcea6d9646a41f2b6bd (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 86dc9d8a4c849ef4c0bb6a9df7e43c0d18728b3c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Mar 30 15:51:46 2011 +0200
ITS#6885: Fix lutil_get_now for !HAVE_GETTIMEOFDAY
-----------------------------------------------------------------------
Summary of changes:
libraries/liblutil/meter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 be0a8db08756fc7648910fcea6d9646a41f2b6bd (commit)
from 806eb93d2cdb1efd8713e3346309bd1f0fb44b8f (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 be0a8db08756fc7648910fcea6d9646a41f2b6bd
Author: Luke Howard <lukeh(a)padl.com>
Date: Thu Mar 31 00:35:27 2011 +1100
get posixgroup.c compiling again
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/acl/posixgroup.c | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 806eb93d2cdb1efd8713e3346309bd1f0fb44b8f (commit)
from 030cd3923a547af221baecaee8656b646202057d (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 806eb93d2cdb1efd8713e3346309bd1f0fb44b8f
Author: Gavin Henry <ghenry(a)OpenLDAP.org>
Date: Wed Mar 30 11:52:52 2011 +0100
Reverting.
-----------------------------------------------------------------------
Summary of changes:
doc/guide/README | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 030cd3923a547af221baecaee8656b646202057d (commit)
via ace047b225d555210b4e8cce58b209f9bcfbe60c (commit)
from 4f0dc06553786ad5fbee6e307d29e7216c3e27f5 (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 030cd3923a547af221baecaee8656b646202057d
Merge: ace047b 4f0dc06
Author: Gavin Henry <ghenry(a)OpenLDAP.org>
Date: Wed Mar 30 11:52:20 2011 +0100
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
commit ace047b225d555210b4e8cce58b209f9bcfbe60c
Author: Gavin Henry <ghenry(a)OpenLDAP.org>
Date: Wed Mar 30 11:51:44 2011 +0100
Testing first git commit for docs.
-----------------------------------------------------------------------
Summary of changes:
doc/guide/README | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 4f0dc06553786ad5fbee6e307d29e7216c3e27f5 (commit)
from cf49e43f86de16f1cc84ab44f6d4fa3c7e18902f (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 4f0dc06553786ad5fbee6e307d29e7216c3e27f5
Author: Luke Howard <lukeh(a)padl.com>
Date: Wed Mar 30 21:03:39 2011 +1100
slapi_attr_add_value should use attr_valadd to set a_numvals
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/slapi/slapi_utils.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via eab0ec5c9d22d9bb39ecdc8e81ff1d6642f9f0ad (commit)
via 7db3124b30fcd6f495017b2e1db7e2fae6902866 (commit)
from 9e21ece3784d9537d4ea8b07c8e34df3390be822 (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 eab0ec5c9d22d9bb39ecdc8e81ff1d6642f9f0ad
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Tue Mar 29 09:07:43 2011 -0700
Update page with more links and less specific instruction.
Users of git(1) should know enough about git(1) to use the info provided here.
As we've seen from -devel discussion, users often cannot follow specific instuctions. So we're all better off without them.
commit 7db3124b30fcd6f495017b2e1db7e2fae6902866
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Tue Mar 29 08:37:58 2011 -0700
Add note about RSS/Atom feeds
-----------------------------------------------------------------------
Summary of changes:
pages/software/repo.wml | 118 +++++++++++++++++++----------------------------
1 files changed, 47 insertions(+), 71 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git
A ref change was pushed to the OpenLDAP-etc (openldap-etc.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via a36dc4392b1fb84f9b9d31e65b8e30c4070012dc (commit)
from fe6f6366caf642bde75110cbd5935a5b8711b191 (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 a36dc4392b1fb84f9b9d31e65b8e30c4070012dc
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 18:34:42 2011 -0700
Update to adjust LDAP C++ notices
-----------------------------------------------------------------------
Summary of changes:
misc/crupdate.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 9e21ece3784d9537d4ea8b07c8e34df3390be822 (commit)
via 34c74404ea885fd72328152a810c3f78e62f8f38 (commit)
via 1db6f42d0a1ee6bfb5bd7058f1fb1095514e0dc4 (commit)
via 71d0908553d30a2be86a553078f518a96a83984e (commit)
from 8ebd53b1c59879a91e450d9bc54a9eef231dfeb6 (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 9e21ece3784d9537d4ea8b07c8e34df3390be822
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 17:49:26 2011 -0700
privacy statement updates
commit 34c74404ea885fd72328152a810c3f78e62f8f38
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 16:08:16 2011 -0700
Update git(1) usage
commit 1db6f42d0a1ee6bfb5bd7058f1fb1095514e0dc4
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 16:07:55 2011 -0700
Add COPYRIGHT file
commit 71d0908553d30a2be86a553078f518a96a83984e
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 12:49:03 2011 -0700
Point main page to git not cvs
-----------------------------------------------------------------------
Summary of changes:
COPYRIGHT | 2 ++
pages/index.wml | 2 +-
pages/lists/index.wml | 5 ++++-
pages/privacy.wml | 6 +++---
pages/software/repo.wml | 32 +++++++++++++++-----------------
templates/openldap/openldap.wml | 4 ++--
6 files changed, 27 insertions(+), 24 deletions(-)
create mode 100644 COPYRIGHT
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git
A ref change was pushed to the OpenLDAP-etc (openldap-etc.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via fe6f6366caf642bde75110cbd5935a5b8711b191 (commit)
from 7c211257bb37770ab7c3472acc4d3b5079ec40df (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 fe6f6366caf642bde75110cbd5935a5b8711b191
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 14:02:07 2011 -0700
another change (testing hooks)
-----------------------------------------------------------------------
Summary of changes:
README | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git
A ref change was pushed to the OpenLDAP-etc (openldap-etc.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 7c211257bb37770ab7c3472acc4d3b5079ec40df (commit)
from e5046c4225402bbff3673063975510df4593d82f (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 7c211257bb37770ab7c3472acc4d3b5079ec40df
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 13:57:48 2011 -0700
more cleanup
-----------------------------------------------------------------------
Summary of changes:
README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git
A ref change was pushed to the OpenLDAP-etc (openldap-etc.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via e5046c4225402bbff3673063975510df4593d82f (commit)
from 012f8deaf63f0fc1b78869ffca256338461eb9f7 (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 e5046c4225402bbff3673063975510df4593d82f
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 13:56:15 2011 -0700
Cleanup
-----------------------------------------------------------------------
Summary of changes:
README | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git
A ref change was pushed to the OpenLDAP-etc (openldap-etc.git) repository.
It will be availabe in the public mirror shortly.
The branch, master has been updated
via 012f8deaf63f0fc1b78869ffca256338461eb9f7 (commit)
from a4f43335f51a02d388110d612de5d4e3d03ea318 (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 012f8deaf63f0fc1b78869ffca256338461eb9f7
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 13:35:36 2011 -0700
fix typo in last commit
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive-email | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git
A ref change was pushed to the OpenLDAP-etc (openldap-etc.git) repository.
It will be availabe in the public mirror shortly.
The branch, master has been updated
via a4f43335f51a02d388110d612de5d4e3d03ea318 (commit)
from 0075211d7687fdbb36c773861b19b430d533fbd8 (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 a4f43335f51a02d388110d612de5d4e3d03ea318
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 13:27:16 2011 -0700
Fix hook file name
-----------------------------------------------------------------------
Summary of changes:
hooks/{post-upgrade => post-update} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
rename hooks/{post-upgrade => post-update} (100%)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git
A ref change was pushed to the OpenLDAP-etc (openldap-etc.git) repository.
It will pushed to the public mirror shortly.
The branch, master has been updated
via 0075211d7687fdbb36c773861b19b430d533fbd8 (commit)
from 85bc288033e495c86103e403de91169ba1ab0743 (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 0075211d7687fdbb36c773861b19b430d533fbd8
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 13:14:14 2011 -0700
Fix grammar error ... and use "be available" instead "be pushed".
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive-email | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will pushed to the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via b4cce6fa6fca00bc716c9be8c6d113d0fb927ff0 (commit)
from 034f62412abdeb794db3219f1cb905ce0a1f57be (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 b4cce6fa6fca00bc716c9be8c6d113d0fb927ff0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Mar 28 12:30:05 2011 -0700
Update configure to latest autoconf
-----------------------------------------------------------------------
Summary of changes:
contrib/ldapc++/configure | 7865 +++++++++++++++++++--------------------------
contrib/ldaptcl/configure | 4257 ++++++++++++++++++++-----
2 files changed, 6836 insertions(+), 5286 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will pushed to the public mirror shortly.
The branch, master has been updated
via 8ebd53b1c59879a91e450d9bc54a9eef231dfeb6 (commit)
from e4ed554a8b3959b94555c0129ee81f1132efe2f8 (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 8ebd53b1c59879a91e450d9bc54a9eef231dfeb6
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Mon Mar 28 12:28:31 2011 -0700
Add MIGRATION_CVS2GIT tag info
-----------------------------------------------------------------------
Summary of changes:
pages/software/cvsrepo.wml | 3 +++
pages/software/repo.wml | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will pushed to the public mirror shortly.
The branch, master has been updated
via 0adef98b25cdf8f986ebcf7b0ea6f6cf72edf96c (commit)
from e077a48344b7d3d98a2622e0bca81cd30ded2838 (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 0adef98b25cdf8f986ebcf7b0ea6f6cf72edf96c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Mar 28 12:23:50 2011 -0700
Update for git
-----------------------------------------------------------------------
Summary of changes:
contrib/ldapc++/configure | 7865 +++++++++++++++++++--------------------------
contrib/ldaptcl/configure | 4257 ++++++++++++++++++++-----
2 files changed, 6836 insertions(+), 5286 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will pushed to the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via 034f62412abdeb794db3219f1cb905ce0a1f57be (commit)
from 713c0338742368b6c639bc97069520854ff6c822 (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 034f62412abdeb794db3219f1cb905ce0a1f57be
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Mar 28 12:19:13 2011 -0700
Update configure for git
-----------------------------------------------------------------------
Summary of changes:
configure | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will pushed to the public mirror shortly.
The branch, master has been updated
via e077a48344b7d3d98a2622e0bca81cd30ded2838 (commit)
from 6921f1b7df6fc3ef7da28ad14b1389b0d398ddfe (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 e077a48344b7d3d98a2622e0bca81cd30ded2838
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Mar 28 12:15:23 2011 -0700
Update configure
-----------------------------------------------------------------------
Summary of changes:
configure |53747 ++++++++++++++++++++++---------------------------------------
1 files changed, 19574 insertions(+), 34173 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git