A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 0c041e09779f0775d884304782be921d99fdbef2 (commit)
from b898cb642abc019556104e1977edc8c0518806c6 (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 0c041e09779f0775d884304782be921d99fdbef2
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 18 14:07:15 2014 -0700
Bump to 0.9.13
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 6 ++++++
1 file changed, 6 insertions(+)
---
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, mdb.master has been updated
via b898cb642abc019556104e1977edc8c0518806c6 (commit)
via 01a75c5ab51ad15c02ce6f256b2f272e1cf7881e (commit)
from 39ed8bef0406844fca087d194416748afe8ca27f (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 b898cb642abc019556104e1977edc8c0518806c6
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jun 18 23:01:14 2014 +0200
ITS#7793 Re-fix MDB_CURRENT doc: Match current item
commit 01a75c5ab51ad15c02ce6f256b2f272e1cf7881e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jun 18 23:01:14 2014 +0200
Fix MDB_GET_MULTIPLE/MDB_NEXT_MULTIPLE doc.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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, mdb.master has been updated
via 39ed8bef0406844fca087d194416748afe8ca27f (commit)
from b4ecbd78d9d153f653eb338ce34d553c4c96fb65 (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 39ed8bef0406844fca087d194416748afe8ca27f
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 18 13:37:04 2014 -0700
Tweak ovpage search
Use num*20, chosen from empirical testing
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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, mdb.master has been updated
via b4ecbd78d9d153f653eb338ce34d553c4c96fb65 (commit)
from dc7f2530dd0fca5f9030e1d457306674f6cd6966 (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 b4ecbd78d9d153f653eb338ce34d553c4c96fb65
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 18 12:29:13 2014 -0700
Fix some overwrite quirks
Was skipping the overwrite in some cases, if the cmp function
said the new and old already matched. We should always perform
the overwrite anyway, since the cmp function may only be doing
a prefix compare and the data may actually be different.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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, mdb.master has been updated
via dc7f2530dd0fca5f9030e1d457306674f6cd6966 (commit)
from 2db55c7d999bafe488550af10fa722d47b93d1c5 (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 dc7f2530dd0fca5f9030e1d457306674f6cd6966
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 18 09:07:39 2014 -0700
Tweak prev patch for ovpage search
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 +-----
1 file changed, 1 insertion(+), 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, mdb.master has been updated
via 2db55c7d999bafe488550af10fa722d47b93d1c5 (commit)
from 52406746bd08639bcbd9fb70c2f56b830655a775 (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 2db55c7d999bafe488550af10fa722d47b93d1c5
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 18 03:02:08 2014 -0700
Shorten search for ovpage space
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
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, mdb.master has been updated
via 52406746bd08639bcbd9fb70c2f56b830655a775 (commit)
from ecb71ee197e3cc080ec229bbdaa9f0d219f1a77d (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 52406746bd08639bcbd9fb70c2f56b830655a775
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jun 18 02:53:17 2014 -0700
Remove bogus file
added by mistake in 17c09fa476a7dbd49aca5e4caf0384cb1c3d244a
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 3678 ------------------------------------------------
1 file changed, 3678 deletions(-)
delete mode 100644 libraries/libmdb/mdb.c
---
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, OPENLDAP_REL_ENG_2_4 has been updated
via 44b20c617e3b7b3b278bae0388694169efdb0d0e (commit)
from ccde7e6f63ff339d4d5e04e6bd936f2c5651143f (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 44b20c617e3b7b3b278bae0388694169efdb0d0e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jun 16 14:18:18 2014 -0500
ITS#7161
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
1 file changed, 1 insertion(+)
---
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, OPENLDAP_REL_ENG_2_4 has been updated
via ccde7e6f63ff339d4d5e04e6bd936f2c5651143f (commit)
from a26706d135b06f9c70a6ea90ddcff9c3a49f8c15 (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 ccde7e6f63ff339d4d5e04e6bd936f2c5651143f
Author: Paul B. Henson <henson(a)acm.org>
Date: Fri May 30 16:47:34 2014 -0700
ITS#7161 ppolicy pwdFailureTime resolution should be better than 1 second
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/ppolicy.c | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 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, OPENLDAP_REL_ENG_2_5 has been updated
via c14a608e7b6de48a51aa8c1de5e991ead0cf0e55 (commit)
from ec4ff462807aba5c871fe38007574a56424bb867 (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 c14a608e7b6de48a51aa8c1de5e991ead0cf0e55
Author: Paul B. Henson <henson(a)acm.org>
Date: Fri May 30 16:47:34 2014 -0700
ITS#7161 ppolicy pwdFailureTime resolution should be better than 1 second
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/ppolicy.c | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git