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 0fc0ccdc0c66c4948a5d8bc51ddc6c622df6a3a0 (commit)
via 7333b6bdc90c49c332d4728c62c7904e64c95077 (commit)
from b0ad9e76c7aa752b23ccf90a05cca803bf2fbc97 (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 0fc0ccdc0c66c4948a5d8bc51ddc6c622df6a3a0
Merge: b0ad9e7 7333b6b
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Sep 30 10:03:21 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 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 7333b6bdc90c49c332d4728c62c7904e64c95077 (commit)
from cd228b47222e2606ea69391e6cf955ae9d5a636b (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 7333b6bdc90c49c332d4728c62c7904e64c95077
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Sep 30 10:01:57 2012 -0700
Fix prev commit
It only worked if the freelist was already non-empty
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 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 b0ad9e76c7aa752b23ccf90a05cca803bf2fbc97 (commit)
via cd228b47222e2606ea69391e6cf955ae9d5a636b (commit)
from 96b994e6dd42b69fc13e228ba4aaf034e69f6d0a (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 b0ad9e76c7aa752b23ccf90a05cca803bf2fbc97
Merge: 96b994e cd228b4
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Sep 30 07:50:56 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 13 +++++++++++++
1 files changed, 13 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, mdb.master has been updated
via cd228b47222e2606ea69391e6cf955ae9d5a636b (commit)
from 0c4c6fe72a57f812e4486cd017298f730df19c23 (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 cd228b47222e2606ea69391e6cf955ae9d5a636b
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Sep 30 07:49:30 2012 -0700
Fix mdb_drop
if it was the only operation in a txn, it would be ignored.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 13 +++++++++++++
1 files changed, 13 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, OPENLDAP_REL_ENG_2_4 has been updated
via f086faa8e1e57db45cbec11fb5167460b8debc9d (commit)
via 0c4c6fe72a57f812e4486cd017298f730df19c23 (commit)
from bf38b83081a7a3fd0c3bbdd460065e443d134364 (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 f086faa8e1e57db45cbec11fb5167460b8debc9d
Merge: bf38b83 0c4c6fe
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Sep 27 08:58:20 2012 -0700
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 10 +++++++---
1 files changed, 7 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, OPENLDAP_REL_ENG_2_4 has been updated
via bf38b83081a7a3fd0c3bbdd460065e443d134364 (commit)
via 42f9ff2c91afc97bfa70795321a1c860999f8ddc (commit)
via 8829115c769dc92b182bb65443c55e1b600dbe56 (commit)
from 6bfb935dc39da3149a2d96b9bbf29ba419cb861a (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 bf38b83081a7a3fd0c3bbdd460065e443d134364
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Sep 27 08:57:01 2012 -0700
ITS#7403, ITS#7405
commit 42f9ff2c91afc97bfa70795321a1c860999f8ddc
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 27 03:10:46 2012 -0700
ITS#7405 note refint is not replicated
commit 8829115c769dc92b182bb65443c55e1b600dbe56
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 26 09:29:57 2012 -0700
ITS#7403 fix idassert non-override mode
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
doc/man/man5/slapd-ldap.5 | 13 +++++++------
doc/man/man5/slapo-refint.5 | 7 ++++++-
servers/slapd/back-ldap/bind.c | 12 ++++++++++++
4 files changed, 28 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 a1c2dc66db9ce8ac705cd1791ad2a2840c9b7e7e (commit)
via 0c4c6fe72a57f812e4486cd017298f730df19c23 (commit)
from 560a9f03f90e6b1a58a71ec600909160df726bf9 (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 a1c2dc66db9ce8ac705cd1791ad2a2840c9b7e7e
Merge: 560a9f0 0c4c6fe
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 27 05:07:24 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 10 +++++++---
1 files changed, 7 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, mdb.master has been updated
via 0c4c6fe72a57f812e4486cd017298f730df19c23 (commit)
from ba6c3281a121d59ee2b69638861321596e375321 (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 0c4c6fe72a57f812e4486cd017298f730df19c23
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 27 05:01:53 2012 -0700
ITS#7385, check further for bad splits
More for 48ef27b6f5c804eca6a9d27f8dd2b4ded376f8af
Our definition of "large" data item needs to be smaller to
handle more cases where a bad split is possible
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git