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 c6a4982793ba5d0818b3e9b85dff0304dcaadf52 (commit)
via 1f953c555962c50aff075d063abe8a4613b0d91c (commit)
via 7cacc0ec81e37be2a32fe270f8d29852598a7708 (commit)
from 648d28fb0bba31fcde5804bc6287ba757e729ab7 (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 c6a4982793ba5d0818b3e9b85dff0304dcaadf52
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 14 19:20:45 2013 +0000
More for ITS#7455
Don't memmove freelist entry when chunking it. Just advance the pointer,
now that it's no longer a complex struct. Also just calculate maxfree_1pg
at startup; it's a constant during runtime.
commit 1f953c555962c50aff075d063abe8a4613b0d91c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Feb 12 12:27:59 2013 +0100
ITS#7455 Save freelist in single-page chunks
commit 7cacc0ec81e37be2a32fe270f8d29852598a7708
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jan 23 15:47:35 2013 +0100
Freelist cleanup/streamlining
Drop unneeded definitions, redundant code.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 232 +++++++++++++++++++++--------------------------
1 files changed, 104 insertions(+), 128 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 5e59695b8d8825ed85e0ebd59aa2da168e869075 (commit)
via 52ecd38e18ac25329e5397d34d60387008f12559 (commit)
via 1b8bfc575694fe4ee4e40eefd444873da5655086 (commit)
from 65c053a6e7f6973c1d09710aa1bd57b218206fcb (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 5e59695b8d8825ed85e0ebd59aa2da168e869075
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 14 19:20:45 2013 +0000
Don't memmove freelist entry when chunking it
Just advance the pointer, now that it's no longer a complex struct
commit 52ecd38e18ac25329e5397d34d60387008f12559
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Feb 12 12:27:59 2013 +0100
ITS#7455 Save freelist in single-page chunks
commit 1b8bfc575694fe4ee4e40eefd444873da5655086
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jan 23 15:47:35 2013 +0100
Freelist cleanup/streamlining
Drop unneeded definitions, redundant code.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 232 +++++++++++++++++++++--------------------------
1 files changed, 104 insertions(+), 128 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 648d28fb0bba31fcde5804bc6287ba757e729ab7 (commit)
from ecb7fc4243d24309eddf3e0b38daa479608e2fb7 (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 648d28fb0bba31fcde5804bc6287ba757e729ab7
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Feb 12 23:23:40 2013 +0100
DELETE needs pointer initialization like EMIT (ITS#7526)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-meta/config.c | 8 +++++---
1 files changed, 5 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 ecb7fc4243d24309eddf3e0b38daa479608e2fb7 (commit)
from 5b89b4732110734f132b92eb55a2d31935371171 (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 ecb7fc4243d24309eddf3e0b38daa479608e2fb7
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Feb 12 17:17:42 2013 +0100
quotes needed for spaces in DN (ITS#7525)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-meta/config.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 5b89b4732110734f132b92eb55a2d31935371171 (commit)
from 9f227f7661ca5d6c453aa6eaf9caec43081c4b0b (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 5b89b4732110734f132b92eb55a2d31935371171
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Feb 11 13:50:02 2013 -0800
ITS#7523
Document valsort control
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapo-valsort.5 | 4 ++--
1 files changed, 2 insertions(+), 2 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 557ff7e3ed14aa9f3ca7ed92d11df96df873dec9 (commit)
from a79e69f0ed83ecc6d0a007cb3c341078da68996d (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 557ff7e3ed14aa9f3ca7ed92d11df96df873dec9
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Feb 10 15:59:14 2013 -0600
Cleanup generics
-----------------------------------------------------------------------
Summary of changes:
.../java/us/jts/fortress/rbac/AdminRoleUtil.java | 10 ++--
src/main/java/us/jts/fortress/rbac/HierUtil.java | 75 +++++++++-----------
src/main/java/us/jts/fortress/rbac/PsoUtil.java | 10 ++--
src/main/java/us/jts/fortress/rbac/RoleUtil.java | 10 ++--
src/main/java/us/jts/fortress/rbac/UsoUtil.java | 10 ++--
5 files changed, 53 insertions(+), 62 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 9f227f7661ca5d6c453aa6eaf9caec43081c4b0b (commit)
from 5c91a2727749e1c568a374edc585e4a6a978b216 (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 9f227f7661ca5d6c453aa6eaf9caec43081c4b0b
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 10 00:17:51 2013 +0000
More for dn2id_upgrade
handle 0-length suffix
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.c | 30 ++++++++++++++++++------------
1 files changed, 18 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 be available in the public mirror shortly.
The branch, master has been updated
via 5c91a2727749e1c568a374edc585e4a6a978b216 (commit)
from 2bbee4bb2356961c43d302e99b2d2dedc014135f (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 5c91a2727749e1c568a374edc585e4a6a978b216
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 9 19:50:08 2013 +0000
Add error checks to prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.c | 67 ++++++++++++++++++++++++++++++++++++++-
1 files changed, 65 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 2bbee4bb2356961c43d302e99b2d2dedc014135f (commit)
from 9ac070beb39ea164633914151f1c1a159d870730 (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 2bbee4bb2356961c43d302e99b2d2dedc014135f
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 9 19:38:42 2013 +0000
Add mdb_dn2id_upgrade
Check if upgrade is needed in mdb_db_open()
Run from tool_reindex. Upgrade must not be interrupted.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/back-mdb.h | 1 +
servers/slapd/back-mdb/init.c | 35 +++++++++-
servers/slapd/back-mdb/tools.c | 142 +++++++++++++++++++++++++++++++++++++
3 files changed, 176 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 9ac070beb39ea164633914151f1c1a159d870730 (commit)
via 65c053a6e7f6973c1d09710aa1bd57b218206fcb (commit)
via e0eb495fb3c0909b341803c98ac2c78ac39f1f5b (commit)
via 744e31193913d117a68414fe163c9038a78edde2 (commit)
via 48dc782ea612f85e8356a50bfbafe22e5be121cf (commit)
from 853b9d1335d27e280751e9cfb8ca6b5356ffec73 (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 9ac070beb39ea164633914151f1c1a159d870730
Merge: 853b9d1 65c053a
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 7 18:30:58 2013 +0000
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 19 ++++++++++++++-----
1 files changed, 14 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git