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 e28793bdda900675552634a9685be8e5b7c60409 (commit)
via d8eccb353b1be7f07e74149dde9a41bb199d74e8 (commit)
via 742a078ea5785ff6667cec0c3fccb045dc25c633 (commit)
from e7b08140d07f51cd3f5f3161a3ce81de9f89209c (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 e28793bdda900675552634a9685be8e5b7c60409
Merge: e7b0814 d8eccb3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Oct 28 09:24:57 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 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 0a438aaf4361027adf02499ff1eb2ec072e127e3 (commit)
via d8eccb353b1be7f07e74149dde9a41bb199d74e8 (commit)
via 742a078ea5785ff6667cec0c3fccb045dc25c633 (commit)
from 160d2b74c5315ef877a582f95a1193986a48b7bc (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 0a438aaf4361027adf02499ff1eb2ec072e127e3
Merge: 160d2b7 d8eccb3
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 28 08:04:23 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 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 d8eccb353b1be7f07e74149dde9a41bb199d74e8 (commit)
via 742a078ea5785ff6667cec0c3fccb045dc25c633 (commit)
from 7449ca604ca732ad262cfd77da403968cdb9157f (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 d8eccb353b1be7f07e74149dde9a41bb199d74e8
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Oct 28 07:25:54 2013 -0700
ITS#7733 check cursor index before cursor_del
commit 742a078ea5785ff6667cec0c3fccb045dc25c633
Author: David Wilson <dw(a)botanicus.net>
Date: Mon Oct 28 06:58:04 2013 -0700
ITS#7734 Add MDB_NORDAHEAD to CHANGELESS.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 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 annotated tag, OPENLDAP_REL_ENG_2_4_37 has been created
at 9f6ceba9fd89acac6d1bfd0c46367cd9b30e127b (tag)
tagging e7b08140d07f51cd3f5f3161a3ce81de9f89209c (commit)
replaces OPENLDAP_REL_ENG_2_4_36
tagged by Quanah Gibson-Mount
on Sat Oct 26 13:46:39 2013 -0700
- Log -----------------------------------------------------------------
OpenLDAP 2.4.37
Claude Brisson (1):
ITS#7681 fix mdb_cursor_set behaviour for MDB_SET_RANGE
Emily Backes (1):
ITS#7712 Fix lock ordering in libldap abandon
Hallvard Furuseth (22):
Simplify last commits
mdb_page_spill(): Fix nested txn mt_dirty_room
mdb_page_unspill(): Fix dirty_room in nested txn
ITS#7682 mdb_env_copy(): Avoid Linux O_DIRECT bug.
Update MDB documentation and comments.
mdb_pages_xkeep(): Reformat, use common flag mask
ITS#7515 mdb_pages_xkeep(): Careful about xcursors.
ITS#7515 Fix mt_dirty_room in nested txns.
ITS#7515 Fix mdb_txn_commit(nested txn with spills).
ITS#7515 Fix mdb_page_unspill() in nested txn.
mdb_page_unspill(): Rename local vars.
Rename SWAP() to avoid conflict with sqlightning.
Tweak MDB_DEBUG output
Clean up and simplify mdb_page_search().
Drop unneeded code.
Set subDB DBI=parent DBI, fix MDB_DUPSORT delete.
Set MDB_xcursor DB_DIRTY, clear md_name.
Optimize code holding reader mutex
mdb_node_add(): Plug page leak when MDB_PAGE_FULL.
mdb_cursor_sibling(): Fix error result
Maintain MDB_cursor.mc_top
Add Caveat: Readers need write access. Whitespace.
Howard Chu (46):
Update caveats now that mdb_reader_check exists
Less aggressive page_spill
Tweak prev commit
ITS#7670 Tweak cursor_del0
ITS#7671 always return the key for a dup val
Speedup deletion from spill_pgs
Cleanup prev commit
Another take on spill_pgs and deletes
ITS#7672 fix mdb_dbi_flags
Allow mdb_env_set_mapsize() on an open environment
Bump version to 0.9.8
Add a changelog
Remember if last cursor op was a delete
More for 5f6fa8c04204888c4ff7ac6be1868d81ff4410a8
updates
Release 0.9.8
In mdb_checkpoint, force sync
ITS#7381 fix chain config for restarts
ITS#7381 more for prev commit
ITS#7685 add missing olcTLSProtocolMin
ITS#7701 fix mdb_rebalance
ITS#7681 fix 18a07eb7c2dc33372455a6040984cd6b699b41a5
Add MDB_NORDLOCK to omit all reader table usage
More doc for MDB_NORDLOCK
s/MDB_NORDLOCK/MDB_NOLOCK/
ITS#7715 always set filesize for WRITEMAP
Fix mdb_env_set_mapsize()
ITS#7718 invalidate cursor when DB gets emptied
Fix modrdn unique check
ITS#7720 don't do ptr arithmetic on void *s
ITS#7722 fix page_merge for collapsing root
ITS#7710 fix for non-replicated internal ops
ITS#7329 optimize index update for simple add ops
ITS#7710 fix typo
ITS#7694 more for IPv6 CLDAP, slapd fix
Add MDB_USE_HASH
ITS#7589 avoid wasting space in mdb_page_split
ITS#7589 Cleanup unneeded vars in prev patch
ITS#7589 Fix typo in prev commit
ITS#7589 silence warnings
ITS#7725 add MDB_NORDAHEAD flag for env_open
ITS#7692 no-op if target entry doesn't exist
ITS#7725 add nordahead envflag
Fix 01dfb2083dd690707a062cabb03801bfad1a6859
Add mdb_env_get_fd()
Bump to 0.9.9
Jan Synacek (1):
ITS#7680 Fix typos in manpages.
Pierangelo Masarati (1):
ITS#7687: password modify can muck with controls (quick fix)
Quanah Gibson-Mount (25):
olcListenerThreads should be available in globalconfig
Return to engineering
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7680
ITS#7381, ITS#7434
ITS#7685
ITS#7687
Fix mdb missing from list of backends
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7715, ITS#7718
ITS#7712
ITS#7720
ITS#7329, ITS#7710
From: Stef Walter <stefw(a)redhat.com>
ITS#7695
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7722
ITS#7589
ITS#7699
ITS#7692
ITS#7725
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Prep for release
Salvador Ortiz (1):
ITS#7682 In mdb_env_copy retry open if O_DIRECT fails
Stef Walter (1):
ITS#7694 Fix use of IPv6 with LDAP_CONNECTIONLESS
Ted C. Cheng (1):
ITS#7699 fixed one dds start-up assertion failure
-----------------------------------------------------------------------
---
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 e7b08140d07f51cd3f5f3161a3ce81de9f89209c (commit)
from a75e57d15ae5024dfb76fefc46b113951969e8f3 (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 e7b08140d07f51cd3f5f3161a3ce81de9f89209c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sat Oct 26 13:46:04 2013 -0700
Prep for release
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +-
build/version.var | 12 ++++++------
2 files 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, OPENLDAP_REL_ENG_2_5 has been updated
via 14133d5e3d1cd83828743965eecfdfa22e20cee0 (commit)
via 7449ca604ca732ad262cfd77da403968cdb9157f (commit)
from 015fd9ce527a4080ccfd8a046dd22948f6be0b0c (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 14133d5e3d1cd83828743965eecfdfa22e20cee0
Merge: 015fd9c 7449ca6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 24 16:25:23 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 17 +++++++++++++++++
libraries/liblmdb/lmdb.h | 4 ++--
2 files changed, 19 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 a75e57d15ae5024dfb76fefc46b113951969e8f3 (commit)
via 7449ca604ca732ad262cfd77da403968cdb9157f (commit)
from f9e417a2634a6681941772ed488ffaff47f33a4c (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 a75e57d15ae5024dfb76fefc46b113951969e8f3
Merge: f9e417a 7449ca6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 24 16:25:17 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 17 +++++++++++++++++
libraries/liblmdb/lmdb.h | 4 ++--
2 files changed, 19 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 160d2b74c5315ef877a582f95a1193986a48b7bc (commit)
via 7449ca604ca732ad262cfd77da403968cdb9157f (commit)
from fe49824f83bb0f2dd2f543c26f186b516c1d75bd (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 160d2b74c5315ef877a582f95a1193986a48b7bc
Merge: fe49824 7449ca6
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 24 15:58:24 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 17 +++++++++++++++++
libraries/liblmdb/lmdb.h | 4 ++--
2 files changed, 19 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, mdb.master has been updated
via 7449ca604ca732ad262cfd77da403968cdb9157f (commit)
from b86f08e9d6f083d20c81054e2fff0d54695a4a2e (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 7449ca604ca732ad262cfd77da403968cdb9157f
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 24 15:57:17 2013 -0700
Bump to 0.9.9
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 17 +++++++++++++++++
libraries/liblmdb/lmdb.h | 4 ++--
2 files changed, 19 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 f9e417a2634a6681941772ed488ffaff47f33a4c (commit)
via b86f08e9d6f083d20c81054e2fff0d54695a4a2e (commit)
from 632b6e00eb3d18191d420c015eec7dcfcb5457a4 (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 f9e417a2634a6681941772ed488ffaff47f33a4c
Merge: 632b6e0 b86f08e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Oct 21 11:03:27 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 12 ++++++++++++
libraries/liblmdb/mdb.c | 10 ++++++++++
2 files changed, 22 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_5 has been updated
via 015fd9ce527a4080ccfd8a046dd22948f6be0b0c (commit)
via b86f08e9d6f083d20c81054e2fff0d54695a4a2e (commit)
via 30e1c38f80224eea03f29adaedcaef229044eb85 (commit)
via dddc7a385ba4951c11e1c8405ccf002b6a75a53d (commit)
from 38ea2f45dd95a8521aa2591cdff4b43dc5989992 (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 015fd9ce527a4080ccfd8a046dd22948f6be0b0c
Merge: 30e1c38 b86f08e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Oct 21 11:02:35 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
commit 30e1c38f80224eea03f29adaedcaef229044eb85
Merge: 38ea2f4 dddc7a3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Oct 18 13:38:46 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 12 ++++++++++++
libraries/liblmdb/mdb.c | 12 +++++++++++-
2 files changed, 23 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 fe49824f83bb0f2dd2f543c26f186b516c1d75bd (commit)
via b86f08e9d6f083d20c81054e2fff0d54695a4a2e (commit)
from afbd74c4de0dd14a7fbdf986c0aad2f0ed6e130a (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 fe49824f83bb0f2dd2f543c26f186b516c1d75bd
Merge: afbd74c b86f08e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Oct 21 11:02:23 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 12 ++++++++++++
libraries/liblmdb/mdb.c | 10 ++++++++++
2 files changed, 22 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, mdb.master has been updated
via b86f08e9d6f083d20c81054e2fff0d54695a4a2e (commit)
from dddc7a385ba4951c11e1c8405ccf002b6a75a53d (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 b86f08e9d6f083d20c81054e2fff0d54695a4a2e
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Oct 21 10:29:38 2013 -0700
Add mdb_env_get_fd()
Return the environment's filedescriptor. Useful when the caller
is doing their own locking.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 12 ++++++++++++
libraries/liblmdb/mdb.c | 10 ++++++++++
2 files changed, 22 insertions(+), 0 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 c7122b9b04c72b60bb00b00dde8492a42f75d479 (commit)
from 8ce79f875656eb62f62dac090acc69b8eb1dba36 (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 c7122b9b04c72b60bb00b00dde8492a42f75d479
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sat Oct 19 12:49:42 2013 -0500
FC-73 - Add debug mode for Ant admin scripts
-----------------------------------------------------------------------
Summary of changes:
build.xml | 3 +
ivy.xml | 1 +
ldap/setup/demo-fortressproject-users.xml | 2 +-
pom.xml | 406 ++++++++++----------
.../us/jts/fortress/rbac/FortressAntLoadTest.java | 46 ++-
5 files changed, 253 insertions(+), 205 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 8ce79f875656eb62f62dac090acc69b8eb1dba36 (commit)
from 81e851d4506396e574627d87763ebd44dd6a3fad (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 8ce79f875656eb62f62dac090acc69b8eb1dba36
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sat Oct 19 12:47:25 2013 -0500
FC-75 - Make jpgphoto xmltransient
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/User.java | 7 ++++---
1 files changed, 4 insertions(+), 3 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 81e851d4506396e574627d87763ebd44dd6a3fad (commit)
from 11100318b5d90505baf412714c0e2999a69a0051 (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 81e851d4506396e574627d87763ebd44dd6a3fad
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sat Oct 19 11:56:07 2013 -0500
FC-74 - Pass warning in session for role constraint violations
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/Warning.java | 141 +++++++++++++++++++++++
1 files changed, 141 insertions(+), 0 deletions(-)
create mode 100644 src/main/java/us/jts/fortress/rbac/Warning.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 11100318b5d90505baf412714c0e2999a69a0051 (commit)
from 0491e93b7bbc76faef2f843ba56f2e98d9cbd22f (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 11100318b5d90505baf412714c0e2999a69a0051
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sat Oct 19 11:55:14 2013 -0500
FC-74 - Pass warnings in session for role constraint and pw policy violations
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/ObjectFactory.java | 41 +++++++++-----------
.../jts/fortress/cli/CommandLineInterpreter.java | 2 +-
.../fortress/ldap/openldap/OLPWControlImpl.java | 25 ++++++------
src/main/java/us/jts/fortress/rbac/DSDChecker.java | 4 ++
.../java/us/jts/fortress/rbac/GlobalPwMsgIds.java | 10 +++++
src/main/java/us/jts/fortress/rbac/PwMessage.java | 9 +++-
src/main/java/us/jts/fortress/rbac/Session.java | 37 ++++++++++++++++--
.../us/jts/fortress/rbac/dao/apache/UserDAO.java | 21 ++--------
.../jts/fortress/rbac/dao/unboundid/UserDAO.java | 24 ++++--------
src/main/java/us/jts/fortress/util/time/CUtil.java | 14 +++++--
.../java/us/jts/fortress/AccessMgrConsole.java | 2 +-
.../us/jts/fortress/samples/AccessMgrSample.java | 2 +-
12 files changed, 111 insertions(+), 80 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, OPENLDAP_REL_ENG_2_4 has been updated
via 632b6e00eb3d18191d420c015eec7dcfcb5457a4 (commit)
via dddc7a385ba4951c11e1c8405ccf002b6a75a53d (commit)
from 8ac780a54e6374b23b2f35fedebe4d26c5f451fc (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 632b6e00eb3d18191d420c015eec7dcfcb5457a4
Merge: 8ac780a dddc7a3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Oct 18 13:38:24 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/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 afbd74c4de0dd14a7fbdf986c0aad2f0ed6e130a (commit)
via dddc7a385ba4951c11e1c8405ccf002b6a75a53d (commit)
from 80d8c56afd89dc5c3fbae5fa68b0b670a93aec8c (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 afbd74c4de0dd14a7fbdf986c0aad2f0ed6e130a
Merge: 80d8c56 dddc7a3
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 18 13:36:47 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/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-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 0491e93b7bbc76faef2f843ba56f2e98d9cbd22f (commit)
from aaa538f8db00d5a047dd40e49c5fdfeb8c885ba0 (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 0491e93b7bbc76faef2f843ba56f2e98d9cbd22f
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Thu Oct 17 19:02:41 2013 -0500
FC-73 - Verify load data perms using junit
-----------------------------------------------------------------------
Summary of changes:
.../java/us/jts/fortress/ant/FortressAntTask.java | 18 +-
.../us/jts/fortress/rbac/FortressAntLoadTest.java | 349 ++++++++++++++++++++
.../us/jts/fortress/rbac/ReviewMgrAntTest.java | 307 -----------------
.../java/us/jts/fortress/rbac/UserTestData.java | 29 ++
4 files changed, 382 insertions(+), 321 deletions(-)
create mode 100644 src/test/java/us/jts/fortress/rbac/FortressAntLoadTest.java
delete mode 100644 src/test/java/us/jts/fortress/rbac/ReviewMgrAntTest.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 aaa538f8db00d5a047dd40e49c5fdfeb8c885ba0 (commit)
from 270483536df669c997b082cd549f02423d31f9a7 (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 aaa538f8db00d5a047dd40e49c5fdfeb8c885ba0
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Thu Oct 17 09:45:29 2013 -0500
FC-73 - Add debug mode for Ant admin scripts
-----------------------------------------------------------------------
Summary of changes:
build.xml | 1 +
.../java/us/jts/fortress/ant/FortressAntTask.java | 435 +++++++++++---------
src/main/java/us/jts/fortress/util/Testable.java | 13 +
.../us/jts/fortress/rbac/ReviewMgrAntTest.java | 307 ++++++++++++++
4 files changed, 557 insertions(+), 199 deletions(-)
create mode 100644 src/main/java/us/jts/fortress/util/Testable.java
create mode 100644 src/test/java/us/jts/fortress/rbac/ReviewMgrAntTest.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, mdb.master has been updated
via dddc7a385ba4951c11e1c8405ccf002b6a75a53d (commit)
from ab9b08f8af70b8ce7bcc9cd28f9704f1f4542320 (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 dddc7a385ba4951c11e1c8405ccf002b6a75a53d
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Oct 14 09:47:26 2013 -0700
Fix 01dfb2083dd690707a062cabb03801bfad1a6859
USE_POSIX_SEM must define USE_HASH
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/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, OPENLDAP_REL_ENG_2_4 has been updated
via 8ac780a54e6374b23b2f35fedebe4d26c5f451fc (commit)
via ec60831827cf3dfefae12be21673b8b41a0965f2 (commit)
from f0dba14c86f72e1e73e66b1ea3fd44096e3fab99 (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 8ac780a54e6374b23b2f35fedebe4d26c5f451fc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Oct 14 09:29:35 2013 -0700
ITS#7725
commit ec60831827cf3dfefae12be21673b8b41a0965f2
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Oct 12 16:25:33 2013 -0700
ITS#7725 add nordahead envflag
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
doc/man/man5/slapd-mdb.5 | 10 +++++++++-
servers/slapd/back-mdb/config.c | 1 +
3 files changed, 11 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, OPENLDAP_REL_ENG_2_5 has been updated
via 38ea2f45dd95a8521aa2591cdff4b43dc5989992 (commit)
from 976edc31dbd05950cc39a0d6fc15fc094274a6ac (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 38ea2f45dd95a8521aa2591cdff4b43dc5989992
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Oct 12 16:25:33 2013 -0700
ITS#7725 add nordahead envflag
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-mdb.5 | 10 +++++++++-
servers/slapd/back-mdb/config.c | 1 +
2 files changed, 10 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, OPENLDAP_REL_ENG_2_4 has been updated
via f0dba14c86f72e1e73e66b1ea3fd44096e3fab99 (commit)
via 1c95590e70d738775357b6bce85fa196632f7d55 (commit)
from a3962928cc884fa3a6714c80c32f5654e03256e1 (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 f0dba14c86f72e1e73e66b1ea3fd44096e3fab99
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Oct 14 09:21:20 2013 -0700
ITS#7692
commit 1c95590e70d738775357b6bce85fa196632f7d55
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Oct 12 15:30:05 2013 -0700
ITS#7692 no-op if target entry doesn't exist
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/constraint.c | 4 ++++
2 files changed, 5 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git