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 4b9aed26a5b1c0027b10d211c6e7270dbb1ade1c (commit)
from 4844a72d012ec4340ad62b9d4ed648a1d7a5cd53 (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 4b9aed26a5b1c0027b10d211c6e7270dbb1ade1c
Author: Howard Chu <hyc(a)symas.com>
Date: Tue May 20 08:47:28 2014 -0700
Fix mdb_rebalance collapsing root
Shift the rest of the cursor stack as needed
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/mdb.c | 6 +++++-
2 files changed, 6 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 5a08b66141c069f86af90621c36034b1296d5c2c (commit)
from 437f21b16e162342e046e27b69a32f6ac8b0ef9e (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 5a08b66141c069f86af90621c36034b1296d5c2c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu May 15 21:27:21 2014 -0700
ITS#7705,#7800 fix prev commit
Better check for missing IDs
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 14 +++++++-------
1 file changed, 7 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 437f21b16e162342e046e27b69a32f6ac8b0ef9e (commit)
from 141f16809381c0ba58ff8af0008370360c6c2004 (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 437f21b16e162342e046e27b69a32f6ac8b0ef9e
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu May 15 20:46:20 2014 -0700
ITS#7705,#7800 fix back-mdb pagedResults search
mdb_idscopes was remembering the IDs of every entry it checked;
it should only have been saving the IDs of entries that were
actually in the search scope. The extra entries filled the scopes
array, causing a loop searching for a parent entry that was
never inserted.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 18 ++++++++++++++++--
servers/slapd/back-mdb/idl.h | 1 +
servers/slapd/back-mdb/search.c | 16 ++++++++++------
3 files changed, 27 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, OPENLDAP_REL_ENG_2_4 has been updated
via d9616507ee98bf2b4197970cde3f29d9a1ca1d63 (commit)
via 43cea526b68e80d3ce985b49183fa539d9c5838f (commit)
from 1253d7c1dd9b4781b52d355fae6dfd88acccf15e (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 d9616507ee98bf2b4197970cde3f29d9a1ca1d63
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue May 13 13:20:58 2014 -0500
ITS#7850
commit 43cea526b68e80d3ce985b49183fa539d9c5838f
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri May 9 11:29:45 2014 -0700
ITS#7850 catch invalid naming attr
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/modrdn.c | 13 ++++++++++++-
2 files 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 c5e3917e8e1150fb9535bea9020b2f3c2661a16f (commit)
from 5adf2e450a279a9573919e66933836542ad41f90 (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 c5e3917e8e1150fb9535bea9020b2f3c2661a16f
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri May 9 11:29:45 2014 -0700
ITS#7850 catch invalid naming attr
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/modrdn.c | 13 ++++++++++++-
1 file changed, 12 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 141f16809381c0ba58ff8af0008370360c6c2004 (commit)
from fcdd3a06b11a75bf9f66d3156995ad970da245d7 (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 141f16809381c0ba58ff8af0008370360c6c2004
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri May 9 11:29:45 2014 -0700
ITS#7850 catch invalid naming attr
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/modrdn.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Realm (openldap-fortress-realm.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via f8d7266bd7a1a26e5ab6ae8099675573aced14d2 (commit)
via c5508affb8da27712139609be56632d811708881 (commit)
from a7ff3a23832c7a14acef75d4dfd505e31046984c (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 f8d7266bd7a1a26e5ab6ae8099675573aced14d2
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Mon May 5 21:50:56 2014 -0500
SEN-18 - RC36 Release
commit c5508affb8da27712139609be56632d811708881
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Mon Apr 28 10:11:40 2014 -0500
SEN-18 - RC36 Release
-----------------------------------------------------------------------
Summary of changes:
build.xml | 1 +
buildWs.xml | 1 +
ivy.xml | 3 ++-
pom.xml | 6 +++---
4 files changed, 7 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.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 1253d7c1dd9b4781b52d355fae6dfd88acccf15e (commit)
from e1ebcaed11b9cf4a7260a04da7fec596fc99ec36 (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 1253d7c1dd9b4781b52d355fae6dfd88acccf15e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon May 5 11:52:33 2014 -0500
ITS#7847
Add exattr bits to slapd.conf(5)
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd.conf.5 | 14 ++++++++++++++
1 file changed, 14 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, OPENLDAP_REL_ENG_2_4 has been updated
via e1ebcaed11b9cf4a7260a04da7fec596fc99ec36 (commit)
from 68d9aa207f51b4d1ef29bb9876e7da8c7eaf0eee (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 e1ebcaed11b9cf4a7260a04da7fec596fc99ec36
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon May 5 14:48:10 2014 -0500
ITS#7847
-----------------------------------------------------------------------
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_5 has been updated
via 5adf2e450a279a9573919e66933836542ad41f90 (commit)
from b0bdba1315749fd01beb1046aea69371321d438c (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 5adf2e450a279a9573919e66933836542ad41f90
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon May 5 11:52:33 2014 -0500
ITS#7847
Add exattr bits to slapd.conf(5)
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd.conf.5 | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP Software (openldap software.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated
via b0bdba1315749fd01beb1046aea69371321d438c (commit)
from f149e2f7875191a4fdef4fe087d829edb1666e8c (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 b0bdba1315749fd01beb1046aea69371321d438c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri May 2 17:49:19 2014 -0500
Final test commit hopefully
-----------------------------------------------------------------------
Summary of changes:
TODO | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap software.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 annotated tag, v1.0-RC36 has been created
at 10b4308b56831306fd679eabec4de47eae5f7f4c (tag)
tagging 33b75f37d817b3cc8fd31b38511408077ec0637c (commit)
replaces v1.0-RC35
tagged by Shawn McKinney
on Sun Apr 27 16:22:01 2014 -0500
- Log -----------------------------------------------------------------
Version 1.0 Release Candidate 36
Shawn McKinney (15):
FC-105 - RC35 Cleanup
FC-106 - Warning class needs to implement Serializable
FC-108 - Add RBAC Accelerator client to Fortress
FC-108 - Add RBAC Accelerator client to Fortress
FC-109 - Review the LOG statement for better performances
FC-107 - Some tests are failing with JAVA 8 (due to the Map order being different)
FC-112 - Convert all package names, maven group and licenses to org.openldap
FC-112 - Convert all package names, maven group and licenses to org.openldap
FC-110 - ObjectClass description in Javadoc could use different tags
FC-112 - Convert all package names, maven group and licenses to org.openldap
FC-112 - Convert all package names, maven group and licenses to org.openldap
FC-112 - Convert all package names, maven group and licenses to org.openldap
FC-112 - Convert all package names, maven group and licenses to org.openldap
FC-108 - Add RBAC Accelerator client to Fortress
FC-113 - RC36 Release
-----------------------------------------------------------------------
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 33b75f37d817b3cc8fd31b38511408077ec0637c (commit)
from b63820c083a5ee81438cfd59d1166f9b849d645a (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 33b75f37d817b3cc8fd31b38511408077ec0637c
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Apr 27 16:21:01 2014 -0500
FC-113 - RC36 Release
-----------------------------------------------------------------------
Summary of changes:
build.properties | 18 ++++++++++++++----
ivy.xml | 6 +++++-
pom.xml | 6 +++---
3 files changed, 22 insertions(+), 8 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 b63820c083a5ee81438cfd59d1166f9b849d645a (commit)
from 2eade0ef8c06cdf0573585f4a61830d1057c45c3 (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 b63820c083a5ee81438cfd59d1166f9b849d645a
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Apr 27 14:55:21 2014 -0500
FC-108 - Add RBAC Accelerator client to Fortress
-----------------------------------------------------------------------
Summary of changes:
build.xml | 17 ++++++++++++++++-
ivy.xml | 47 +++++++++++++++++++++++------------------------
2 files changed, 39 insertions(+), 25 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 2eade0ef8c06cdf0573585f4a61830d1057c45c3 (commit)
from 3685caa4c76a4936d935b39329fed892e82685e2 (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 2eade0ef8c06cdf0573585f4a61830d1057c45c3
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Apr 27 14:41:17 2014 -0500
FC-112 - Convert all package names, maven group and licenses to org.openldap
-----------------------------------------------------------------------
Summary of changes:
build.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 3685caa4c76a4936d935b39329fed892e82685e2 (commit)
from 6aa50deb4dfea12ee5518f41ed632db0f3ec6d3e (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 3685caa4c76a4936d935b39329fed892e82685e2
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Apr 27 14:34:08 2014 -0500
FC-112 - Convert all package names, maven group and licenses to org.openldap
-----------------------------------------------------------------------
Summary of changes:
README-QUICKSTART-APACHEDS.html | 2 +-
README-QUICKSTART-WINDOWS.html | 2 +-
README-QUICKSTART.html | 2 +-
README.txt | 17 ++++++++++++++-
getIvy.xml | 28 ++++++++++++--------------
ldap/schema/fortress.schema | 25 +++++++++++++++++++----
ldap/setup/CommanderDemoUsers.xml | 13 +++++++++++-
ldap/setup/DelegatedAdminManagerLoad.xml | 13 +++++++++++-
ldap/setup/FortressDemoUsers.xml | 13 +++++++++++-
ldap/setup/HierarchicalAdminRoleExample.xml | 13 +++++++++++-
ldap/setup/HierarchicalRoleExample.xml | 13 +++++++++++-
ldap/setup/LoadTestUsers.xml | 13 +++++++++++-
ldap/setup/OrgUnitExample.xml | 13 +++++++++++-
ldap/setup/RbacAcceleratorTestUsers.xml | 13 +++++++++++-
ldap/setup/demo-fortressproject-users.xml | 13 +++++++++++-
ldap/setup/refreshLDAPData-src.xml | 13 +++++++++++-
16 files changed, 171 insertions(+), 35 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 6aa50deb4dfea12ee5518f41ed632db0f3ec6d3e (commit)
from 55603d12f1f373e7d3ebb596d1d67c3c2a2bb7e9 (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 6aa50deb4dfea12ee5518f41ed632db0f3ec6d3e
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Apr 27 12:15:11 2014 -0500
FC-112 - Convert all package names, maven group and licenses to org.openldap
-----------------------------------------------------------------------
Summary of changes:
LICENSE | 47 +++++++++++++++++++++++++++++++++++++++++++++++
LICENSE.txt | 23 -----------------------
build.xml | 4 ++--
3 files changed, 49 insertions(+), 25 deletions(-)
create mode 100755 LICENSE
delete mode 100755 LICENSE.txt
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 55603d12f1f373e7d3ebb596d1d67c3c2a2bb7e9 (commit)
from e3a50719e402a494b9ec5695bdb3913b7401336d (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 55603d12f1f373e7d3ebb596d1d67c3c2a2bb7e9
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Apr 27 12:00:35 2014 -0500
FC-112 - Convert all package names, maven group and licenses to org.openldap
-----------------------------------------------------------------------
Summary of changes:
README-QUICKSTART-APACHEDS.html | 14 ++++----
README-QUICKSTART-WINDOWS.html | 14 ++++----
README-QUICKSTART.html | 14 ++++----
build.xml | 6 ++--
src/main/java/org/openldap/fortress/GlobalIds.java | 2 +-
.../java/org/openldap/fortress/ant/package.html | 4 +-
.../java/org/openldap/fortress/cfg/package.html | 4 +-
.../java/org/openldap/fortress/cli/package.html | 2 +-
.../openldap/fortress/ldap/container/package.html | 4 +-
.../openldap/fortress/ldap/openldap/package.html | 2 +-
.../java/org/openldap/fortress/ldap/package.html | 4 +-
.../org/openldap/fortress/ldap/suffix/package.html | 4 +-
src/main/java/org/openldap/fortress/overview.html | 20 ++++++------
src/main/java/org/openldap/fortress/package.html | 32 ++++++++++----------
.../java/org/openldap/fortress/rbac/package.html | 4 +-
.../java/org/openldap/fortress/rest/package.html | 2 +-
.../org/openldap/fortress/util/attr/package.html | 4 +-
.../org/openldap/fortress/util/cache/package.html | 4 +-
.../org/openldap/fortress/util/crypto/package.html | 4 +-
.../java/org/openldap/fortress/util/package.html | 4 +-
.../org/openldap/fortress/util/time/package.html | 4 +-
.../org/openldap/fortress/samples/overview.html | 30 +++++++++---------
.../org/openldap/fortress/samples/package.html | 28 ++++++++--------
23 files changed, 105 insertions(+), 105 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 e3a50719e402a494b9ec5695bdb3913b7401336d (commit)
from fb9a33eca97cf5aed514b1d1ee159e74ae66b57a (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 e3a50719e402a494b9ec5695bdb3913b7401336d
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Apr 27 11:34:46 2014 -0500
FC-110 - ObjectClass description in Javadoc could use different tags
-----------------------------------------------------------------------
Summary of changes:
config/fortress.properties.src | 15 ++-
.../java/org/openldap/fortress/rbac/AdminRole.java | 136 +++++++++++--------
.../java/org/openldap/fortress/rbac/AuthZ.java | 20 ++--
src/main/java/org/openldap/fortress/rbac/Bind.java | 17 +--
.../org/openldap/fortress/rbac/FortEntity.java | 40 +++---
src/main/java/org/openldap/fortress/rbac/Hier.java | 86 +++++++-----
.../java/org/openldap/fortress/rbac/OrgUnit.java | 87 +++++++-----
.../java/org/openldap/fortress/rbac/PermObj.java | 83 ++++++-----
.../org/openldap/fortress/rbac/Permission.java | 101 +++++++++-----
.../java/org/openldap/fortress/rbac/PwPolicy.java | 80 ++++++-----
src/main/java/org/openldap/fortress/rbac/Role.java | 111 +++++++++------
.../java/org/openldap/fortress/rbac/SDSet.java | 122 ++++++++++-------
src/main/java/org/openldap/fortress/rbac/User.java | 146 ++++++++++++--------
.../org/openldap/fortress/rbac/UserAdminRole.java | 31 +++--
.../java/org/openldap/fortress/rbac/UserRole.java | 31 +++--
15 files changed, 647 insertions(+), 459 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 fb9a33eca97cf5aed514b1d1ee159e74ae66b57a (commit)
from 2467f851eb8958e3e36f3328074913d20f6a317a (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 fb9a33eca97cf5aed514b1d1ee159e74ae66b57a
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sat Apr 26 16:38:35 2014 -0500
FC-112 - Convert all package names, maven group and licenses to org.openldap
-----------------------------------------------------------------------
Summary of changes:
build.xml | 36 +++++++++++++++++-------------------
1 files changed, 17 insertions(+), 19 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 49ae28a2eec73bdf8e5811a1880ea6229ad10b38 (commit)
from f48242de0051380d3ec4d9bb72976f277a9ddeac (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 49ae28a2eec73bdf8e5811a1880ea6229ad10b38
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 25 16:04:19 2014 -0500
(L)MDB updates
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/appendix-common-errors.sdf | 6 +++---
doc/guide/admin/aspell.en.pws | 2 ++
doc/guide/admin/backends.sdf | 2 +-
doc/guide/admin/install.sdf | 10 +++++++---
doc/guide/admin/maintenance.sdf | 16 ++++++++++------
doc/guide/admin/monitoringslapd.sdf | 18 ++++++++++++++++--
6 files changed, 39 insertions(+), 15 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 f48242de0051380d3ec4d9bb72976f277a9ddeac (commit)
via e5443fd27904e7fcacb0548570eff067dda350c2 (commit)
via ea2fbe215207f28544afc38d3fd7d252d5be2c3a (commit)
from 5f524c4465d38c2c81e472cae9702f2a51888e8f (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 f48242de0051380d3ec4d9bb72976f277a9ddeac
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 25 15:03:50 2014 -0500
Convert quickstart guide to cn=config
commit e5443fd27904e7fcacb0548570eff067dda350c2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 25 14:43:12 2014 -0500
Relocate the maxsize bit
commit ea2fbe215207f28544afc38d3fd7d252d5be2c3a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 25 14:36:09 2014 -0500
Sample slapd.ldif is missing the olcDbMaxSize parameter
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/quickstart.sdf | 68 +++++++++++++++++++++++++--------------
servers/slapd/slapd.ldif | 1 +
2 files changed, 44 insertions(+), 25 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git