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 159d26f3f0d7f3e7a3446e3f7d7c4ab2d99ee5fd (commit)
from fe13ed3055e3414b1b93ab88623a9dc1ef320027 (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 159d26f3f0d7f3e7a3446e3f7d7c4ab2d99ee5fd
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Fri Jan 20 17:16:43 2012 -0600
Add instructions to use command line interface
-----------------------------------------------------------------------
Summary of changes:
README.txt | 38 ++++++++++++++++++++++++--------------
1 files changed, 24 insertions(+), 14 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 214ad8c9879b4af1f1a730a4cd492453f19c8665 (commit)
from cedbc9f77fe8cf4e77010e4fc11dc09ea281e6c5 (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 214ad8c9879b4af1f1a730a4cd492453f19c8665
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 19 15:55:54 2012 -0800
ITS#7127 fix syncrepl_config reference to freed memory
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 6 +++---
1 files changed, 3 insertions(+), 3 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 fe13ed3055e3414b1b93ab88623a9dc1ef320027 (commit)
from ec36e0b01950b49ecd269ac611a7cccb6dce7559 (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 fe13ed3055e3414b1b93ab88623a9dc1ef320027
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Tue Jan 17 18:52:31 2012 -0600
Add PermGrant JAXB data bindings.
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/ObjectFactory.java | 19 +++++++++++++++++++
src/java/com/jts/fortress/ant/PermGrant.java | 18 +++++++++++++++++-
src/java/com/jts/fortress/rbac/Role.java | 1 -
3 files changed, 36 insertions(+), 2 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 cedbc9f77fe8cf4e77010e4fc11dc09ea281e6c5 (commit)
from 221d3ccdc66a30f1b8ce024147ff9cfaf5c69c2a (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 cedbc9f77fe8cf4e77010e4fc11dc09ea281e6c5
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 16 10:10:19 2012 -0800
Clarification/warning about delta-sync backup/restore
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/replication.sdf | 7 ++++++-
1 files changed, 6 insertions(+), 1 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 ec36e0b01950b49ecd269ac611a7cccb6dce7559 (commit)
from 4fcecc4279b7aa6cbb4b1bd2694ccf5e83816a0b (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 ec36e0b01950b49ecd269ac611a7cccb6dce7559
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jan 15 17:37:38 2012 -0600
Add User Assign Role JAXB data bindings
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/ObjectFactory.java | 10 ++++++++++
src/java/com/jts/fortress/arbac/OrgUnit.java | 4 ----
src/java/com/jts/fortress/arbac/UserAdminRole.java | 4 ----
src/java/com/jts/fortress/rbac/User.java | 4 ----
src/java/com/jts/fortress/rbac/UserRole.java | 8 ++------
5 files changed, 12 insertions(+), 18 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 4fcecc4279b7aa6cbb4b1bd2694ccf5e83816a0b (commit)
from a948bf4b96fc41c4732d7595f9e7556407bd6e29 (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 4fcecc4279b7aa6cbb4b1bd2694ccf5e83816a0b
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jan 15 12:26:02 2012 -0600
Add Permission and Session JAXB data bindings
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/ObjectFactory.java | 154 +++++++++++++--------
src/java/com/jts/fortress/arbac/OrgUnitDAO.java | 1 -
src/java/com/jts/fortress/rbac/PermDAO.java | 5 +-
src/java/com/jts/fortress/rbac/PermObj.java | 167 +++++++++++++++++++---
src/java/com/jts/fortress/rbac/Permission.java | 169 ++++++++++++++++++++---
src/java/com/jts/fortress/rbac/Session.java | 16 +-
src/java/com/jts/fortress/rbac/User.java | 13 +-
src/java/com/jts/fortress/rbac/UserDAO.java | 6 +-
src/java/com/jts/fortress/rbac/UserP.java | 3 +-
9 files changed, 412 insertions(+), 122 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 221d3ccdc66a30f1b8ce024147ff9cfaf5c69c2a (commit)
from fa7575666f26d6e20b0cb5d7e82b022c075a7697 (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 221d3ccdc66a30f1b8ce024147ff9cfaf5c69c2a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jan 13 16:07:39 2012 +0100
ITS#7125 Fix Connection.c_mutex usage.
Partial revert of 9e00b6cc6ce2857490b33218bdaf1339319c5f60:connection.c.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/connection.c | 5 ++---
1 files changed, 2 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 fa7575666f26d6e20b0cb5d7e82b022c075a7697 (commit)
from e86da2fe3f401e1b6f980382fd4a463e04ba9a53 (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 fa7575666f26d6e20b0cb5d7e82b022c075a7697
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jan 13 15:38:12 2012 +0100
ITS#7115 Re-fix tpool.c (idle/unidle)
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap_r/tpool.c | 96 +++++++++++++++++++++++-------------------
1 files changed, 53 insertions(+), 43 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git