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 9aaa64ef58f55ac2394a88589e19d447ea3ee687 (commit)
from 7778a940602863ad194e2dbca1d43b1611855c99 (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 9aaa64ef58f55ac2394a88589e19d447ea3ee687
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 19 00:28:16 2012 -0500
RC12 work on data structs
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/ldap/DataProvider.java | 3 +-
src/main/java/com/jts/fortress/rbac/AdminRole.java | 5 +-
.../java/com/jts/fortress/rbac/AdminRoleUtil.java | 3 +-
.../com/jts/fortress/rbac/DelAccessMgrImpl.java | 5 +-
src/main/java/com/jts/fortress/rbac/HierUtil.java | 7 +--
.../java/com/jts/fortress/rbac/OrgUnitDAO.java | 4 +-
src/main/java/com/jts/fortress/rbac/PermDAO.java | 9 ++--
src/main/java/com/jts/fortress/rbac/PermP.java | 5 +-
.../java/com/jts/fortress/rbac/Permission.java | 22 +++++----
src/main/java/com/jts/fortress/rbac/PolicyDAO.java | 3 +-
src/main/java/com/jts/fortress/rbac/PsoUtil.java | 3 +-
.../java/com/jts/fortress/rbac/ReviewMgrImpl.java | 8 ++--
src/main/java/com/jts/fortress/rbac/RoleUtil.java | 9 ++--
src/main/java/com/jts/fortress/rbac/SDSet.java | 4 +-
.../java/com/jts/fortress/rbac/UserAdminRole.java | 5 +-
src/main/java/com/jts/fortress/rbac/UsoUtil.java | 3 +-
.../com/jts/fortress/rest/AccessMgrRestImpl.java | 3 +-
.../com/jts/fortress/rest/ReviewMgrRestImpl.java | 12 ++---
.../com/jts/fortress/util/AlphabeticalOrder.java | 27 -----------
.../java/com/jts/fortress/AccessMgrConsole.java | 12 +++---
.../java/com/jts/fortress/AdminMgrConsole.java | 12 +++---
.../java/com/jts/fortress/ReviewMgrConsole.java | 48 ++++++++++----------
.../java/com/jts/fortress/misc/TestComparator.java | 4 +-
src/test/java/com/jts/fortress/rbac/TestUtils.java | 3 +-
.../java/com/jts/fortress/rbac/UserTestData.java | 3 +-
25 files changed, 89 insertions(+), 133 deletions(-)
delete mode 100755 src/main/java/com/jts/fortress/util/AlphabeticalOrder.java
---
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 7778a940602863ad194e2dbca1d43b1611855c99 (commit)
from 69766a8642f9a652c5276c50aea4a27034b1ebc5 (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 7778a940602863ad194e2dbca1d43b1611855c99
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Aug 18 21:06:20 2012 -0500
RC12 access control tweaks
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/GlobalErrIds.java | 16 ++--
src/main/java/com/jts/fortress/rbac/PermDAO.java | 97 ++++++++++++----------
2 files changed, 59 insertions(+), 54 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 69766a8642f9a652c5276c50aea4a27034b1ebc5 (commit)
from b62718a20b486877461965d9962025acb371b416 (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 69766a8642f9a652c5276c50aea4a27034b1ebc5
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Aug 18 12:51:57 2012 -0500
RC12 support for OpenLDAP MDB backend
-----------------------------------------------------------------------
Summary of changes:
ldap/slapd.conf.src | 14 +++---
src/main/java/com/jts/fortress/GlobalErrIds.java | 10 ++--
.../java/com/jts/fortress/SecurityException.java | 9 +++-
src/main/java/com/jts/fortress/rbac/PermDAO.java | 49 ++++++++++++++++++--
4 files changed, 64 insertions(+), 18 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 edbe111c8c1f921d267cec9b43488079541c14d1 (commit)
from dde9480cbdaf6cceca3793c91db0d03866d2b3ee (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 edbe111c8c1f921d267cec9b43488079541c14d1
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 18 01:38:28 2012 -0700
back-meta shares back-ldap's OIDs
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 3 +--
1 files changed, 1 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 dde9480cbdaf6cceca3793c91db0d03866d2b3ee (commit)
via fb4d51519550156c1195aa3665a337a4a2c448c3 (commit)
via 54de37c0e1ecb0d210624267a5f2fad17fadb005 (commit)
from 11cf13bf9d50259e9990be9ee08506b151e2a907 (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 dde9480cbdaf6cceca3793c91db0d03866d2b3ee
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 18 00:53:44 2012 -0700
Initial emit support
commit fb4d51519550156c1195aa3665a337a4a2c448c3
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 17 21:25:11 2012 -0700
Factor out common attrs from main and target
commit 54de37c0e1ecb0d210624267a5f2fad17fadb005
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 17 14:04:48 2012 -0700
Initial config support for back-meta
Currently just a direct replacement of slapd.conf parsing,
no dynamic features yet.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldap/back-ldap.h | 4 +-
servers/slapd/back-ldap/config.c | 32 +-
servers/slapd/back-ldap/init.c | 4 +-
servers/slapd/back-ldap/proto-ldap.h | 4 +-
servers/slapd/back-meta/back-meta.h | 98 +-
servers/slapd/back-meta/config.c | 2225 +++++++++++++++++-----------------
servers/slapd/back-meta/init.c | 5 +-
servers/slapd/back-meta/proto-meta.h | 2 +
servers/slapd/bconfig.c | 1 +
9 files changed, 1178 insertions(+), 1197 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 11cf13bf9d50259e9990be9ee08506b151e2a907 (commit)
from 3f71f756013a61b6a3cf7c529e1ec42675f5e040 (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 11cf13bf9d50259e9990be9ee08506b151e2a907
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 17 13:38:47 2012 -0700
Fix slapadd -q -w double-free
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.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 3f71f756013a61b6a3cf7c529e1ec42675f5e040 (commit)
from babfce7d0f41451d664aca36f48af5d3b888bb79 (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 3f71f756013a61b6a3cf7c529e1ec42675f5e040
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 16 18:08:56 2012 -0700
ITS#7354 fix delta-sync mmr crash
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.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 6739e0fb11053e66dad9c5e984566956bc074e70 (commit)
from 94630a3ce66149d4d779658065ac6df45987c6c3 (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 6739e0fb11053e66dad9c5e984566956bc074e70
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Aug 16 17:21:20 2012 -0700
Return to RE
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
build/version.var | 2 +-
2 files changed, 3 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 f114fec545ba2189f3b2a0797b2ede8921a0f5f7 (commit)
via d53644f6820206f9aaf7c415e5f381f80c505c4a (commit)
from d1120fbccc7657342e71cd14f92d98625373dcbe (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 f114fec545ba2189f3b2a0797b2ede8921a0f5f7
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Aug 16 10:25:40 2012 -0700
Loop thru all DBs and show their stats
This is quick and dirty, should be integrated into mdb_stat.
commit d53644f6820206f9aaf7c415e5f381f80c505c4a
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Aug 2 15:56:13 2012 -0700
Minor cleanup
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 13 +++++-----
libraries/libmdb/mdb.h | 6 ++--
libraries/libmdb/{mdb_stat.c => mdb_stata.c} | 32 ++++++++++++++++++++-----
3 files changed, 35 insertions(+), 16 deletions(-)
copy libraries/libmdb/{mdb_stat.c => mdb_stata.c} (64%)
---
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 babfce7d0f41451d664aca36f48af5d3b888bb79 (commit)
from 191ff344e92eb62c26307504f5cee59cc6313991 (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 babfce7d0f41451d664aca36f48af5d3b888bb79
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 15 14:36:35 2012 -0700
ITS#7172 don't reference ops in syncprov locks
When a client performs a write and then closes the connection without
sending an Unbind request, the connection cleanup can race with the
op cleanup.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git