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 a43c565d717343327baa4cf44001176a902274c6 (commit)
from 928b0a9ce5b2cfa7070f3b9c95bb38c6f0612dd6 (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 a43c565d717343327baa4cf44001176a902274c6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 18 12:18:44 2014 -0500
Fix typo
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/ctxcsn.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, master has been updated
via 9c54ff2f0bd157fca738f62643e74d7ddcedf4f6 (commit)
from 55957253ccf9e9e5dfa122194a0ab10659b0624f (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 9c54ff2f0bd157fca738f62643e74d7ddcedf4f6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 18 12:18:44 2014 -0500
Fix typo
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/ctxcsn.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, OPENLDAP_REL_ENG_2_4 has been updated
via 471bdb44c2beeb0ce012d597930b109bf599a232 (commit)
via 4008e5e58337feb8a5ab29b7f939b1831d3f6d75 (commit)
from a9f13553a7dc4b618d3521c938a216c0bc64822d (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 471bdb44c2beeb0ce012d597930b109bf599a232
Merge: a9f1355 4008e5e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 18 00:00:38 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 14 +++++++++++++-
1 file changed, 13 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, OPENLDAP_REL_ENG_2_5 has been updated
via 928b0a9ce5b2cfa7070f3b9c95bb38c6f0612dd6 (commit)
via 4008e5e58337feb8a5ab29b7f939b1831d3f6d75 (commit)
from 0e2ba88a8f1c2207c080c02a621fdfa9e579ca3f (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 928b0a9ce5b2cfa7070f3b9c95bb38c6f0612dd6
Merge: 0e2ba88 4008e5e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 18 00:00:26 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 14 +++++++++++++-
1 file changed, 13 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, master has been updated
via 55957253ccf9e9e5dfa122194a0ab10659b0624f (commit)
via 4008e5e58337feb8a5ab29b7f939b1831d3f6d75 (commit)
from b814f859204cace4b19637f731fec984b68d1e1a (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 55957253ccf9e9e5dfa122194a0ab10659b0624f
Merge: b814f85 4008e5e
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 17 20:49:13 2014 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 14 +++++++++++++-
1 file changed, 13 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 4008e5e58337feb8a5ab29b7f939b1831d3f6d75 (commit)
from cf4fe3b1fb24d57eec80c2f7e22f73c568eb0241 (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 4008e5e58337feb8a5ab29b7f939b1831d3f6d75
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Aug 17 20:44:53 2014 -0700
Partially revert ada26306992babeccad0c5443fbd76e28dd24cd6
Of course, MacOSX only has posix_memalign, and only in recent versions.
(Older versions could use valloc instead. That precludes ever changing
the LMDB pagesize to be different from the OS pagesize.) Not all that
crucial since it only affects mdb_env_copyfd1.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 14 +++++++++++++-
1 file changed, 13 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, OPENLDAP_REL_ENG_2_4 has been updated
via a9f13553a7dc4b618d3521c938a216c0bc64822d (commit)
via cf4fe3b1fb24d57eec80c2f7e22f73c568eb0241 (commit)
via 1e7eeed28d952adf81090e9551e7ee1d5a20ac44 (commit)
via 983f896aa77027bfc88d9303d2412c58a5a1f2b4 (commit)
from 0ce317c75b23b6606397aa216c86fcabbaa259de (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 a9f13553a7dc4b618d3521c938a216c0bc64822d
Merge: 0ce317c cf4fe3b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Aug 17 18:17:49 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 100 +++++++++++++++++++++++++---------------------
libraries/liblmdb/midl.c | 14 +++++++
libraries/liblmdb/midl.h | 9 +++++
3 files changed, 78 insertions(+), 45 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 0e2ba88a8f1c2207c080c02a621fdfa9e579ca3f (commit)
via cf4fe3b1fb24d57eec80c2f7e22f73c568eb0241 (commit)
via 1e7eeed28d952adf81090e9551e7ee1d5a20ac44 (commit)
via 983f896aa77027bfc88d9303d2412c58a5a1f2b4 (commit)
from e7cc84da372d258f8fa00d2673a48634d5b9213b (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 0e2ba88a8f1c2207c080c02a621fdfa9e579ca3f
Merge: e7cc84d cf4fe3b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Aug 17 18:17:38 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 100 +++++++++++++++++++++++++---------------------
libraries/liblmdb/midl.c | 14 +++++++
libraries/liblmdb/midl.h | 9 +++++
3 files changed, 78 insertions(+), 45 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 b814f859204cace4b19637f731fec984b68d1e1a (commit)
via cf4fe3b1fb24d57eec80c2f7e22f73c568eb0241 (commit)
via 1e7eeed28d952adf81090e9551e7ee1d5a20ac44 (commit)
via 983f896aa77027bfc88d9303d2412c58a5a1f2b4 (commit)
from 27f3ef2cfdc172c065c112b4d1a37c8e93f149bc (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 b814f859204cace4b19637f731fec984b68d1e1a
Merge: 27f3ef2 cf4fe3b
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 17 14:56:55 2014 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 100 +++++++++++++++++++++++++---------------------
libraries/liblmdb/midl.c | 14 +++++++
libraries/liblmdb/midl.h | 9 +++++
3 files changed, 78 insertions(+), 45 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 cf4fe3b1fb24d57eec80c2f7e22f73c568eb0241 (commit)
from 1e7eeed28d952adf81090e9551e7ee1d5a20ac44 (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 cf4fe3b1fb24d57eec80c2f7e22f73c568eb0241
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Sun Aug 17 01:50:32 2014 +0200
Microoptimize loose pages
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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 1e7eeed28d952adf81090e9551e7ee1d5a20ac44 (commit)
via 983f896aa77027bfc88d9303d2412c58a5a1f2b4 (commit)
from 992a96e17163d0098f652389a2571f6c31a295c5 (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 1e7eeed28d952adf81090e9551e7ee1d5a20ac44
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Sun Aug 17 00:29:12 2014 +0200
Fix loose pages in mdb_freelist_save().
Leaving them in dirty_list caused breakage. Instead merge them
into me_pghead at the end, when no more pages will be allocated.
commit 983f896aa77027bfc88d9303d2412c58a5a1f2b4
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Sat Aug 16 11:34:44 2014 +0200
Split out mdb_midl_xmerge, add MDB_IDL_ALLOCLEN
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 87 +++++++++++++++++++++++++---------------------
libraries/liblmdb/midl.c | 14 ++++++++
libraries/liblmdb/midl.h | 9 +++++
3 files changed, 71 insertions(+), 39 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_4 has been updated
via 0ce317c75b23b6606397aa216c86fcabbaa259de (commit)
from f9ccc1d133f6565a73dc5fef7c08bffd4451abee (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 0ce317c75b23b6606397aa216c86fcabbaa259de
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 15 11:04:52 2014 -0500
Another typo
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 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, OPENLDAP_REL_ENG_2_4 has been updated
via f9ccc1d133f6565a73dc5fef7c08bffd4451abee (commit)
from 9321ecc040deb025675888559cc43052ee563c6a (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 f9ccc1d133f6565a73dc5fef7c08bffd4451abee
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 15 11:04:20 2014 -0500
Fix typo
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 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, OPENLDAP_REL_ENG_2_4 has been updated
via 9321ecc040deb025675888559cc43052ee563c6a (commit)
via 0333fedad65156dc495b06bb9b42d192beca825b (commit)
from 15fd95b243eb5bd1c9f77f02f586cbc9364783bf (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 9321ecc040deb025675888559cc43052ee563c6a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Aug 14 18:23:33 2014 -0500
ITS#7920
commit 0333fedad65156dc495b06bb9b42d192beca825b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Aug 14 18:21:35 2014 -0500
ITS#7920 fix for slapacl
This needs to be streamlined in 2.5, current tool API is a mess.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-mdb/id2entry.c | 21 +++++++---
servers/slapd/back-mdb/tools.c | 84 +++++++++++++++++++------------------
3 files changed, 60 insertions(+), 46 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_4 has been updated
via 15fd95b243eb5bd1c9f77f02f586cbc9364783bf (commit)
via 0e8a45ae2f7069f85bb68bd04da5bad4171b860f (commit)
via 606f7eb7059bc314fca98a0b39ca1a2f4b841831 (commit)
from 9a992a92452bd6e8281a8e3449e7ef5476a4a3f7 (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 15fd95b243eb5bd1c9f77f02f586cbc9364783bf
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Aug 14 18:05:38 2014 -0500
ITS#7919
commit 0e8a45ae2f7069f85bb68bd04da5bad4171b860f
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 13 19:53:56 2014 -0700
ITS#7838 fix typos in prev commit
commit 606f7eb7059bc314fca98a0b39ca1a2f4b841831
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 13 19:22:17 2014 -0700
ITS#7919 fix cache DB config
Don't accept config directives for cache DB until the cache backend type
has been set.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/pcache.c | 1 +
servers/slapd/schema/ppolicy.ldif | 4 ++--
3 files changed, 4 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, OPENLDAP_REL_ENG_2_5 has been updated
via e7cc84da372d258f8fa00d2673a48634d5b9213b (commit)
via 42a24a1d2ffa30a176d25860a2f25c09ee209ee7 (commit)
via 33eac4b70bca9941807187f60842e62d20d6fc42 (commit)
via 376d58d3c323568f072a53ff52aa514fe2a45f5e (commit)
from e8077dbd83c674d09c7966f8daa9a3ae9981bef2 (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 e7cc84da372d258f8fa00d2673a48634d5b9213b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Aug 14 15:03:46 2014 -0500
Note that tools need streamlining in 2.5
commit 42a24a1d2ffa30a176d25860a2f25c09ee209ee7
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 13 20:49:05 2014 -0700
ITS#7920 fix for slapacl
This needs to be streamlined in 2.5, current tool API is a mess.
commit 33eac4b70bca9941807187f60842e62d20d6fc42
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 13 19:53:56 2014 -0700
ITS#7838 fix typos in prev commit
commit 376d58d3c323568f072a53ff52aa514fe2a45f5e
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 13 19:22:17 2014 -0700
ITS#7919 fix cache DB config
Don't accept config directives for cache DB until the cache backend type
has been set.
-----------------------------------------------------------------------
Summary of changes:
TODO | 1 +
servers/slapd/back-mdb/id2entry.c | 21 +++++++---
servers/slapd/back-mdb/tools.c | 82 +++++++++++++++++++------------------
servers/slapd/overlays/pcache.c | 1 +
servers/slapd/schema/ppolicy.ldif | 4 +-
5 files changed, 62 insertions(+), 47 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 27f3ef2cfdc172c065c112b4d1a37c8e93f149bc (commit)
from 3f0839d8df4a1c5fb3491415cac9df8b35b53dc7 (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 27f3ef2cfdc172c065c112b4d1a37c8e93f149bc
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 13 20:49:05 2014 -0700
ITS#7920 fix for slapacl
This needs to be streamlined in 2.5, current tool API is a mess.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 21 +++++++---
servers/slapd/back-mdb/tools.c | 82 +++++++++++++++++++------------------
2 files changed, 58 insertions(+), 45 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 3f0839d8df4a1c5fb3491415cac9df8b35b53dc7 (commit)
from 10b6c9f0f27186e8621d4016273c1b9531dccc8a (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 3f0839d8df4a1c5fb3491415cac9df8b35b53dc7
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 13 19:53:56 2014 -0700
ITS#7838 fix typos in prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema/ppolicy.ldif | 4 ++--
1 file changed, 2 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 10b6c9f0f27186e8621d4016273c1b9531dccc8a (commit)
from d8e280e87c60aebb676c3a12141bfe937231089f (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 10b6c9f0f27186e8621d4016273c1b9531dccc8a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 13 19:22:17 2014 -0700
ITS#7919 fix cache DB config
Don't accept config directives for cache DB until the cache backend type
has been set.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/pcache.c | 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 9a992a92452bd6e8281a8e3449e7ef5476a4a3f7 (commit)
from b046124012a625fe8452fdca6ca257ba550811d0 (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 9a992a92452bd6e8281a8e3449e7ef5476a4a3f7
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 11 13:48:29 2014 -0700
ITS#7906 more cleanup
db_open/close were not symmetric with init/destroy
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/ppolicy.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 e8077dbd83c674d09c7966f8daa9a3ae9981bef2 (commit)
from 6f3c773f59cf4dd360ff3b1b88a051339c71f956 (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 e8077dbd83c674d09c7966f8daa9a3ae9981bef2
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 11 13:48:29 2014 -0700
ITS#7906 more cleanup
db_open/close were not symmetric with init/destroy
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/ppolicy.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 d8e280e87c60aebb676c3a12141bfe937231089f (commit)
from 6e430cca902dfef92609e91ea14dafea934324d2 (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 d8e280e87c60aebb676c3a12141bfe937231089f
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 11 13:48:29 2014 -0700
ITS#7906 more cleanup
db_open/close were not symmetric with init/destroy
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/ppolicy.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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_4 has been updated
via b046124012a625fe8452fdca6ca257ba550811d0 (commit)
via 992a96e17163d0098f652389a2571f6c31a295c5 (commit)
via 322cd26a7bc92fecb92ce92aa49ac5b342ebde50 (commit)
via ada26306992babeccad0c5443fbd76e28dd24cd6 (commit)
from 140b8c8bb93c985cacbd406d16e26ee0a31a93fa (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 b046124012a625fe8452fdca6ca257ba550811d0
Merge: 140b8c8 992a96e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 11 13:45:00 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 9 +++++----
2 files changed, 6 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 6f3c773f59cf4dd360ff3b1b88a051339c71f956 (commit)
via 992a96e17163d0098f652389a2571f6c31a295c5 (commit)
via 322cd26a7bc92fecb92ce92aa49ac5b342ebde50 (commit)
via ada26306992babeccad0c5443fbd76e28dd24cd6 (commit)
from b406fff6e54b8e9be00d951f4b745db77dbede40 (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 6f3c773f59cf4dd360ff3b1b88a051339c71f956
Merge: b406fff 992a96e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 11 13:44:51 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 9 +++++----
2 files changed, 6 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, master has been updated
via 6e430cca902dfef92609e91ea14dafea934324d2 (commit)
via 992a96e17163d0098f652389a2571f6c31a295c5 (commit)
via 322cd26a7bc92fecb92ce92aa49ac5b342ebde50 (commit)
via ada26306992babeccad0c5443fbd76e28dd24cd6 (commit)
from 2d731f88767860dbb3c8bd20583e60900461fc94 (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 6e430cca902dfef92609e91ea14dafea934324d2
Merge: 2d731f8 992a96e
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 11 11:02:31 2014 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 9 +++++----
2 files changed, 6 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git