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 5b89b4732110734f132b92eb55a2d31935371171 (commit)
from 9f227f7661ca5d6c453aa6eaf9caec43081c4b0b (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 5b89b4732110734f132b92eb55a2d31935371171
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Feb 11 13:50:02 2013 -0800
ITS#7523
Document valsort control
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapo-valsort.5 | 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 557ff7e3ed14aa9f3ca7ed92d11df96df873dec9 (commit)
from a79e69f0ed83ecc6d0a007cb3c341078da68996d (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 557ff7e3ed14aa9f3ca7ed92d11df96df873dec9
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Feb 10 15:59:14 2013 -0600
Cleanup generics
-----------------------------------------------------------------------
Summary of changes:
.../java/us/jts/fortress/rbac/AdminRoleUtil.java | 10 ++--
src/main/java/us/jts/fortress/rbac/HierUtil.java | 75 +++++++++-----------
src/main/java/us/jts/fortress/rbac/PsoUtil.java | 10 ++--
src/main/java/us/jts/fortress/rbac/RoleUtil.java | 10 ++--
src/main/java/us/jts/fortress/rbac/UsoUtil.java | 10 ++--
5 files changed, 53 insertions(+), 62 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 9f227f7661ca5d6c453aa6eaf9caec43081c4b0b (commit)
from 5c91a2727749e1c568a374edc585e4a6a978b216 (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 9f227f7661ca5d6c453aa6eaf9caec43081c4b0b
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 10 00:17:51 2013 +0000
More for dn2id_upgrade
handle 0-length suffix
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.c | 30 ++++++++++++++++++------------
1 files changed, 18 insertions(+), 12 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 5c91a2727749e1c568a374edc585e4a6a978b216 (commit)
from 2bbee4bb2356961c43d302e99b2d2dedc014135f (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 5c91a2727749e1c568a374edc585e4a6a978b216
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 9 19:50:08 2013 +0000
Add error checks to prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.c | 67 ++++++++++++++++++++++++++++++++++++++-
1 files changed, 65 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 2bbee4bb2356961c43d302e99b2d2dedc014135f (commit)
from 9ac070beb39ea164633914151f1c1a159d870730 (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 2bbee4bb2356961c43d302e99b2d2dedc014135f
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 9 19:38:42 2013 +0000
Add mdb_dn2id_upgrade
Check if upgrade is needed in mdb_db_open()
Run from tool_reindex. Upgrade must not be interrupted.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/back-mdb.h | 1 +
servers/slapd/back-mdb/init.c | 35 +++++++++-
servers/slapd/back-mdb/tools.c | 142 +++++++++++++++++++++++++++++++++++++
3 files changed, 176 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 9ac070beb39ea164633914151f1c1a159d870730 (commit)
via 65c053a6e7f6973c1d09710aa1bd57b218206fcb (commit)
via e0eb495fb3c0909b341803c98ac2c78ac39f1f5b (commit)
via 744e31193913d117a68414fe163c9038a78edde2 (commit)
via 48dc782ea612f85e8356a50bfbafe22e5be121cf (commit)
from 853b9d1335d27e280751e9cfb8ca6b5356ffec73 (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 9ac070beb39ea164633914151f1c1a159d870730
Merge: 853b9d1 65c053a
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 7 18:30:58 2013 +0000
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 19 ++++++++++++++-----
1 files changed, 14 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 853b9d1335d27e280751e9cfb8ca6b5356ffec73 (commit)
from 1c99711ede25860b24750aab9c529a49c53756ae (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 853b9d1335d27e280751e9cfb8ca6b5356ffec73
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 7 18:23:25 2013 +0000
ITS#6365 wait for read locks in tool mode
Fix commit e5b96f2c764f2ca8106560a9e46d3a9880cc2a12
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/init.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 65c053a6e7f6973c1d09710aa1bd57b218206fcb (commit)
from e0eb495fb3c0909b341803c98ac2c78ac39f1f5b (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 65c053a6e7f6973c1d09710aa1bd57b218206fcb
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Feb 7 08:17:30 2013 +0100
ITS#7512 Fix MDB page leak when malloc error.
mdb_page_alloc(): Delay moving me_pgfirst,me_pglast
until malloc(MDB_oldpages to hold the IDs) succeeds.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 13 +++++++++----
1 files changed, 9 insertions(+), 4 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 1c99711ede25860b24750aab9c529a49c53756ae (commit)
from 33c98df18e5002696328fa44cfe92c7989acebbc (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 1c99711ede25860b24750aab9c529a49c53756ae
Author: Ted C. Cheng <tedcheng(a)symas.com>
Date: Mon Feb 4 16:39:50 2013 -0800
ITS#7518 1. Sync'ed up with nss-pam-ldapd 0.8.11 * added nssov_config support * added password_prohibit_message, similar to PADL * self-password-changes are made as user identities; root changing user passwords as nssov-pam-pwdmgr-dn 2. Fixed a bug that connection DN was not constructed correctly 3. Fixed a service crash issue when protocol value is NULL 4. Added more debugging msgs. 4. added rights info
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/nssov/nssov.c | 81 ++++++++-
contrib/slapd-modules/nssov/nssov.h | 4 +
contrib/slapd-modules/nssov/pam.c | 281 +++++++++++++++++++++++------
contrib/slapd-modules/nssov/service.c | 2 +-
contrib/slapd-modules/nssov/slapo-nssov.5 | 26 ++--
5 files changed, 314 insertions(+), 80 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 e0eb495fb3c0909b341803c98ac2c78ac39f1f5b (commit)
via 744e31193913d117a68414fe163c9038a78edde2 (commit)
from 48dc782ea612f85e8356a50bfbafe22e5be121cf (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 e0eb495fb3c0909b341803c98ac2c78ac39f1f5b
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Feb 4 10:53:17 2013 -0800
Revert "ITS#7515 fix mdb_dbi_open/close"
This reverts commit 48dc782ea612f85e8356a50bfbafe22e5be121cf.
commit 744e31193913d117a68414fe163c9038a78edde2
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Feb 1 06:19:23 2013 -0800
NULL key is allowed for MDB_CURRENT
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 19 ++++++++-----------
1 files changed, 8 insertions(+), 11 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 1123e37936184cfbedd73654c1720285e4e44ec5 (commit)
via 177ec8d8836093f19cc1f599d83e5db2b9f65566 (commit)
from a25d8cccf8fe2a544700d38477d7be6f04fb4085 (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 1123e37936184cfbedd73654c1720285e4e44ec5
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 2 05:31:39 2013 -0800
More explicit logging if mdb_txn_commit fails
Change LDAP_DEBUG_TRACE to LDAP_DEBUG_ANY.
Add log msg if it wasn't being logged before.
commit 177ec8d8836093f19cc1f599d83e5db2b9f65566
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Thu Jan 31 14:19:39 2013 +0100
Add some simple checks for certificate directories/files
-----------------------------------------------------------------------
Summary of changes:
contrib/ldapc++/src/TlsOptions.cpp | 42 ++++++++++++++++++++++++++++++++++++
servers/slapd/back-mdb/add.c | 2 +-
servers/slapd/back-mdb/config.c | 7 +++++-
servers/slapd/back-mdb/delete.c | 2 +-
servers/slapd/back-mdb/init.c | 4 +++
servers/slapd/back-mdb/modify.c | 2 +-
servers/slapd/back-mdb/modrdn.c | 2 +-
servers/slapd/back-mdb/tools.c | 8 ++++++-
8 files changed, 63 insertions(+), 6 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 33c98df18e5002696328fa44cfe92c7989acebbc (commit)
from bc4e47a5a424de154c6a99c9313ccef7532f5ef8 (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 33c98df18e5002696328fa44cfe92c7989acebbc
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 2 05:31:39 2013 -0800
More explicit logging if mdb_txn_commit fails
Change LDAP_DEBUG_TRACE to LDAP_DEBUG_ANY.
Add log msg if it wasn't being logged before.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/add.c | 2 +-
servers/slapd/back-mdb/config.c | 7 ++++++-
servers/slapd/back-mdb/delete.c | 2 +-
servers/slapd/back-mdb/init.c | 4 ++++
servers/slapd/back-mdb/modify.c | 2 +-
servers/slapd/back-mdb/modrdn.c | 2 +-
servers/slapd/back-mdb/tools.c | 8 +++++++-
7 files changed, 21 insertions(+), 6 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 48dc782ea612f85e8356a50bfbafe22e5be121cf (commit)
from 27aaecc744955d08d2bfe7a3ca786d742267c5bd (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 48dc782ea612f85e8356a50bfbafe22e5be121cf
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Jan 31 20:05:48 2013 -0800
ITS#7515 fix mdb_dbi_open/close
If a DBI handle is opened by a txn that aborts, the DBI handle
should no longer be valid.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 13 ++++++++++---
1 files changed, 10 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 a25d8cccf8fe2a544700d38477d7be6f04fb4085 (commit)
via 2c264be2c2eaae1c15d947373543ab0e4a7058d9 (commit)
via 27aaecc744955d08d2bfe7a3ca786d742267c5bd (commit)
via 9fa0c3bf31f256bac8643980c97b7696a3947806 (commit)
via 0b8ac92b7ad37a49db2008f3a46052f0cdc7b8bf (commit)
from 7a90776bb91911349c7df8c658e416241ec9119e (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 a25d8cccf8fe2a544700d38477d7be6f04fb4085
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 16:47:40 2013 -0800
ITS#7505
commit 2c264be2c2eaae1c15d947373543ab0e4a7058d9
Merge: 7a90776 27aaecc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 16:47:15 2013 -0800
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
libraries/liblmdb/mdb.c | 105 +++++++++++++++++++++++++++++++++++------------
2 files changed, 79 insertions(+), 27 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 bc4e47a5a424de154c6a99c9313ccef7532f5ef8 (commit)
via 27aaecc744955d08d2bfe7a3ca786d742267c5bd (commit)
via 9fa0c3bf31f256bac8643980c97b7696a3947806 (commit)
via 0b8ac92b7ad37a49db2008f3a46052f0cdc7b8bf (commit)
from de4de15a3f3e6eeb9c009ec8eff8655e0ea171d9 (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 bc4e47a5a424de154c6a99c9313ccef7532f5ef8
Merge: de4de15 27aaecc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 16:46:55 2013 -0800
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 105 +++++++++++++++++++++++++++++++++++------------
1 files changed, 78 insertions(+), 27 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 de4de15a3f3e6eeb9c009ec8eff8655e0ea171d9 (commit)
from a8352c03b374125fcbcfdc4297060f9fc6f29bb7 (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 de4de15a3f3e6eeb9c009ec8eff8655e0ea171d9
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Thu Jan 31 14:19:39 2013 +0100
Add some simple checks for certificate directories/files
-----------------------------------------------------------------------
Summary of changes:
contrib/ldapc++/src/TlsOptions.cpp | 42 ++++++++++++++++++++++++++++++++++++
1 files changed, 42 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 7a90776bb91911349c7df8c658e416241ec9119e (commit)
from fef2a151f5c974cc8e81896ea2a519c09178d21e (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 7a90776bb91911349c7df8c658e416241ec9119e
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 29 17:15:09 2013 -0800
ITS#7473 fix b1a6f6980f2e5f17a39527069b27dfdc5ee73f8a
uninit'd size in dn2id_walk, bogus pagedresults
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 1 +
servers/slapd/back-mdb/search.c | 1 +
2 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, master has been updated
via a8352c03b374125fcbcfdc4297060f9fc6f29bb7 (commit)
from d235778c71a50da91741b8b17c572a44b143831b (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 a8352c03b374125fcbcfdc4297060f9fc6f29bb7
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 29 17:15:09 2013 -0800
ITS#7473 fix b1a6f6980f2e5f17a39527069b27dfdc5ee73f8a
uninit'd size in dn2id_walk, bogus pagedresults
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 1 +
servers/slapd/back-mdb/search.c | 1 +
2 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 27aaecc744955d08d2bfe7a3ca786d742267c5bd (commit)
from 9fa0c3bf31f256bac8643980c97b7696a3947806 (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 27aaecc744955d08d2bfe7a3ca786d742267c5bd
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 28 18:45:36 2013 -0800
ITS#7511 make sure cursor is marked valid after successful put
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 9 +++++++--
1 files changed, 7 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 9fa0c3bf31f256bac8643980c97b7696a3947806 (commit)
from 0b8ac92b7ad37a49db2008f3a46052f0cdc7b8bf (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 9fa0c3bf31f256bac8643980c97b7696a3947806
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 29 01:08:24 2013 +0000
ITS#7505 fix prev commit, partial revert
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.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 (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via fef2a151f5c974cc8e81896ea2a519c09178d21e (commit)
from 4dd295da5ab4bf52f6e4428b2b2f0fa8a212d76a (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 fef2a151f5c974cc8e81896ea2a519c09178d21e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Jan 28 14:25:02 2013 +0100
ITS#7473 Sort some test041-aci LDIF output if MDB
-----------------------------------------------------------------------
Summary of changes:
tests/scripts/test041-aci | 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 (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via 4dd295da5ab4bf52f6e4428b2b2f0fa8a212d76a (commit)
via 24bebf36943afff95e77ca92ffe4964470d452bc (commit)
from c6a97c39865bce8a407996d7585aa85915dbaad4 (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 4dd295da5ab4bf52f6e4428b2b2f0fa8a212d76a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 28 09:21:36 2013 -0800
ITS#6164
commit 24bebf36943afff95e77ca92ffe4964470d452bc
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 9 01:57:48 2013 -0800
ITS#6164 avoid conn->c_mutex in send_ldap_ber
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/result.c | 18 +-----------------
2 files changed, 2 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 d235778c71a50da91741b8b17c572a44b143831b (commit)
from ee12abc425d57369cfb1897e986a7c35fc3a3984 (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 d235778c71a50da91741b8b17c572a44b143831b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Jan 28 14:25:02 2013 +0100
ITS#7473 Sort some test041-aci LDIF output if MDB
-----------------------------------------------------------------------
Summary of changes:
tests/scripts/test041-aci | 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 (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 0b8ac92b7ad37a49db2008f3a46052f0cdc7b8bf (commit)
from cfedb365b4a2a90111810a7918d58aa679adb99c (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 0b8ac92b7ad37a49db2008f3a46052f0cdc7b8bf
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jan 27 17:55:21 2013 +0000
ITS#7505 Fix mdb_update_key when key is too big
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 98 ++++++++++++++++++++++++++++++++++------------
1 files changed, 72 insertions(+), 26 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 a79e69f0ed83ecc6d0a007cb3c341078da68996d (commit)
from dd7e3df55e76b62e4cb9ba8867bb6fe2fa45edc6 (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 a79e69f0ed83ecc6d0a007cb3c341078da68996d
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jan 27 11:05:37 2013 -0600
RC23 - Additional user attributes for SCIM
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/AdminMgr.java | 4 +
src/main/java/us/jts/fortress/cli/Options.java | 16 ++++
src/main/java/us/jts/fortress/cli/package.html | 4 +
.../java/us/jts/fortress/rbac/AdminMgrImpl.java | 2 +
src/main/java/us/jts/fortress/rbac/User.java | 48 ++++++++++++
src/main/java/us/jts/fortress/rbac/UserDAO.java | 25 ++++++-
.../us/jts/fortress/rest/AdminMgrRestImpl.java | 2 +
.../java/us/jts/fortress/rbac/UserTestData.java | 81 +++++++++++++++++++-
8 files changed, 178 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git