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 1f723195873454ac2d46592deb5d2f7c6885993a (commit)
via 629414bbb93a7f4a66a014c256e259adcb27b538 (commit)
via 3f167b6d97be62ad703b7e00e7e2f2668f265d20 (commit)
via 3648d5ac02cb372268e0a48ab3c2ba012bded414 (commit)
via 0f20756e53fbaa023c4859cffd9fa7d6c9f3e6e1 (commit)
via ed626e37d67694b7bca5a5576b01c325458b2bc0 (commit)
via 3c80e8e2dff1f9f8dc0e92e39d18b690eaed758d (commit)
via 37dbfa3684f6ed562a8adffae8dfcf83c60574fa (commit)
from dde49ab9d0786655062913bd4cd518f6f9e32f4b (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 1f723195873454ac2d46592deb5d2f7c6885993a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:49 2012 +0100
Silence 'assign away const' warning
commit 629414bbb93a7f4a66a014c256e259adcb27b538
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:49 2012 +0100
thr_debug: tweak debug_already_initialized().
With gcc, declare debug_already_initialized() as 'noinline' so
its deliberate uninitialized access stays inside the function and
valgrind can ignore it there.
commit 3f167b6d97be62ad703b7e00e7e2f2668f265d20
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
Fix sl_malloc valgrind support.
commit 3648d5ac02cb372268e0a48ab3c2ba012bded414
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
.gitignore += ucgendat
commit 0f20756e53fbaa023c4859cffd9fa7d6c9f3e6e1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 23 20:20:00 2012 -0800
ITS#7131
commit ed626e37d67694b7bca5a5576b01c325458b2bc0
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
ITS#7131 Fix connection loop connindex usage.
connection_<first/next>() takes a ber_socket_t *index, not int*.
commit 3c80e8e2dff1f9f8dc0e92e39d18b690eaed758d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
ITS#7125 Document connection loop API.
Code comments belong in the code, not in commit messages.
commit 37dbfa3684f6ed562a8adffae8dfcf83c60574fa
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
ITS#7115: Tighten ldap_pvt_thread_pool_unidle().
Only wait out already-started pauses, not pause reqests.
ltp_pause now says whether a pause is requested or has started.
This reduces the chance that slapd:send_ldap_ber() will start
a pause in the middle of an operation.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
CHANGES | 1 +
libraries/libldap/tls_o.c | 4 +---
libraries/libldap_r/thr_debug.c | 1 +
libraries/libldap_r/tpool.c | 32 +++++++++++++++++++++-----------
servers/slapd/back-monitor/conn.c | 6 +++---
servers/slapd/back-monitor/rww.c | 2 +-
servers/slapd/connection.c | 17 +++++++++++++++--
servers/slapd/sl_malloc.c | 5 +++--
9 files changed, 47 insertions(+), 22 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 1a931a86ee6c18ab97104b8ca2226158d815dbb7 (commit)
via 999ff398d64a4a2a3bd39ee3c82e5085d05e96f7 (commit)
via 624642ba839c70397f15887a2632a6aabb77df0f (commit)
via 9b903cc8b16dd007bc1b00192b807961cabb3a5c (commit)
via db49dfecc98c652fcb9da5f532207a7d0cc43633 (commit)
via 2b538761e998f71b8d4daf8e9c82d02912dc92da (commit)
via 23f365780767dde2627828b0ffa7f1c4f1ce1f04 (commit)
from a8f6deee03fc563903130103a2765d4134ce9b1f (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 1a931a86ee6c18ab97104b8ca2226158d815dbb7
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:49 2012 +0100
Silence 'assign away const' warning
commit 999ff398d64a4a2a3bd39ee3c82e5085d05e96f7
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:49 2012 +0100
thr_debug: tweak debug_already_initialized().
With gcc, declare debug_already_initialized() as 'noinline' so
its deliberate uninitialized access stays inside the function and
valgrind can ignore it there.
commit 624642ba839c70397f15887a2632a6aabb77df0f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
Fix sl_malloc valgrind support.
commit 9b903cc8b16dd007bc1b00192b807961cabb3a5c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
.gitignore += ucgendat
commit db49dfecc98c652fcb9da5f532207a7d0cc43633
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
ITS#7131 Fix connection loop connindex usage.
connection_<first/next>() takes a ber_socket_t *index, not int*.
commit 2b538761e998f71b8d4daf8e9c82d02912dc92da
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
ITS#7125 Document connection loop API.
Code comments belong in the code, not in commit messages.
commit 23f365780767dde2627828b0ffa7f1c4f1ce1f04
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 24 00:47:48 2012 +0100
ITS#7115: Tighten ldap_pvt_thread_pool_unidle().
Only wait out already-started pauses, not pause reqests.
ltp_pause now says whether a pause is requested or has started.
This reduces the chance that slapd:send_ldap_ber() will start
a pause in the middle of an operation.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
libraries/libldap/tls_o.c | 4 +---
libraries/libldap_r/thr_debug.c | 1 +
libraries/libldap_r/tpool.c | 32 +++++++++++++++++++++-----------
servers/slapd/back-monitor/conn.c | 6 +++---
servers/slapd/back-monitor/rww.c | 2 +-
servers/slapd/connection.c | 17 +++++++++++++++--
servers/slapd/sl_malloc.c | 5 +++--
8 files changed, 46 insertions(+), 22 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 dde49ab9d0786655062913bd4cd518f6f9e32f4b (commit)
from 6064a66fd1509815272ce4e52b1e09c1d136b39a (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 dde49ab9d0786655062913bd4cd518f6f9e32f4b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 23 13:59:44 2012 -0800
ITS#7121 is fixed
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 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 6064a66fd1509815272ce4e52b1e09c1d136b39a (commit)
via 5954211c51d04d224ec206c22d6c12a730be8b66 (commit)
via d41a0b56269b0f87033e69c791c13713091db8c7 (commit)
from 4fe89dc78bc2756081bf1e83f20b896c9ae9735d (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 6064a66fd1509815272ce4e52b1e09c1d136b39a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 23 13:37:25 2012 -0800
ITS#7075
commit 5954211c51d04d224ec206c22d6c12a730be8b66
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 21 04:57:58 2012 +0100
ITS#7075 Re-fix back-perl initialization.
Use PERL_SYS_INIT3() after all. There appears to be no correct
way to do this, so we should as least follow the documentation.
commit d41a0b56269b0f87033e69c791c13713091db8c7
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Nov 1 06:28:40 2011 +0100
ITS#7075 Fix back-perl initialization.
Use PERL_SYS_INIT() instead of broken PERL_SYS_INIT3(,,NULL). Pass its
output variables to perl_parse(). Fix argument type 'char *(*argv)[3]'
to 'char ***argv'. NULL-terminate argv in case that is needed.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-perl/init.c | 16 +++++++++++++---
2 files changed, 14 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, OPENLDAP_REL_ENG_2_4 has been updated
via 4fe89dc78bc2756081bf1e83f20b896c9ae9735d (commit)
via cbde75cda993fbda38446908f71ca02b40e7293a (commit)
via de7120456139ba583a5a3bf7c9162e213ad465d5 (commit)
via 290daee5c697c318776ed43813abf7a50b7c12ac (commit)
via c360fddec521cafc29590948d5fe7f3b620873c8 (commit)
via 4738294fd7dbc7f48daa243949f961e8c68dcdf4 (commit)
via 83e6d8e49347a1ab6ee5519fdb155abb9f563b87 (commit)
via 5e969767b262b507e6b3475d7eab9816404631fb (commit)
via d2263fb302a3bf9e8afe4ed37cf46fa17e9d3711 (commit)
from 2c24461cca8bd6e227f37e70b7363d17344e1285 (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 4fe89dc78bc2756081bf1e83f20b896c9ae9735d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 23 11:28:51 2012 -0800
ITS#7113
commit cbde75cda993fbda38446908f71ca02b40e7293a
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 17:31:23 2012 -0800
Fix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
commit de7120456139ba583a5a3bf7c9162e213ad465d5
Author: Kevan Carstensen <kacarstensen(a)csupomona.edu>
Date: Sat Jan 21 17:26:37 2012 -0800
ITS#7113 fix check order in connection_write()
commit 290daee5c697c318776ed43813abf7a50b7c12ac
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 21 08:49:49 2012 -0800
Fix: txn is invalidated by mdb_txn_commit()
commit c360fddec521cafc29590948d5fe7f3b620873c8
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:22:59 2012 -0800
Add valgrind support with -DUSE_VALGRIND
Track allocations and invalid accesses to freed tmp pages.
commit 4738294fd7dbc7f48daa243949f961e8c68dcdf4
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:20:43 2012 -0800
txn_commit must abort txn before returning errors
Fix for failure when committing a txn that is a child of
some parent txn.
commit 83e6d8e49347a1ab6ee5519fdb155abb9f563b87
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:18:37 2012 -0800
ITS#7121 fix page splits when newindx == 0
commit 5e969767b262b507e6b3475d7eab9816404631fb
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:12:56 2012 -0800
ITS#7126 fix cursor tracking code
Don't compare cursors that aren't deep enough to match the
current cursor.
commit d2263fb302a3bf9e8afe4ed37cf46fa17e9d3711
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 08:07:56 2012 -0800
Happy New Year!
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
libraries/libmdb/mdb.c | 56 ++++++++++++++++++++++++++++++++++++------
libraries/libmdb/mdb.h | 3 +-
servers/slapd/back-mdb/add.c | 5 ++-
servers/slapd/connection.c | 4 +-
5 files changed, 56 insertions(+), 13 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 83fe7e4701d35c8e26badec71b1602861eb737c2 (commit)
from fd3a12d15521cf4297ffc8d9bd1a3330aa83e42d (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 83fe7e4701d35c8e26badec71b1602861eb737c2
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jan 22 09:42:24 2012 -0600
Add JAXB Bindings for Password Policy and Separation of Duty constraints.
-----------------------------------------------------------------------
Summary of changes:
README.txt | 4 +-
src/java/com/jts/fortress/ObjectFactory.java | 19 +++++++++
src/java/com/jts/fortress/pwpolicy/PswdPolicy.java | 40 ++++++++++++++++++++
.../jts/fortress/pwpolicy/openldap/PolicyDAO.java | 4 +-
src/java/com/jts/fortress/rbac/Role.java | 4 --
src/java/com/jts/fortress/rbac/SDSet.java | 2 +-
src/java/com/jts/fortress/rbac/SdDAO.java | 3 +-
7 files changed, 67 insertions(+), 9 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 a8f6deee03fc563903130103a2765d4134ce9b1f (commit)
via 953796759e666adbc28962b9f79f97e8946819e3 (commit)
from 7e893c75d115db1280f77bc761e881e3e898182d (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 a8f6deee03fc563903130103a2765d4134ce9b1f
Merge: 7e893c7 9537967
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 21 17:32:18 2012 -0800
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 2 +-
1 files changed, 1 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 953796759e666adbc28962b9f79f97e8946819e3 (commit)
from e8e57be42107a877f604d0c4e67115ef37681a1b (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 953796759e666adbc28962b9f79f97e8946819e3
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 21 17:31:23 2012 -0800
Fix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 2 +-
1 files changed, 1 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, master has been updated
via 7e893c75d115db1280f77bc761e881e3e898182d (commit)
from 5ca62457f35f5b23f81665b2d606c5f3391bf689 (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 7e893c75d115db1280f77bc761e881e3e898182d
Author: Kevan Carstensen <kacarstensen(a)csupomona.edu>
Date: Sat Jan 21 17:26:37 2012 -0800
ITS#7113 fix check order in connection_write()
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/connection.c | 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 fd3a12d15521cf4297ffc8d9bd1a3330aa83e42d (commit)
from 159d26f3f0d7f3e7a3446e3f7d7c4ab2d99ee5fd (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 fd3a12d15521cf4297ffc8d9bd1a3330aa83e42d
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Jan 21 18:06:49 2012 -0600
Add JAXB data bindings for SSD, Role Relations. Change SSD members to Set.
-----------------------------------------------------------------------
Summary of changes:
src/java/com/jts/fortress/ObjectFactory.java | 44 ++++++++++++++++-
src/java/com/jts/fortress/ReviewMgr.java | 8 ++--
src/java/com/jts/fortress/ant/AddpermGrant.java | 2 +
src/java/com/jts/fortress/ant/DelpermGrant.java | 2 +
src/java/com/jts/fortress/ant/FortressAntTask.java | 1 +
src/java/com/jts/fortress/arbac/OrgUnit.java | 1 -
src/java/com/jts/fortress/ldap/DaoUtil.java | 35 +-------------
src/java/com/jts/fortress/rbac/DSD.java | 8 ++-
.../com/jts/fortress/{ant => rbac}/PermGrant.java | 4 +-
src/java/com/jts/fortress/rbac/Props.java | 2 +-
src/java/com/jts/fortress/rbac/ReviewMgrImpl.java | 4 +-
.../com/jts/fortress/rbac/RoleRelationship.java | 50 +++++++++++++++++++
src/java/com/jts/fortress/rbac/SDSet.java | 52 ++++++++++++++------
src/java/com/jts/fortress/rbac/SDUtil.java | 13 +++--
src/java/com/jts/fortress/rbac/SdDAO.java | 9 ++-
src/java/com/jts/fortress/rbac/SdP.java | 10 ++--
src/java/com/jts/fortress/rbac/User.java | 18 ++++++-
.../com/jts/fortress/rbac/AccessMgrImplTest.java | 3 +-
.../com/jts/fortress/rbac/AdminMgrImplTest.java | 12 +++--
src/test/com/jts/fortress/rbac/RoleTestData.java | 20 ++++++++
20 files changed, 212 insertions(+), 86 deletions(-)
rename src/java/com/jts/fortress/{ant => rbac}/PermGrant.java (96%)
create mode 100644 src/java/com/jts/fortress/rbac/RoleRelationship.java
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git