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 c84ae5db07eeb5af0c42ff86c4aed5a1e1859abb (commit)
from 279594c22f0fcc077a9ec4d1031e10fe7e1548bf (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 c84ae5db07eeb5af0c42ff86c4aed5a1e1859abb
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Mar 25 15:18:17 2014 -0700
ITS#7827 slapacl requires a valid suffix
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/slapcommon.c | 10 +++++-----
1 files changed, 5 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 86d9675543b82856523826c5c16fde0f8dc2b745 (commit)
from 6bd34d0534f1c8bfd73deaf70febd3b58a2f9d5a (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 86d9675543b82856523826c5c16fde0f8dc2b745
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 23 13:06:03 2014 +0100
Revert "Update MDB_PANIC description" (thinko).
This reverts commit 6bd34d0534f1c8bfd73deaf70febd3b58a2f9d5a.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 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, mdb.master has been updated
via 6bd34d0534f1c8bfd73deaf70febd3b58a2f9d5a (commit)
via 1519f4bc3d105a5cbb7f1b624d8fd91e7d90c70e (commit)
from 2727e97de35320b0ac433ff2e811b9640bb66996 (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 6bd34d0534f1c8bfd73deaf70febd3b58a2f9d5a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Mar 22 22:27:10 2014 +0100
Update MDB_PANIC description
commit 1519f4bc3d105a5cbb7f1b624d8fd91e7d90c70e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Mar 22 22:27:10 2014 +0100
Tweak mdb_mid2l_insert() call from ITS#7775.
It does not return MDB error codes.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 6 +++---
2 files changed, 4 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 1da2b26e72827f4be4f564d89d63d76d7479ec96 (commit)
from 84c09fbb43b047f81dc6a6a3a05e6e4414109e47 (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 1da2b26e72827f4be4f564d89d63d76d7479ec96
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Thu Mar 20 19:57:15 2014 -0500
FC-106 - Warning class needs to implement Serializable
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/Warning.java | 3 ++-
1 files changed, 2 insertions(+), 1 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 279594c22f0fcc077a9ec4d1031e10fe7e1548bf (commit)
from 052aef59601068ccc63e403d84d70c0d5a6bc9ab (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 279594c22f0fcc077a9ec4d1031e10fe7e1548bf
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Mar 20 01:29:04 2014 -0700
Recommend mdb, deprecate BDB
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-bdb.5 | 7 ++++++-
doc/man/man5/slapd-mdb.5 | 6 ++----
2 files changed, 8 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 052aef59601068ccc63e403d84d70c0d5a6bc9ab (commit)
from bfbc6fe4a6e515189962aebba517138d909fbfed (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 052aef59601068ccc63e403d84d70c0d5a6bc9ab
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Mar 18 11:47:31 2014 -0700
ITS#7587 fix double-free
Related to bb3e14ddba025229816e0bc5bfd0228fbaed6985 (ITS#6254)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/translucent.c | 3 ++-
1 files changed, 2 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 bfbc6fe4a6e515189962aebba517138d909fbfed (commit)
via 2727e97de35320b0ac433ff2e811b9640bb66996 (commit)
via 68e97b2184063e91d62eed7d862d133f2e4ca314 (commit)
via 937b5eff07e30563a4b55fdde936191eb64f0f3b (commit)
via 86f8b203f5b3f293df28f12836f1d68d28a0c2ee (commit)
via 012d7b5de7b9942c29d0c849e8153b7b81b59082 (commit)
via 3e7c1bd4e22270d1b95fff572a7726983ca68e8d (commit)
via a22c31115f480eff906d51b53a998d269da83452 (commit)
via 684bb867ced9f0ccde0268b6a3e839ebcb00ff6b (commit)
via 4ddf2ec83176ef6f1d2db2eb95f1f931de25c81d (commit)
via 797ff136a8852d8301a946a2f29b2c34caa084d0 (commit)
via 0e7fba73b7e63a39fa62f532a289bef92069ba6e (commit)
via e2bdd44624a525d4847c22d7ebf1ea4d154ed734 (commit)
via a6049489930dccd7354b8b681fe3e754032edb02 (commit)
via 4e954f8ae83d5b39736bab2da0eaf2bdf5ee3961 (commit)
from 59688044386dfeee0c837a15133f4e878f1bb661 (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 bfbc6fe4a6e515189962aebba517138d909fbfed
Merge: 5968804 2727e97
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Mar 18 05:40:30 2014 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 7 +-
libraries/liblmdb/mdb.c | 322 +++++++++++++-------
libraries/liblmdb/mtest.c | 84 +++---
libraries/liblmdb/mtest2.c | 45 ++--
libraries/liblmdb/mtest3.c | 45 ++--
libraries/liblmdb/mtest4.c | 64 +++--
libraries/liblmdb/mtest5.c | 47 ++--
libraries/liblmdb/mtest6.c | 47 ++--
libraries/liblmdb/{sample-bdb.c => sample-bdb.txt} | 6 +-
libraries/liblmdb/{sample-mdb.c => sample-mdb.txt} | 6 +-
10 files changed, 407 insertions(+), 266 deletions(-)
rename libraries/liblmdb/{sample-bdb.c => sample-bdb.txt} (92%)
rename libraries/liblmdb/{sample-mdb.c => sample-mdb.txt} (90%)
---
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 59688044386dfeee0c837a15133f4e878f1bb661 (commit)
from 5f92a0bb167da197203ad9578c378b80daaaf790 (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 59688044386dfeee0c837a15133f4e878f1bb661
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Wed Nov 13 09:06:54 2013 +0100
ITS#7723 fix reference counting
-----------------------------------------------------------------------
Summary of changes:
libraries/librewrite/session.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, mdb.master has been updated
via 2727e97de35320b0ac433ff2e811b9640bb66996 (commit)
via 68e97b2184063e91d62eed7d862d133f2e4ca314 (commit)
via 937b5eff07e30563a4b55fdde936191eb64f0f3b (commit)
via 86f8b203f5b3f293df28f12836f1d68d28a0c2ee (commit)
via 012d7b5de7b9942c29d0c849e8153b7b81b59082 (commit)
via 3e7c1bd4e22270d1b95fff572a7726983ca68e8d (commit)
via a22c31115f480eff906d51b53a998d269da83452 (commit)
via 684bb867ced9f0ccde0268b6a3e839ebcb00ff6b (commit)
from 4ddf2ec83176ef6f1d2db2eb95f1f931de25c81d (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 2727e97de35320b0ac433ff2e811b9640bb66996
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:43 2014 +0100
mtest: Accept an MDB_NOTFOUND case
commit 68e97b2184063e91d62eed7d862d133f2e4ca314
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:43 2014 +0100
Handle more errors. Invalidate txn if needed.
commit 937b5eff07e30563a4b55fdde936191eb64f0f3b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
Don't use non-existent node info in branch/leaf2
commit 86f8b203f5b3f293df28f12836f1d68d28a0c2ee
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
Move code out of mdb_cursor_del0() and mdb_del().
Prepares for the next commits.
commit 012d7b5de7b9942c29d0c849e8153b7b81b59082
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
More checks for closed DBIs and invalidated txns.
Factor txn/DBI-checks out to TXN_DBI_EXIST().
mdb_audit(): Skip closed DBIs.
mdb_cursor_renew(), mdb_stat(): Check DBI and txn.
mdb_cursor_count(): Check txn.
mdb_dbi_flags(): Check DBI.
commit 3e7c1bd4e22270d1b95fff572a7726983ca68e8d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
mdb_page_list(): Support & display all page types
commit a22c31115f480eff906d51b53a998d269da83452
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
mdb_txn_renew0(): Fix un-mutexed me_flags update.
Replace env flag MDB_LIVE_READER with field me_live_reader.
commit 684bb867ced9f0ccde0268b6a3e839ebcb00ff6b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 16 12:42:42 2014 +0100
Doxygen fixes
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 5 +-
libraries/liblmdb/mdb.c | 291 +++++++++++++++++++++++++++++----------------
libraries/liblmdb/mtest.c | 17 +--
3 files changed, 198 insertions(+), 115 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 4ddf2ec83176ef6f1d2db2eb95f1f931de25c81d (commit)
from 797ff136a8852d8301a946a2f29b2c34caa084d0 (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 4ddf2ec83176ef6f1d2db2eb95f1f931de25c81d
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Mar 16 03:55:03 2014 -0700
Rename samples
They're meant to be read and studied, not run.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/{sample-bdb.c => sample-bdb.txt} | 4 ++--
libraries/liblmdb/{sample-mdb.c => sample-mdb.txt} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename libraries/liblmdb/{sample-bdb.c => sample-bdb.txt} (94%)
rename libraries/liblmdb/{sample-mdb.c => sample-mdb.txt} (94%)
---
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 797ff136a8852d8301a946a2f29b2c34caa084d0 (commit)
from 0e7fba73b7e63a39fa62f532a289bef92069ba6e (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 797ff136a8852d8301a946a2f29b2c34caa084d0
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Mar 5 20:40:12 2014 -0800
ITS#7815 more for page_split
This case didn't come up in testing. Needs finer grained test.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 8 +++++++-
1 files changed, 7 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 0e7fba73b7e63a39fa62f532a289bef92069ba6e (commit)
from e2bdd44624a525d4847c22d7ebf1ea4d154ed734 (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 0e7fba73b7e63a39fa62f532a289bef92069ba6e
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Mar 5 20:04:42 2014 -0800
ITS#7815 fix mdb_page_split
Was leaving cursor pointed at wrong page if the newindx was
in the right sibling page, and the parent was also split.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 +---
1 files changed, 1 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 5f92a0bb167da197203ad9578c378b80daaaf790 (commit)
from 5791cc46a4fc9cd6f0726113d97f33182db23808 (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 5f92a0bb167da197203ad9578c378b80daaaf790
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 28 12:52:39 2014 -0800
ITS#7803 reference slapd-config(5)
Also replace BDB example with LMDB
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/slapd.ldif | 10 +++++-----
1 files changed, 5 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 5791cc46a4fc9cd6f0726113d97f33182db23808 (commit)
from 5cab6b77e4080d55185beba322303633d2766033 (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 5791cc46a4fc9cd6f0726113d97f33182db23808
Author: Kevin H. Patterson <kevpatt(a)khptech.com>
Date: Wed Feb 26 13:08:24 2014 -0500
ITS#7806 fixed memory leak in LDAPAsynConnection.cpp
-----------------------------------------------------------------------
Summary of changes:
contrib/ldapc++/src/LDAPAsynConnection.cpp | 10 +++++++++-
1 files changed, 9 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 84c09fbb43b047f81dc6a6a3a05e6e4414109e47 (commit)
from 0d56dabfc52e254efc2a3bf41283f3d81d1aa931 (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 84c09fbb43b047f81dc6a6a3a05e6e4414109e47
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sat Feb 22 06:04:10 2014 -0600
FC-105 - RC35 Cleanup
-----------------------------------------------------------------------
Summary of changes:
build.properties | 10 +++++-----
ivy.xml | 8 +++-----
2 files changed, 8 insertions(+), 10 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 9e22d8f2cd5ed10cd1dd22acbd729a49e5ecc1ab (commit)
from 9d8f04eb8c46239b9cb9d4720a704fd9dd987458 (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 9e22d8f2cd5ed10cd1dd22acbd729a49e5ecc1ab
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 21 17:55:25 2014 -0600
Fix typo
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 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-Realm (openldap-fortress-realm.git) repository.
It will be available in the public mirror shortly.
The annotated tag, v1.0-RC35 has been created
at 4ff5ad732248092ca4655337cf909f1fdf08ad72 (tag)
tagging 63ff965902629b1e1e3bbc7d3ed363b8162dcb3d (commit)
replaces v1.0-RC34
tagged by Shawn McKinney
on Thu Feb 20 20:29:36 2014 -0600
- Log -----------------------------------------------------------------
Version 1.0 Release Candidate 35
Shawn McKinney (1):
SEN-13 - RC35 Release
-----------------------------------------------------------------------
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.git
A ref change was pushed to the OpenLDAP-Fortress-Realm (openldap-fortress-realm.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 63ff965902629b1e1e3bbc7d3ed363b8162dcb3d (commit)
from e8d7e81ad8f3eeaa82a6b154ec2113a297b0e66d (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 63ff965902629b1e1e3bbc7d3ed363b8162dcb3d
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Thu Feb 20 20:26:45 2014 -0600
SEN-13 - RC35 Release
-----------------------------------------------------------------------
Summary of changes:
build.properties | 2 +-
ivy.xml | 2 +-
pom.xml | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.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 annotated tag, v1.0-RC35 has been created
at 13d5ea6887f75fb711065902ff698271cd03b713 (tag)
tagging 0d56dabfc52e254efc2a3bf41283f3d81d1aa931 (commit)
replaces v1.0-RC34
tagged by Shawn McKinney
on Wed Feb 19 22:06:11 2014 -0600
- Log -----------------------------------------------------------------
Version 1.0 Release Candidate 35
Shawn McKinney (12):
FC-96 - RC34 Cleanup
FC-95 - PermDAO does not set DN on returned entity for Add/Update operations
FC-97 - Support 3 part domain component for suffix
FC-98 - Change ACL to disallow user from all but user password
FC-99 - Update comments on init-slapd ant target
FC-100 - Store JAXB context in cache
FC-101 - Integrate RBAC Accelerator Overlay
FC-102 - Normalize permission attributes
FC-101 - Integrate RBAC Accelerator Overlay
FC-102 - Normalize permission attributes
FC-103 - Fix parsing of Admin Role raw data
FC-104 - RC35 Release
-----------------------------------------------------------------------
---
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 0d56dabfc52e254efc2a3bf41283f3d81d1aa931 (commit)
from 8279434ff5e2f36983e5211f970be0d2e6f71754 (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 0d56dabfc52e254efc2a3bf41283f3d81d1aa931
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Wed Feb 19 22:05:43 2014 -0600
FC-104 - RC35 Release
-----------------------------------------------------------------------
Summary of changes:
build.properties | 2 +-
config/log4j.xml | 2 +-
ivy.xml | 2 ++
pom.xml | 2 +-
4 files changed, 5 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 8279434ff5e2f36983e5211f970be0d2e6f71754 (commit)
from 775d546c4829dee9900e20303e2915cd0fb9e535 (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 8279434ff5e2f36983e5211f970be0d2e6f71754
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Wed Feb 19 20:12:10 2014 -0600
FC-103 - Fix parsing of Admin Role raw data
-----------------------------------------------------------------------
Summary of changes:
.../java/us/jts/fortress/rbac/UserAdminRole.java | 41 ++++++++++++--------
1 files changed, 25 insertions(+), 16 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, mdb.master has been updated
via e2bdd44624a525d4847c22d7ebf1ea4d154ed734 (commit)
via a6049489930dccd7354b8b681fe3e754032edb02 (commit)
from 4e954f8ae83d5b39736bab2da0eaf2bdf5ee3961 (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 e2bdd44624a525d4847c22d7ebf1ea4d154ed734
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Feb 19 21:25:40 2014 +0100
mtest*.c, sample-*.c: Add/note error checks.
commit a6049489930dccd7354b8b681fe3e754032edb02
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Feb 19 21:25:40 2014 +0100
mtest[46]: Use different DBs when different flags.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mtest.c | 75 +++++++++++++++++++++------------------
libraries/liblmdb/mtest2.c | 45 ++++++++++++++----------
libraries/liblmdb/mtest3.c | 45 ++++++++++++++----------
libraries/liblmdb/mtest4.c | 64 +++++++++++++++++++---------------
libraries/liblmdb/mtest5.c | 47 ++++++++++++++-----------
libraries/liblmdb/mtest6.c | 47 ++++++++++++++-----------
libraries/liblmdb/sample-bdb.c | 2 +
libraries/liblmdb/sample-mdb.c | 2 +
8 files changed, 186 insertions(+), 141 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 775d546c4829dee9900e20303e2915cd0fb9e535 (commit)
from 1f822c1fdc6aeef9c40ffcc08cf87412014c57a4 (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 775d546c4829dee9900e20303e2915cd0fb9e535
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Wed Feb 19 14:37:32 2014 -0600
FC-102 - Normalize permission attributes
-----------------------------------------------------------------------
Summary of changes:
.../us/jts/fortress/rbac/AccessMgrImplTest.java | 4 ++--
.../us/jts/fortress/rbac/AuditMgrImplTest.java | 2 +-
.../java/us/jts/fortress/rbac/PermTestData.java | 4 ++--
3 files changed, 5 insertions(+), 5 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 1f822c1fdc6aeef9c40ffcc08cf87412014c57a4 (commit)
from 057e7904975e82fa9b1d45d0fb822824c78e49a8 (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 1f822c1fdc6aeef9c40ffcc08cf87412014c57a4
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Wed Feb 19 14:23:21 2014 -0600
FC-101 - Integrate RBAC Accelerator Overlay
-----------------------------------------------------------------------
Summary of changes:
ldap/schema/fortress.schema | 4 +-
ldap/schema/rbac.schema | 242 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 244 insertions(+), 2 deletions(-)
create mode 100644 ldap/schema/rbac.schema
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git