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 f5c0af56d605fdad778db1eecad2ef12ca03760b (commit)
via 7c65afc258e68b4c7ecce78bf8b668312c77af62 (commit)
via 2574e50bcf1c825a030a119ba39d45a55d568d30 (commit)
via e4c00ed5850b7368ae818192a2bc48b00ba784b8 (commit)
from 14689f14b3287b7387ab12dbe5031ddcf12902af (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 f5c0af56d605fdad778db1eecad2ef12ca03760b
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jan 18 13:45:38 2015 +0000
Plug unlikely memleak (coverity)
commit 7c65afc258e68b4c7ecce78bf8b668312c77af62
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 20:52:46 2015 +0000
Fix dangling lock (coverity)
commit 2574e50bcf1c825a030a119ba39d45a55d568d30
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jan 18 13:32:37 2015 +0000
minor cleanup (coverity)
commit e4c00ed5850b7368ae818192a2bc48b00ba784b8
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:47:18 2015 +0000
Fix potential null deref (coverity)
-----------------------------------------------------------------------
Summary of changes:
clients/tools/ldapexop.c | 2 +-
clients/tools/ldapurl.c | 1 +
libraries/libldap_r/tpool.c | 18 +++++++++++++-----
libraries/liblmdb/mdb.c | 10 ++++++----
libraries/librewrite/session.c | 7 ++++++-
libraries/librewrite/subst.c | 22 ++++++++++++++++++----
libraries/librewrite/xmap.c | 6 +++++-
7 files changed, 50 insertions(+), 16 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, RE24 has been created
at f5c0af56d605fdad778db1eecad2ef12ca03760b (commit)
- Log -----------------------------------------------------------------
commit f5c0af56d605fdad778db1eecad2ef12ca03760b
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jan 18 13:45:38 2015 +0000
Plug unlikely memleak (coverity)
commit 7c65afc258e68b4c7ecce78bf8b668312c77af62
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 20:52:46 2015 +0000
Fix dangling lock (coverity)
commit 2574e50bcf1c825a030a119ba39d45a55d568d30
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jan 18 13:32:37 2015 +0000
minor cleanup (coverity)
commit e4c00ed5850b7368ae818192a2bc48b00ba784b8
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:47:18 2015 +0000
Fix potential null deref (coverity)
-----------------------------------------------------------------------
---
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 b2ab9910dd5f13ca2d92eeb4c39a90b922df8dfe (commit)
from 404697b369bf6eacab02f68113eeafaaaef85d27 (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 b2ab9910dd5f13ca2d92eeb4c39a90b922df8dfe
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 17 06:32:12 2015 +0100
ITS#7971 Fix reader allocation and me_numreaders
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 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.RE/0.9 has been updated
via 6586299f551b58c87ffe45f80c3082b6e776d448 (commit)
via 8230b1b63003f5e4910948687c0ceba0bed1d624 (commit)
via 1e5d79831c8a7cb56115f76c492d1e18622f16b0 (commit)
from ea80418cfcf64f66768c80a52c24ffdee0d53436 (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 6586299f551b58c87ffe45f80c3082b6e776d448
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jan 15 07:19:30 2015 +0100
Restrictive mdb_copy file mode.
Copied from 58ddb5527bd4868bb7017cfe2051bc2e24bcf5a8.
commit 8230b1b63003f5e4910948687c0ceba0bed1d624
Author: leo(a)yuriev.ru <leo(a)yuriev.ru>
Date: Fri Oct 17 22:35:41 2014 +0000
ITS#7970 LMDB: Critical Heisenbug
Inconsistent reading & SIGSEGV due to the race condition.
commit 1e5d79831c8a7cb56115f76c492d1e18622f16b0
Author: leo(a)yuriev.ru <leo(a)yuriev.ru>
Date: Fri Oct 17 22:22:39 2014 +0000
ITS#7969 LMDB: volatile.
Globally shared fields of meta-data were not 'volatile'.
Code from 9a80a8a8e8feed56fbccd8851b8a789f7fff9c11,
except the unportable __synchronize().
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 17 ++++++++++-------
libraries/liblmdb/mdb_copy.c | 2 +-
2 files changed, 11 insertions(+), 8 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 7df548dc043e673dba1bb49c6c8174992f07d91a (commit)
via ea80418cfcf64f66768c80a52c24ffdee0d53436 (commit)
from 047f275987304398091a1fd99d165a1dc44ffb7f (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 7df548dc043e673dba1bb49c6c8174992f07d91a
Merge: 047f275 ea80418
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 21:46:57 2015 +0000
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 10 ++++++----
1 file changed, 6 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 047f275987304398091a1fd99d165a1dc44ffb7f (commit)
from 869324ff9f05fa5e1ba3c44cfdab98ab1721cc99 (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 047f275987304398091a1fd99d165a1dc44ffb7f
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 20:27:49 2015 +0000
Fix 0e66a3d1bf2b58cb4361ac1311c680f870d23f4c
clear rc, otherwise syncrepl stops
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 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, master has been updated
via 869324ff9f05fa5e1ba3c44cfdab98ab1721cc99 (commit)
via 30ae5fa2cfc209721125d03ce5be4223eb642f4a (commit)
via 59ee92213b77f8f8a990933b0500e8c5a9b702b2 (commit)
from fccca0ead9394c79aefc76413d7344ce34e6567c (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 869324ff9f05fa5e1ba3c44cfdab98ab1721cc99
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 19:05:17 2015 +0000
Fix typo in 45146ba21a9ee494e7058ca7a173fcc6b27df744
commit 30ae5fa2cfc209721125d03ce5be4223eb642f4a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 18:56:12 2015 +0000
GSER issuer quoting fix (coverity)
commit 59ee92213b77f8f8a990933b0500e8c5a9b702b2
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 17:47:44 2015 +0000
Minor cleanup (coverity)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-meta/search.c | 16 ++++------------
servers/slapd/back-sql/schema-map.c | 1 +
servers/slapd/schema_init.c | 5 ++++-
servers/slapd/slapcommon.c | 1 +
4 files changed, 10 insertions(+), 13 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 bc3dbcbde931f64e806517e7aac20b3f4ac51be3 (commit)
via c25208cd14895cdfe7a147de031afe3af5528922 (commit)
via 0677f67d2992c126d29fe1275d76aa2b3a36f63c (commit)
via 86d81fa1530098b7029fbff5d826c9567eb25125 (commit)
via e861305d502d848fe991d64b05be3250bf4e08b6 (commit)
via 0e5f63ae6dd7b763a1df7cae5935eba8779d0bfe (commit)
from 651804842f31260fe475aab1356e0d881106cb38 (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 bc3dbcbde931f64e806517e7aac20b3f4ac51be3
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 12:55:34 2015 +0000
Minor cleanup (coverity)
commit c25208cd14895cdfe7a147de031afe3af5528922
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 12:27:28 2015 +0000
Minor cleanup (coverity)
commit 0677f67d2992c126d29fe1275d76aa2b3a36f63c
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 12:23:19 2015 +0000
Minor cleanup (coverity)
commit 86d81fa1530098b7029fbff5d826c9567eb25125
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 12:16:24 2015 +0000
Minor cleanup (coverity)
commit e861305d502d848fe991d64b05be3250bf4e08b6
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 11:14:43 2015 +0000
Minor cleanup (coverity)
commit 0e5f63ae6dd7b763a1df7cae5935eba8779d0bfe
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 10:46:04 2015 +0000
Minor cleanup (coverity)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/tools.c | 10 +++++-----
servers/slapd/back-dnssrv/search.c | 2 +-
servers/slapd/back-ldap/bind.c | 2 +-
servers/slapd/back-ldap/distproc.c | 3 ++-
servers/slapd/back-ldap/extended.c | 4 ++--
servers/slapd/back-ldap/search.c | 2 +-
servers/slapd/back-ldif/ldif.c | 1 -
servers/slapd/back-mdb/modrdn.c | 2 +-
servers/slapd/back-mdb/tools.c | 6 +-----
servers/slapd/back-meta/config.c | 3 ++-
servers/slapd/back-meta/search.c | 4 ++--
servers/slapd/back-monitor/database.c | 23 ++++++++++++-----------
servers/slapd/back-passwd/search.c | 3 +--
servers/slapd/bconfig.c | 2 +-
servers/slapd/config.c | 3 +--
servers/slapd/modify.c | 1 -
servers/slapd/overlays/constraint.c | 10 ----------
servers/slapd/overlays/pcache.c | 5 ++++-
servers/slapd/overlays/rwmmap.c | 2 ++
servers/slapd/overlays/translucent.c | 4 ++--
20 files changed, 41 insertions(+), 51 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 651804842f31260fe475aab1356e0d881106cb38 (commit)
via 45146ba21a9ee494e7058ca7a173fcc6b27df744 (commit)
via 67c13d0ccff80aadff78d1a1c6ae89630766cad9 (commit)
via 0e66a3d1bf2b58cb4361ac1311c680f870d23f4c (commit)
from 14a3efa48a79e0ed2d8136f60bf232e132ed2f35 (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 651804842f31260fe475aab1356e0d881106cb38
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 10:37:13 2015 +0000
Fix missing error return (coverity)
commit 45146ba21a9ee494e7058ca7a173fcc6b27df744
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 10:35:20 2015 +0000
Fix UTF8stringvalidate loop termination (coverity)
commit 67c13d0ccff80aadff78d1a1c6ae89630766cad9
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 10:22:50 2015 +0000
Fix NULL in debug output (coverity)
commit 0e66a3d1bf2b58cb4361ac1311c680f870d23f4c
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 14 10:13:16 2015 +0000
check ber_scanf(syncUUIDs) result (coverity)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema_check.c | 1 +
servers/slapd/schema_init.c | 7 +++----
servers/slapd/sets.c | 2 +-
servers/slapd/syncrepl.c | 24 +++++++++++++-----------
4 files changed, 18 insertions(+), 16 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 404697b369bf6eacab02f68113eeafaaaef85d27 (commit)
from 71741a6b08b18e5be4e57c211e70541f4e4b4995 (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 404697b369bf6eacab02f68113eeafaaaef85d27
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jan 14 08:12:50 2015 +0100
mdb_env_set_flags(): Reject CHANGELESS flags.
Reverts part of a2ac10107e2fb845c4a38a339239063ec4407d84.
MDB_ROBUST needed to be accepted, but that flag is gone.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 1 -
libraries/liblmdb/mdb.c | 2 +-
2 files changed, 1 insertion(+), 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 14a3efa48a79e0ed2d8136f60bf232e132ed2f35 (commit)
via 74d89e567cfb50423bec53ef2a3714b868076100 (commit)
via 19af642a2d32ae62fff165ff2b24c6749a554726 (commit)
from 9e69e0b559633e7ce975ea7a83f883a9cd3432c6 (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 14a3efa48a79e0ed2d8136f60bf232e132ed2f35
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 22:43:18 2015 +0000
plug unlikely memleak (coverity)
commit 74d89e567cfb50423bec53ef2a3714b868076100
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 22:01:17 2015 +0000
plug memleak in cr index (coverity)
commit 19af642a2d32ae62fff165ff2b24c6749a554726
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 21:43:22 2015 +0000
ACL write/manage fixes (coverity)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/acl.c | 11 ++++++++---
servers/slapd/back-bdb/attr.c | 1 +
servers/slapd/back-bdb/dbcache.c | 2 ++
servers/slapd/back-bdb/init.c | 6 ++++++
4 files changed, 17 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 9e69e0b559633e7ce975ea7a83f883a9cd3432c6 (commit)
via 7d483f7abaca431603b6845efb2ebbc09706789d (commit)
via 08f5aca7db1e48ce61c1f4914157efb64f01a32e (commit)
from a69da18849e41838bf8895875f8157986b195993 (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 9e69e0b559633e7ce975ea7a83f883a9cd3432c6
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 20:56:23 2015 +0000
Plug unlikely memleak (coverity)
commit 7d483f7abaca431603b6845efb2ebbc09706789d
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 20:52:46 2015 +0000
Fix dangling lock (coverity)
commit 08f5aca7db1e48ce61c1f4914157efb64f01a32e
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 20:31:06 2015 +0000
Plug unlikely memleak (coverity)
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap_r/tpool.c | 12 +++++++++---
libraries/liblunicode/ucstr.c | 19 ++++++++++++-------
libraries/librewrite/session.c | 7 ++++++-
libraries/librewrite/subst.c | 21 +++++++++++++++++----
libraries/librewrite/xmap.c | 6 +++++-
5 files changed, 49 insertions(+), 16 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 a69da18849e41838bf8895875f8157986b195993 (commit)
via 97d6a4fe3e2e4b38287a6089fb593967b27a5b10 (commit)
via 975dce7ffb745fd684fe6f6ce46183b1aef9284a (commit)
from 79cce59ad46fbe0c1d6a9c47183caa992710fdfb (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 a69da18849e41838bf8895875f8157986b195993
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 19:51:56 2015 +0000
plug benign leak (coverity)
commit 97d6a4fe3e2e4b38287a6089fb593967b27a5b10
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 19:23:51 2015 +0000
Fix unused fprintf arg (coverity)
commit 975dce7ffb745fd684fe6f6ce46183b1aef9284a
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:31:28 2015 +0000
varargs cleanup (coverity)
-----------------------------------------------------------------------
Summary of changes:
clients/tools/ldapexop.c | 2 +-
clients/tools/ldapmodify.c | 1 +
clients/tools/ldapurl.c | 1 +
clients/tools/ldapvc.c | 2 ++
servers/slapd/back-sql/util.c | 2 ++
5 files changed, 7 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, mdb.RE/0.9 has been updated
via ea80418cfcf64f66768c80a52c24ffdee0d53436 (commit)
from 0599dee9d496627e67b1c3f97b446ed5de785607 (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 ea80418cfcf64f66768c80a52c24ffdee0d53436
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:47:18 2015 +0000
Fix potential null deref (coverity)
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 10 ++++++----
1 file changed, 6 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, mdb.master has been updated
via 71741a6b08b18e5be4e57c211e70541f4e4b4995 (commit)
from d711e357da8432f4e5d32ea5a90b36a711e8716e (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 71741a6b08b18e5be4e57c211e70541f4e4b4995
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:47:18 2015 +0000
Fix potential null deref (coverity)
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 10 ++++++----
1 file changed, 6 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, OPENLDAP_REL_ENG_2_4 has been updated
via 14689f14b3287b7387ab12dbe5031ddcf12902af (commit)
via 17b883c693e675d77476847f923ae7fe34fc641f (commit)
from 4eeec5785d92819ff7482b45c37933804f72a35b (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 14689f14b3287b7387ab12dbe5031ddcf12902af
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:23:16 2015 +0000
Fix insecure chroot (coverity)
commit 17b883c693e675d77476847f923ae7fe34fc641f
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:20:36 2015 +0000
Fix argument order for ucisprop (coverity)
-----------------------------------------------------------------------
Summary of changes:
libraries/liblunicode/ure/urestubs.c | 2 +-
servers/slapd/main.c | 5 +++++
2 files changed, 6 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_5 has been updated
via e496464e52cf1ccce4b10db43ea1f77484999812 (commit)
via 87583e17b90db513b614d1107a2a9d720a9b5f9b (commit)
via 2f8eaf78fae3e490917952546fbdf9052ba27ff8 (commit)
from c201acc790dee2c5b6fe85d362302a038f0f17a7 (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 e496464e52cf1ccce4b10db43ea1f77484999812
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:23:16 2015 +0000
Fix insecure chroot (coverity)
commit 87583e17b90db513b614d1107a2a9d720a9b5f9b
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:20:36 2015 +0000
Fix argument order for ucisprop (coverity)
commit 2f8eaf78fae3e490917952546fbdf9052ba27ff8
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:11:49 2015 +0000
Fix fprintf format (coverity)
-----------------------------------------------------------------------
Summary of changes:
libraries/liblunicode/ure/urestubs.c | 2 +-
servers/slapd/main.c | 5 +++++
servers/slapd/slapmodify.c | 2 +-
3 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, master has been updated
via 79cce59ad46fbe0c1d6a9c47183caa992710fdfb (commit)
via 9710c2b17b9295e0ab8ab7a3208e8951e3f1b285 (commit)
via 2cf553563b49c88f55ebb292724719fd6388c62b (commit)
from 9328a41f49b22089e85084e6676a764c2573ede1 (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 79cce59ad46fbe0c1d6a9c47183caa992710fdfb
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:23:16 2015 +0000
Fix insecure chroot (coverity)
commit 9710c2b17b9295e0ab8ab7a3208e8951e3f1b285
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:20:36 2015 +0000
Fix argument order for ucisprop (coverity)
commit 2cf553563b49c88f55ebb292724719fd6388c62b
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 13 18:11:49 2015 +0000
Fix fprintf format (coverity)
-----------------------------------------------------------------------
Summary of changes:
libraries/liblunicode/ure/urestubs.c | 2 +-
servers/slapd/main.c | 5 +++++
servers/slapd/slapmodify.c | 2 +-
3 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, OPENLDAP_REL_ENG_2_4 has been updated
via 4eeec5785d92819ff7482b45c37933804f72a35b (commit)
via 26e11d27e8d6b8d25fbd2828b271c5bb44ea5f66 (commit)
via cab25cc47e8371abe58d49bc82519e7a8d291c0f (commit)
via e162551e0eb67e6d2958874e00564eba31ea5bb2 (commit)
via 0599dee9d496627e67b1c3f97b446ed5de785607 (commit)
via bf3961e3c7ad703ae550bff3706533f734518a30 (commit)
via e85c944a3a385dd7459985f4eec2edc06591c36d (commit)
via 0b9f42d1f4c2b36ab1e44ca7e62fddc0abc300a2 (commit)
via 4500d49f362502c8f3117e335190d72e33bcd126 (commit)
via 888a76f6512ed83af99cc4c5871abbbf907ccb02 (commit)
from b8c2d459ad82e2b1d753a4e3da77e45ec4fb9d37 (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 4eeec5785d92819ff7482b45c37933804f72a35b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 13 10:27:10 2015 -0600
ITS#8022
commit 26e11d27e8d6b8d25fbd2828b271c5bb44ea5f66
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 12 22:27:58 2015 +0000
ITS#8022 an async connect may still succeed immediately
commit cab25cc47e8371abe58d49bc82519e7a8d291c0f
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 12 22:25:15 2015 +0000
ITS#8022 don't skip TLS init for ldaps:// targets
commit e162551e0eb67e6d2958874e00564eba31ea5bb2
Merge: b8c2d45 0599dee
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 13 10:24:53 2015 -0600
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +
libraries/libldap/request.c | 4 ++
libraries/liblmdb/Makefile | 1 +
libraries/liblmdb/lmdb.h | 8 +--
libraries/liblmdb/mdb.c | 107 +++++++++++++++++++++++++++-------------
servers/slapd/back-meta/conn.c | 16 +++---
6 files changed, 93 insertions(+), 45 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 c201acc790dee2c5b6fe85d362302a038f0f17a7 (commit)
via 4353bec37055e8c5bef0aebe9d25b04bf8048be3 (commit)
via 83c77f05284f2004551216c016e2fea4b2f54a1a (commit)
via 0599dee9d496627e67b1c3f97b446ed5de785607 (commit)
via bf3961e3c7ad703ae550bff3706533f734518a30 (commit)
via e85c944a3a385dd7459985f4eec2edc06591c36d (commit)
via 0b9f42d1f4c2b36ab1e44ca7e62fddc0abc300a2 (commit)
via 4500d49f362502c8f3117e335190d72e33bcd126 (commit)
via 888a76f6512ed83af99cc4c5871abbbf907ccb02 (commit)
from b760e59d384eb8dbba346ad95266f283ad1e08df (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 c201acc790dee2c5b6fe85d362302a038f0f17a7
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 12 22:27:58 2015 +0000
ITS#8022 an async connect may still succeed immediately
commit 4353bec37055e8c5bef0aebe9d25b04bf8048be3
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 12 22:25:15 2015 +0000
ITS#8022 don't skip TLS init for ldaps:// targets
commit 83c77f05284f2004551216c016e2fea4b2f54a1a
Merge: b760e59 0599dee
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 13 10:24:24 2015 -0600
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/request.c | 4 ++
libraries/liblmdb/Makefile | 1 +
libraries/liblmdb/lmdb.h | 8 +--
libraries/liblmdb/mdb.c | 107 +++++++++++++++++++++++++++-------------
servers/slapd/back-meta/conn.c | 16 +++---
5 files changed, 91 insertions(+), 45 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 9328a41f49b22089e85084e6676a764c2573ede1 (commit)
via 0599dee9d496627e67b1c3f97b446ed5de785607 (commit)
via bf3961e3c7ad703ae550bff3706533f734518a30 (commit)
via e85c944a3a385dd7459985f4eec2edc06591c36d (commit)
via 0b9f42d1f4c2b36ab1e44ca7e62fddc0abc300a2 (commit)
via 4500d49f362502c8f3117e335190d72e33bcd126 (commit)
via 888a76f6512ed83af99cc4c5871abbbf907ccb02 (commit)
from ae6347bac12bbf843678a838ca26089080705f81 (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 9328a41f49b22089e85084e6676a764c2573ede1
Merge: ae6347b 0599dee
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 13 10:24:08 2015 -0600
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 1 +
libraries/liblmdb/lmdb.h | 8 ++--
libraries/liblmdb/mdb.c | 107 +++++++++++++++++++++++++++++---------------
3 files changed, 78 insertions(+), 38 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 ae6347bac12bbf843678a838ca26089080705f81 (commit)
via 6046584531160662570af555e6182b775066cbf6 (commit)
from fa255d0fedc6de6c592ba775a7eaf7ce9fa63e38 (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 ae6347bac12bbf843678a838ca26089080705f81
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 12 22:27:58 2015 +0000
ITS#8022 an async connect may still succeed immediately
commit 6046584531160662570af555e6182b775066cbf6
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 12 22:25:15 2015 +0000
ITS#8022 don't skip TLS init for ldaps:// targets
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/request.c | 4 ++++
servers/slapd/back-meta/conn.c | 16 +++++++++-------
2 files changed, 13 insertions(+), 7 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 d711e357da8432f4e5d32ea5a90b36a711e8716e (commit)
via 631970e485a37d8fc270d8de41ecfe76d8521b70 (commit)
from 9441012435e8417a96e11350a4e74186db5a504a (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 d711e357da8432f4e5d32ea5a90b36a711e8716e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Jan 12 21:02:29 2015 +0100
Whitespace (align with mdb.RE)
commit 631970e485a37d8fc270d8de41ecfe76d8521b70
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Jan 12 21:02:29 2015 +0100
Make SysV semaphores robust. Cleanup MDB_ROBUST.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 6 ++-
libraries/liblmdb/mdb.c | 108 +++++++++++++++++++++++++++-------------------
2 files changed, 67 insertions(+), 47 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git