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 460a05bf787d06220c60c8c021b2b73e164447ab (commit)
from 82b97a8af0f951d0c545d38de9e016a4674f83b7 (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 460a05bf787d06220c60c8c021b2b73e164447ab
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Dec 19 13:09:56 2012 -0800
Add initial mdb utility manpages
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_copy.1 | 21 +++++++++++++++++++
libraries/liblmdb/mdb_stat.1 | 46 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+), 0 deletions(-)
create mode 100644 libraries/liblmdb/mdb_copy.1
create mode 100644 libraries/liblmdb/mdb_stat.1
---
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 2565e974b9d11ef0939f9a034683e530558b3dee (commit)
from d3087229d5c8a617b97a17514c1cf0b1019eaf43 (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 2565e974b9d11ef0939f9a034683e530558b3dee
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 19 09:15:09 2012 -0800
ITS#7477 check for invalid LDIF
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/ldifutil.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 98fce3a84fa56a0f0073da64b33bae02e53b2295 (commit)
from 1ab2a232da587951cf3db76e3bc0fc7507e8f64c (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 98fce3a84fa56a0f0073da64b33bae02e53b2295
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Dec 15 08:24:49 2012 -0600
RC18 enmasse demo cleanup
-----------------------------------------------------------------------
Summary of changes:
README-QUICKSTART.html | 13 ++++++++++++-
build.xml | 5 +++--
ivy.xml | 6 ++++--
src/main/java/com/jts/fortress/rbac/PermObj.java | 1 -
src/main/java/com/jts/fortress/rbac/UserRole.java | 2 +-
5 files changed, 20 insertions(+), 7 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 d3087229d5c8a617b97a17514c1cf0b1019eaf43 (commit)
from 9ed5ca4f7a3e807fe3d105c34738095b0e891f5d (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 d3087229d5c8a617b97a17514c1cf0b1019eaf43
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Dec 13 07:13:39 2012 -0800
Get MDB txn before acquiring a CSN
Since MDB writes are fully serialized in txn_begin, we can use CSNs as
commit sequence numbers, not just change sequence numbers. This will
prevent most instances of out-of-order writes, so syncprov will almost
never need to transmit a change without a cookieCSN. (Out-of-order is
still possible, if the write was received via syncrepl.)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/add.c | 27 +++++++++++++--------------
servers/slapd/back-mdb/delete.c | 21 ++++++++++-----------
servers/slapd/back-mdb/modify.c | 17 ++++++++---------
servers/slapd/back-mdb/modrdn.c | 5 ++---
4 files changed, 33 insertions(+), 37 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 4aed59cafd4815ea9d849b0031ebab54a0d74536 (commit)
via 82b97a8af0f951d0c545d38de9e016a4674f83b7 (commit)
from 2e4580beaa358299ecb6bc8b920e40dfc373e969 (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 4aed59cafd4815ea9d849b0031ebab54a0d74536
Merge: 2e4580b 82b97a8
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 12 12:04:25 2012 -0800
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 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 9ed5ca4f7a3e807fe3d105c34738095b0e891f5d (commit)
via 82b97a8af0f951d0c545d38de9e016a4674f83b7 (commit)
from 1c1b5ca0c4cc7da98beff036c0ab54042fe63899 (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 9ed5ca4f7a3e807fe3d105c34738095b0e891f5d
Merge: 1c1b5ca 82b97a8
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 11 22:22:52 2012 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 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, mdb.master has been updated
via 82b97a8af0f951d0c545d38de9e016a4674f83b7 (commit)
from 0702fbd688117f5d2f7fb491a73c6b25ba6f39d8 (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 82b97a8af0f951d0c545d38de9e016a4674f83b7
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Dec 11 22:21:52 2012 -0800
init_meta should write mapsize
Was leaving it 0 initially.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 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, OPENLDAP_REL_ENG_2_4 has been updated
via 2e4580beaa358299ecb6bc8b920e40dfc373e969 (commit)
via 0702fbd688117f5d2f7fb491a73c6b25ba6f39d8 (commit)
via 9acf801cc119d187e1252474cab7d228dc6d7676 (commit)
via ed86a086f7ae92c8f8bd40032ab5dc3e02cf40b0 (commit)
via e74d70e88e838c0f1e80b00e7c3cf6ea57762d0d (commit)
from c6935d1e876ac3056b88c557ba02d0247e338e2f (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 2e4580beaa358299ecb6bc8b920e40dfc373e969
Merge: c6935d1 0702fbd
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Dec 11 16:02:52 2012 -0800
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 5 ++-
libraries/liblmdb/mdb.c | 91 ++++++++++++++++++++++++++++++----------------
2 files changed, 63 insertions(+), 33 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 1c1b5ca0c4cc7da98beff036c0ab54042fe63899 (commit)
via 0702fbd688117f5d2f7fb491a73c6b25ba6f39d8 (commit)
from bae86317e0e19fde4aa38fdad08de8d10e3fed6c (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 1c1b5ca0c4cc7da98beff036c0ab54042fe63899
Merge: bae8631 0702fbd
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 11 16:01:27 2012 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 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, mdb.master has been updated
via 0702fbd688117f5d2f7fb491a73c6b25ba6f39d8 (commit)
from 9acf801cc119d187e1252474cab7d228dc6d7676 (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 0702fbd688117f5d2f7fb491a73c6b25ba6f39d8
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Dec 11 16:01:25 2012 -0800
Update version date
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git