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 0056912905067202f923cd2c5fba3a235834b778 (commit)
via be472fd8b3133f50b2e0c447d2bf243bc5cab4fc (commit)
via 2feedcc2e3019af0ac905221e231bc9be30bd8c4 (commit)
via 74104bdfc466a2a4ed856e0f36d5dd5993303ed0 (commit)
via 480adb049f30c7b830d527579c169a8faf990917 (commit)
via e23a9c97c3f2d783d4e5fef77397aa5e0b79626a (commit)
via 3b5b0d163f990ba88f71c998b90820f1a62e5105 (commit)
via 3a762b28f41231c80b0a2bfe91470d9f1d2c1692 (commit)
from a9b2c4fd2457fb502e9a2d47307e72ab2ec4b59d (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 0056912905067202f923cd2c5fba3a235834b778
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 30 10:26:52 2012 -0800
ITS#7142
commit be472fd8b3133f50b2e0c447d2bf243bc5cab4fc
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 28 15:44:51 2012 -0800
ITS#7142 fix slapadd exit on failure
commit 2feedcc2e3019af0ac905221e231bc9be30bd8c4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 30 10:22:15 2012 -0800
ITS#7140
commit 74104bdfc466a2a4ed856e0f36d5dd5993303ed0
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 28 11:52:09 2012 -0800
ITS#7140 more cleanup on txn abort
commit 480adb049f30c7b830d527579c169a8faf990917
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 30 10:21:07 2012 -0800
ITS#7138
commit e23a9c97c3f2d783d4e5fef77397aa5e0b79626a
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Sat Jan 28 02:13:40 2012 +0900
ITS#7138 smbk5pwd: fix ITS#6955 shadowLastChange
Fix uninitialized keys[1] in shadowLastChange support
commit 3b5b0d163f990ba88f71c998b90820f1a62e5105
Merge: 3a762b2 a9b2c4f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 30 10:17:44 2012 -0800
Merge branch 'OPENLDAP_REL_ENG_2_4' of ssh://git-master.openldap.org/~git/git/openldap into OPENLDAP_REL_ENG_2_4
commit 3a762b28f41231c80b0a2bfe91470d9f1d2c1692
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jan 27 12:08:04 2012 -0800
Fix missed commit, sync with master (64a6cfe79b)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
contrib/slapd-modules/smbk5pwd/smbk5pwd.c | 1 +
doc/man/man5/slapd-perl.5 | 16 +++++++++++++---
servers/slapd/back-mdb/tools.c | 15 +++++++++++----
servers/slapd/slapadd.c | 2 ++
5 files changed, 30 insertions(+), 7 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 b75bae274e0a6fc8e7acbad243fc8177df04e419 (commit)
from 1b87dae89b69d1553c10eebef72b2d75c4470cf5 (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 b75bae274e0a6fc8e7acbad243fc8177df04e419
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jan 29 16:13:09 2012 -0600
Cleanup and bug fixes on jaxb message processing.
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/ObjectFactory.java | 1 -
src/java/com/jts/fortress/rbac/PermObj.java | 24 +++------
src/java/com/jts/fortress/rbac/Permission.java | 62 +++-------------------
src/java/com/jts/fortress/rbac/SessionPerm.java | 12 ++--
src/java/com/jts/fortress/rbac/User.java | 11 +++-
src/java/com/jts/fortress/rbac/UserDAO.java | 4 ++
src/test/com/jts/fortress/ReviewMgrConsole.java | 3 +-
7 files changed, 38 insertions(+), 79 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 1b87dae89b69d1553c10eebef72b2d75c4470cf5 (commit)
from 88e34386299bb34e4e9ee4320b78b257bde35fd9 (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 1b87dae89b69d1553c10eebef72b2d75c4470cf5
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jan 29 12:50:14 2012 -0600
Add JAXB for rbac and arbac access control objects.
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/ObjectFactory.java | 119 +++++++++++++++++++-
.../com/jts/fortress/arbac/SessionAdminRole.java | 47 ++++++++
.../com/jts/fortress/arbac/SessionRolePerm.java | 61 ++++++++++
.../com/jts/fortress/arbac/SessionUserRole.java | 49 ++++++++
src/java/com/jts/fortress/audit/AuditDAO.java | 7 +-
src/java/com/jts/fortress/audit/AuthZ.java | 36 ++++++
src/java/com/jts/fortress/audit/Bind.java | 29 +++++
src/java/com/jts/fortress/audit/Mod.java | 19 +++
src/java/com/jts/fortress/audit/UserAudit.java | 23 ++++-
src/java/com/jts/fortress/rbac/SessionPerm.java | 46 ++++++++
src/java/com/jts/fortress/rbac/SessionRole.java | 45 ++++++++
src/java/com/jts/fortress/rbac/User.java | 2 +-
12 files changed, 476 insertions(+), 7 deletions(-)
create mode 100644 src/java/com/jts/fortress/arbac/SessionAdminRole.java
create mode 100644 src/java/com/jts/fortress/arbac/SessionRolePerm.java
create mode 100644 src/java/com/jts/fortress/arbac/SessionUserRole.java
create mode 100644 src/java/com/jts/fortress/rbac/SessionPerm.java
create mode 100644 src/java/com/jts/fortress/rbac/SessionRole.java
---
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 2e9f1f93c8acf028fffeec3fc8bafd1a19b719b7 (commit)
from d7933e2ea4bca1855028e7fc832ece85c1896269 (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 2e9f1f93c8acf028fffeec3fc8bafd1a19b719b7
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 28 15:44:51 2012 -0800
ITS#7142 fix slapadd exit on failure
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/slapadd.c | 2 ++
1 files changed, 2 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 d7933e2ea4bca1855028e7fc832ece85c1896269 (commit)
from 4069a34803c9c8c8e52baeeeee03e0b486129152 (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 d7933e2ea4bca1855028e7fc832ece85c1896269
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 28 11:52:09 2012 -0800
ITS#7140 more cleanup on txn abort
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.c | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 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 88e34386299bb34e4e9ee4320b78b257bde35fd9 (commit)
from 83fe7e4701d35c8e26badec71b1602861eb737c2 (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 88e34386299bb34e4e9ee4320b78b257bde35fd9
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Jan 28 13:02:46 2012 -0600
Add JAXB for admin role, org unit relationships and user admin role entity.
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/ObjectFactory.java | 48 ++++++++++++++++++++
src/java/com/jts/fortress/arbac/AdminRole.java | 8 ++--
.../AdminRoleRelationship.java} | 30 ++++++-------
.../OrgUnitRelationship.java} | 28 ++++++------
src/java/com/jts/fortress/arbac/UserAdminRole.java | 2 +
5 files changed, 82 insertions(+), 34 deletions(-)
copy src/java/com/jts/fortress/{rbac/RoleRelationship.java => arbac/AdminRoleRelationship.java} (51%)
copy src/java/com/jts/fortress/{rbac/RoleRelationship.java => arbac/OrgUnitRelationship.java} (54%)
---
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 4069a34803c9c8c8e52baeeeee03e0b486129152 (commit)
from 917c52014dcd402fc79e03444d95dbd373f5e434 (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 4069a34803c9c8c8e52baeeeee03e0b486129152
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Sat Jan 28 02:13:40 2012 +0900
ITS#7138 smbk5pwd: fix ITS#6955 shadowLastChange
Fix uninitialized keys[1] in shadowLastChange support
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/smbk5pwd/smbk5pwd.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 917c52014dcd402fc79e03444d95dbd373f5e434 (commit)
from 3be354d0d2e13c8f38a16459187770900827f209 (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 917c52014dcd402fc79e03444d95dbd373f5e434
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jan 27 21:30:12 2012 +0100
Fix the configure.in $Id$ in configure
-----------------------------------------------------------------------
Summary of changes:
configure | 2 +-
contrib/ldapc++/configure | 2 +-
2 files changed, 2 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, OPENLDAP_REL_ENG_2_4 has been updated
via a9b2c4fd2457fb502e9a2d47307e72ab2ec4b59d (commit)
from 74c7c02d60725268f32844e8ba3ac37904dfcaaa (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 a9b2c4fd2457fb502e9a2d47307e72ab2ec4b59d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jan 27 21:32:08 2012 +0100
Fix the configure.in $Id$ in configure
-----------------------------------------------------------------------
Summary of changes:
configure | 2 +-
contrib/ldapc++/configure | 2 +-
2 files changed, 2 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, OPENLDAP_REL_ENG_2_4 has been updated
via 74c7c02d60725268f32844e8ba3ac37904dfcaaa (commit)
via 2eda46998dd48e0b62a3479f3f8a88ab2db54c64 (commit)
via 032d150c6d631dc757422e2483a948ac6f5a2e1d (commit)
from 22ee28752e3e0d2a6910a22922fc69befd78578a (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 74c7c02d60725268f32844e8ba3ac37904dfcaaa
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jan 27 12:05:39 2012 -0800
ITS#7052
commit 2eda46998dd48e0b62a3479f3f8a88ab2db54c64
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jan 27 11:21:04 2012 -0800
ITS#7052 syncrepl deletes should ignore some errors
Treat LDAP_NO_SUCH_OBJECT as success, otherwise the consumer will
abort and start a new refresh for no good reason.
commit 032d150c6d631dc757422e2483a948ac6f5a2e1d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jan 27 05:09:56 2012 +0100
Tweak installation instructions.
* Align INSTALL and doc/guide/release/install.sdf, so
INSTALL = (sdf -2txt doc/guide/release/install.sdf) + copyright.
* Autoconf recommends './configure var=val' over 'var=val ./configure'.
* Add -W,-rpath,<path> to an LDFLAGS example.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
INSTALL | 22 +++++++++++-----------
doc/guide/admin/install.sdf | 21 +++++++++------------
doc/guide/release/install.sdf | 26 +++++++++++++++-----------
servers/slapd/syncrepl.c | 2 ++
5 files changed, 38 insertions(+), 34 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git