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