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 7965fe6dfe1fccce1fa2726a6df84b62a3cf8e09 (commit)
from 11c0753cd578955d351d7c5e30db461b43e3fde8 (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 7965fe6dfe1fccce1fa2726a6df84b62a3cf8e09
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Dec 10 14:26:07 2012 -0800
ITS#7308 contrib/slapd-modules: Add missing Makefiles
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/acl/Makefile | 50 +++++++++++++++++++++++++++
contrib/slapd-modules/acl/README | 5 ---
contrib/slapd-modules/acl/README.gssacl | 3 +-
contrib/slapd-modules/acl/README.posixgroup | 4 +--
contrib/slapd-modules/allop/Makefile | 46 ++++++++++++++++++++++++
contrib/slapd-modules/allop/README | 4 +--
contrib/slapd-modules/denyop/Makefile | 46 ++++++++++++++++++++++++
contrib/slapd-modules/dsaschema/Makefile | 46 ++++++++++++++++++++++++
contrib/slapd-modules/dsaschema/README | 4 +--
contrib/slapd-modules/kinit/Makefile | 46 ++++++++++++++++++++++++
contrib/slapd-modules/kinit/README | 2 +-
contrib/slapd-modules/lastmod/Makefile | 47 +++++++++++++++++++++++++
contrib/slapd-modules/trace/Makefile | 46 ++++++++++++++++++++++++
13 files changed, 332 insertions(+), 17 deletions(-)
create mode 100644 contrib/slapd-modules/acl/Makefile
delete mode 100644 contrib/slapd-modules/acl/README
create mode 100644 contrib/slapd-modules/allop/Makefile
create mode 100644 contrib/slapd-modules/denyop/Makefile
create mode 100644 contrib/slapd-modules/dsaschema/Makefile
create mode 100644 contrib/slapd-modules/kinit/Makefile
create mode 100644 contrib/slapd-modules/lastmod/Makefile
create mode 100644 contrib/slapd-modules/trace/Makefile
---
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 11c0753cd578955d351d7c5e30db461b43e3fde8 (commit)
via 0ce6bb4be0034120c850917bc4f59b4d4efc1432 (commit)
via aff2693fc0721df4ccb6ceb357f80501c413ed38 (commit)
via e26fc734177ccc4da91d6bf79035a9dda354784a (commit)
via 784757faa91b4570465e7fc6453305324e686a0a (commit)
from f9e9e0c9dd138b925ff581b6b9d7021e4a828416 (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 11c0753cd578955d351d7c5e30db461b43e3fde8
Merge: f9e9e0c 0ce6bb4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Dec 10 12:33:58 2012 -0800
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 40 +++++++++++++++++++++++++++-------------
libraries/liblmdb/mdb_stat.c | 20 ++++++++++++++++----
2 files changed, 43 insertions(+), 17 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 3bf87500a3a417d912ced6260464e709293098e5 (commit)
via 0ce6bb4be0034120c850917bc4f59b4d4efc1432 (commit)
via aff2693fc0721df4ccb6ceb357f80501c413ed38 (commit)
via e26fc734177ccc4da91d6bf79035a9dda354784a (commit)
from 6a9476822d509b95f64ed8d1b537c4579933d583 (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 3bf87500a3a417d912ced6260464e709293098e5
Merge: 6a94768 0ce6bb4
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 10 12:22:30 2012 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 40 +++++++++++++++++++++++++++-------------
libraries/liblmdb/mdb_stat.c | 16 ++++++++++++----
2 files changed, 39 insertions(+), 17 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 0ce6bb4be0034120c850917bc4f59b4d4efc1432 (commit)
via aff2693fc0721df4ccb6ceb357f80501c413ed38 (commit)
from e26fc734177ccc4da91d6bf79035a9dda354784a (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 0ce6bb4be0034120c850917bc4f59b4d4efc1432
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Dec 10 12:21:36 2012 -0800
Add error checks to txn_commit
These ops could fail if the map is full.
commit aff2693fc0721df4ccb6ceb357f80501c413ed38
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Dec 10 12:16:50 2012 -0800
ITS#7455 simplify
Don't try to reclaim overflow pages while operating on
the freelist (for now). The circular dependencies are much like
the single-page case, but worse. Maybe look into this in the
future, but it's not absolutely necessary now.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 40 +++++++++++++++++++++++++++-------------
1 files changed, 27 insertions(+), 13 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 branch, master has been updated
via 8c9be6ab60d88b1b2f026a5c42c437ed03efd6aa (commit)
from 2076243ea6e33a43faf1ca9d969c2e15ff3471d3 (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 8c9be6ab60d88b1b2f026a5c42c437ed03efd6aa
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Dec 9 12:32:15 2012 -0600
RC18 - EnMasse Demo
-----------------------------------------------------------------------
Summary of changes:
build.properties | 4 +++
build.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 66 insertions(+), 4 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 branch, master has been updated
via 1ab2a232da587951cf3db76e3bc0fc7507e8f64c (commit)
from f4d841cc8ccbfeff69e5b84b4fdc4b189e2eda95 (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 1ab2a232da587951cf3db76e3bc0fc7507e8f64c
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Dec 9 12:31:18 2012 -0600
RC18 - EnMasse Demo
-----------------------------------------------------------------------
Summary of changes:
build.xml | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 158 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 2076243ea6e33a43faf1ca9d969c2e15ff3471d3 (commit)
from a43bcdadbbf4ad8f89c7b6ca16dc44cc673ab3b0 (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 2076243ea6e33a43faf1ca9d969c2e15ff3471d3
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Dec 8 21:39:49 2012 -0600
RC18 - maven changes
-----------------------------------------------------------------------
Summary of changes:
build.xml | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----
buildWs.xml | 1 +
pom.xml | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 212 insertions(+), 7 deletions(-)
create mode 100644 pom.xml
---
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 branch, master has been updated
via f4d841cc8ccbfeff69e5b84b4fdc4b189e2eda95 (commit)
via fb0f8235dac521f4c532bb12022cb4093f19fb5c (commit)
from 68dd5938d49b24d655a6f25bc74c59fad12a1535 (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 f4d841cc8ccbfeff69e5b84b4fdc4b189e2eda95
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Dec 8 21:38:26 2012 -0600
RC18 increase max readers
commit fb0f8235dac521f4c532bb12022cb4093f19fb5c
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Dec 8 21:37:25 2012 -0600
RC18 maven changes
-----------------------------------------------------------------------
Summary of changes:
build.properties | 4 +-
build.xml | 3 +-
config/fortress.properties.src | 18 ++++++------
ivy.xml | 2 +
ldap/setup/FortressDemoUsers.xml | 4 ++-
ldap/setup/refreshLDAPData-src.xml | 2 +-
pom.xml | 29 ++++++++++++++++++++
.../com/jts/fortress/rbac/PwPolicyMgrImpl.java | 2 +-
.../com/jts/fortress/rest/PwPolicyMgrRestImpl.java | 2 +-
9 files changed, 50 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 e26fc734177ccc4da91d6bf79035a9dda354784a (commit)
from 784757faa91b4570465e7fc6453305324e686a0a (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 e26fc734177ccc4da91d6bf79035a9dda354784a
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Dec 7 13:19:36 2012 -0800
ITS#7467 add verbose freelist info
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_stat.c | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git