A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated
via 5c898278174a141008d31ca3ed11ff745e487912 (commit)
via 1693012d57f8fa3d0b383290dcad8d23aa690862 (commit)
via f46b642b068bc5d93c16a427d60b3f6e6892f99a (commit)
via dce0911b17beb16bcb44c86cc75a071cb6dfed3d (commit)
via 2072ae6a3b9c8431965a751f9952b23a55e7a419 (commit)
from b0032feb85352d794f4fb318e63195589bdaafc7 (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 5c898278174a141008d31ca3ed11ff745e487912
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Apr 14 20:25:51 2015 +0200
Cleanup mtest* and sample-*.
Fix mdb_txn_begin(&read-only txn) calls. Test mdb_env_set_maxreaders().
Rename DBI open/close functions. Move mdb_dbi_close() out of txn.
commit 1693012d57f8fa3d0b383290dcad8d23aa690862
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Apr 14 20:24:30 2015 +0200
Reformat mdb_dbi_open() doc for clarity
commit f46b642b068bc5d93c16a427d60b3f6e6892f99a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Apr 8 21:47:24 2015 +0200
mdb_txn_renew(): Clear error from previous txn
commit dce0911b17beb16bcb44c86cc75a071cb6dfed3d
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Mar 18 19:26:21 2015 +0000
ITS#8062 fix uninit'd cursor index
commit 2072ae6a3b9c8431965a751f9952b23a55e7a419
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 27 06:10:57 2015 +0100
Fix EACCES description
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 16 +++++++++-------
libraries/liblmdb/mdb.c | 2 ++
libraries/liblmdb/mtest.c | 12 +++++++-----
libraries/liblmdb/mtest2.c | 13 +++++++------
libraries/liblmdb/mtest3.c | 12 ++++++------
libraries/liblmdb/mtest4.c | 12 ++++++------
libraries/liblmdb/mtest5.c | 12 ++++++------
libraries/liblmdb/mtest6.c | 9 +++++----
libraries/liblmdb/sample-mdb.txt | 4 ++--
9 files changed, 50 insertions(+), 42 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 d281bd3dbad29899aa8ce8c574a97ccc49dd3881 (commit)
from 537887736195c75f4d3472e984c0a461929d4e7a (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 d281bd3dbad29899aa8ce8c574a97ccc49dd3881
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 17 13:19:30 2015 -0500
ITS#8097
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
1 file changed, 1 insertion(+)
---
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 537887736195c75f4d3472e984c0a461929d4e7a (commit)
via 99e6232914e3cfd8323c70d9505181d1d03e965a (commit)
via b7cb27a56cba5dfe128a8ee049ffde7e365595ef (commit)
from fd03ec0f6d21ef51e7c4668de2096b8294a818a5 (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 537887736195c75f4d3472e984c0a461929d4e7a
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Mon Mar 23 18:57:39 2015 -0700
ITS#8097 nssov: clean up some compiler warnings
commit 99e6232914e3cfd8323c70d9505181d1d03e965a
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Wed Jan 7 07:46:53 2015 -0800
ITS#8097 nssov: update to protocol version 2
This updates nssov for the protocol changes in nss-pam-ldapd commits
5f55781 and 6a74d8d. The protocol was changed to network byte order,
uid_t and gid_t were changed to int32_t, and the READ_TYPE and
WRITE_TYPE macros were removed. The PAM protocol was restructured to
drop the DN field and to use a common basic set of fields for all
requests.
commit b7cb27a56cba5dfe128a8ee049ffde7e365595ef
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Wed Jan 7 07:45:23 2015 -0800
ITS#8097 nssov: update nss-pam-ldapd files to 0.9.4
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/nssov/ether.c | 6 +-
contrib/slapd-modules/nssov/group.c | 4 +-
contrib/slapd-modules/nssov/host.c | 2 +-
contrib/slapd-modules/nssov/network.c | 2 +-
contrib/slapd-modules/nssov/nss-pam-ldapd/README | 4 +-
contrib/slapd-modules/nssov/nss-pam-ldapd/attrs.h | 24 +-
.../slapd-modules/nssov/nss-pam-ldapd/nslcd-prot.h | 453 ++++++++++----------
contrib/slapd-modules/nssov/nss-pam-ldapd/nslcd.h | 220 ++++++----
contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c | 382 ++++++++---------
contrib/slapd-modules/nssov/nss-pam-ldapd/tio.h | 16 +-
contrib/slapd-modules/nssov/nssov.c | 41 +-
contrib/slapd-modules/nssov/nssov.h | 65 +--
contrib/slapd-modules/nssov/pam.c | 235 +++++-----
contrib/slapd-modules/nssov/passwd.c | 7 +-
contrib/slapd-modules/nssov/protocol.c | 4 +-
contrib/slapd-modules/nssov/rpc.c | 2 +-
contrib/slapd-modules/nssov/service.c | 4 +-
17 files changed, 765 insertions(+), 706 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 a2d2be03be17c54642a94498719c5a55f5ca1117 (commit)
via 1d8fc250a5906ff6a68c75e06e6c44ae4617d4c3 (commit)
via 27a4cfea51def69831647a3b202e1f2a55c4eb08 (commit)
from 573a6823f25f1b40d542baf6188db3ae2c5842a0 (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 a2d2be03be17c54642a94498719c5a55f5ca1117
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Mon Mar 23 18:57:39 2015 -0700
ITS#8097 nssov: clean up some compiler warnings
commit 1d8fc250a5906ff6a68c75e06e6c44ae4617d4c3
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Wed Jan 7 07:46:53 2015 -0800
ITS#8097 nssov: update to protocol version 2
This updates nssov for the protocol changes in nss-pam-ldapd commits
5f55781 and 6a74d8d. The protocol was changed to network byte order,
uid_t and gid_t were changed to int32_t, and the READ_TYPE and
WRITE_TYPE macros were removed. The PAM protocol was restructured to
drop the DN field and to use a common basic set of fields for all
requests.
commit 27a4cfea51def69831647a3b202e1f2a55c4eb08
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Wed Jan 7 07:45:23 2015 -0800
ITS#8097 nssov: update nss-pam-ldapd files to 0.9.4
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/nssov/ether.c | 6 +-
contrib/slapd-modules/nssov/group.c | 4 +-
contrib/slapd-modules/nssov/host.c | 2 +-
contrib/slapd-modules/nssov/network.c | 2 +-
contrib/slapd-modules/nssov/nss-pam-ldapd/README | 4 +-
contrib/slapd-modules/nssov/nss-pam-ldapd/attrs.h | 24 +-
.../slapd-modules/nssov/nss-pam-ldapd/nslcd-prot.h | 453 ++++++++++----------
contrib/slapd-modules/nssov/nss-pam-ldapd/nslcd.h | 220 ++++++----
contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c | 382 ++++++++---------
contrib/slapd-modules/nssov/nss-pam-ldapd/tio.h | 16 +-
contrib/slapd-modules/nssov/nssov.c | 41 +-
contrib/slapd-modules/nssov/nssov.h | 65 +--
contrib/slapd-modules/nssov/pam.c | 235 +++++-----
contrib/slapd-modules/nssov/passwd.c | 7 +-
contrib/slapd-modules/nssov/protocol.c | 4 +-
contrib/slapd-modules/nssov/rpc.c | 2 +-
contrib/slapd-modules/nssov/service.c | 4 +-
17 files changed, 765 insertions(+), 706 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 4c62fde880314f23871a68c8eabe8551a2aaf54b (commit)
from ccf4d8b385117aab1e30b46bfa0d887f621b9423 (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 4c62fde880314f23871a68c8eabe8551a2aaf54b
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Apr 17 18:32:54 2015 +0100
ITS#8106 retry writes on EINTR
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
---
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 fd03ec0f6d21ef51e7c4668de2096b8294a818a5 (commit)
from e1fdac9db59e4677b9a2403a072558bd89e44321 (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 fd03ec0f6d21ef51e7c4668de2096b8294a818a5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 16 20:28:33 2015 -0500
ITS#8103
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
1 file changed, 1 insertion(+)
---
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 e1fdac9db59e4677b9a2403a072558bd89e44321 (commit)
from 13e5b2f5ee0bd95b6d8063f89f28d5b75d4692b1 (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 e1fdac9db59e4677b9a2403a072558bd89e44321
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Apr 13 13:11:29 2015 -0700
ITS#8103 fix crash with more than 65535 aliases in a scope
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 6 ++++++
1 file changed, 6 insertions(+)
---
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 573a6823f25f1b40d542baf6188db3ae2c5842a0 (commit)
from 5132cd06cddf87041d999f94860379dc0044dc86 (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 573a6823f25f1b40d542baf6188db3ae2c5842a0
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Apr 13 13:11:29 2015 -0700
ITS#8103 fix crash with more than 65535 aliases in a scope
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 6 ++++++
1 file changed, 6 insertions(+)
---
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 13e5b2f5ee0bd95b6d8063f89f28d5b75d4692b1 (commit)
via d3c864d6038fd0623c003fbd3a1b7ce184a10017 (commit)
from 7acd20965cb8b464169390afe31f63114cabad63 (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 13e5b2f5ee0bd95b6d8063f89f28d5b75d4692b1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 16 15:11:53 2015 -0500
ITS#8105
commit d3c864d6038fd0623c003fbd3a1b7ce184a10017
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Wed Apr 15 08:53:39 2015 +0200
ITS#8105 back-perl: correctly convert perlModuleConfig
perlModuleConfig lines are not converted when using slaptest -f -F.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-perl/config.c | 3 +++
2 files changed, 4 insertions(+)
---
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 5132cd06cddf87041d999f94860379dc0044dc86 (commit)
from 4b5eda83f85dc6906ce8859ef22048eeaed7c64e (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 5132cd06cddf87041d999f94860379dc0044dc86
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Wed Apr 15 08:53:39 2015 +0200
ITS#8105 back-perl: correctly convert perlModuleConfig
perlModuleConfig lines are not converted when using slaptest -f -F.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-perl/config.c | 3 +++
1 file changed, 3 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git