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 d06f5e7c1b6ceaa1f74510c3c25436a58670cfda (commit)
from a8bfed69fdf116291c5bea8fd4e45a869b33ab92 (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 d06f5e7c1b6ceaa1f74510c3c25436a58670cfda
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 21 13:15:55 2014 +0100
ITS#8007 Add maxentrysize config option
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-mdb.5 | 5 +++++
servers/slapd/back-mdb/add.c | 8 ++++++--
servers/slapd/back-mdb/back-mdb.h | 2 +-
servers/slapd/back-mdb/config.c | 21 +++++++++++++++++++--
servers/slapd/back-mdb/id2entry.c | 3 +++
servers/slapd/back-mdb/modify.c | 7 ++++++-
servers/slapd/back-mdb/modrdn.c | 8 ++++++--
7 files changed, 46 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, mdb.RE/0.9 has been updated
via a0accc86f21bf502c2f494d4cc14cea2c78858c5 (commit)
via f1417e2634c44fd560c2f7529bd331bd59075afd (commit)
via dcccd8a89aebb10e437fb013dd0a46ed943b6abc (commit)
from 196e07ca587874c602a1ae358d97c7b6b765c94e (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 a0accc86f21bf502c2f494d4cc14cea2c78858c5
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 15 20:40:59 2014 +0000
Fix MDB_APPEND doc
We actually compare the new key against the last key, to prevent
corruption.
commit f1417e2634c44fd560c2f7529bd331bd59075afd
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Dec 13 20:35:08 2014 +0100
make clean: remove *.lo
commit dcccd8a89aebb10e437fb013dd0a46ed943b6abc
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 8 03:21:09 2014 +0000
Clarify mdb_dbi_open doc
The concurrency restriction is on threads within a single process.
Multiple processes can use mdb_dbi_open without affecting each other.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 2 +-
libraries/liblmdb/lmdb.h | 13 ++++++-------
2 files changed, 7 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, mdb.master has been updated
via 7ce29b9edbdaf34b7aeb545324008ed4dff62952 (commit)
from 6c7117325892a68e28141660cb9344e2ccef380a (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 7ce29b9edbdaf34b7aeb545324008ed4dff62952
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 15 20:40:59 2014 +0000
Fix MDB_APPEND doc
We actually compare the new key against the last key, to prevent
corruption.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 7 +++----
1 file changed, 3 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 a8bfed69fdf116291c5bea8fd4e45a869b33ab92 (commit)
from c8353f7acdec4a42f537b0d475aaae005ba72363 (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 a8bfed69fdf116291c5bea8fd4e45a869b33ab92
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 15 19:27:59 2014 +0000
ITS#8006 Use rootdn consistently on internal ops
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/autogroup/autogroup.c | 12 ++++++++++++
1 file changed, 12 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 87c3614bee6de3a29ff95e311b2870322f1e35f0 (commit)
via ae3c61cb5510d15cea36b7dbc2ea5229b5bf1286 (commit)
from 84aa2780f5946a2c3e17c72eb48e42579a5c9e22 (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 87c3614bee6de3a29ff95e311b2870322f1e35f0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Dec 15 11:09:18 2014 -0600
ITS#8003
commit ae3c61cb5510d15cea36b7dbc2ea5229b5bf1286
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 15 14:36:55 2014 +0000
ITS#8003 fix off-by-one in LDIF length
must account for leading space when counting total number of lines
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
include/ldif.h | 6 +++---
2 files changed, 4 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_5 has been updated
via aa66d539543de0ad884f1b8e38948ecd946bf47a (commit)
from d95329e71aa431ffbae71715c4d74bd186097444 (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 aa66d539543de0ad884f1b8e38948ecd946bf47a
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 15 14:36:55 2014 +0000
ITS#8003 fix off-by-one in LDIF length
must account for leading space when counting total number of lines
-----------------------------------------------------------------------
Summary of changes:
include/ldif.h | 6 +++---
1 file changed, 3 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 c8353f7acdec4a42f537b0d475aaae005ba72363 (commit)
from 508f4158bca8f3c40a91ea188f43ca53f231c01f (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 c8353f7acdec4a42f537b0d475aaae005ba72363
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 15 14:36:55 2014 +0000
ITS#8003 fix off-by-one in LDIF length
must account for leading space when counting total number of lines
-----------------------------------------------------------------------
Summary of changes:
include/ldif.h | 6 +++---
1 file changed, 3 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, mdb.master has been updated
via 6c7117325892a68e28141660cb9344e2ccef380a (commit)
from cccc947b4ab1139d808eee01df2b828e3f0183ee (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 6c7117325892a68e28141660cb9344e2ccef380a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Dec 13 20:35:08 2014 +0100
make clean: remove *.lo
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 2 +-
1 file changed, 1 insertion(+), 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 84aa2780f5946a2c3e17c72eb48e42579a5c9e22 (commit)
via a1eeaba0b141f782b4d5f22f4c8ad19671042d64 (commit)
from 0822c20faf80b657a1c9c78ee5fc2662caefb280 (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 84aa2780f5946a2c3e17c72eb48e42579a5c9e22
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Dec 12 13:42:31 2014 -0600
ITS#7797
commit a1eeaba0b141f782b4d5f22f4c8ad19671042d64
Author: OndÅ™ej KuznÃk <ondra(a)mistotebe.net>
Date: Tue Sep 23 21:05:08 2014 +0100
ITS#7797 Fix segfault in slapo-collect
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/collect.c | 4 ++--
2 files changed, 3 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_5 has been updated
via d95329e71aa431ffbae71715c4d74bd186097444 (commit)
from cd489289c0ed5c9cfcb86b9ab51b958e636ca7ac (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 d95329e71aa431ffbae71715c4d74bd186097444
Author: OndÅ™ej KuznÃk <ondra(a)mistotebe.net>
Date: Tue Sep 23 21:05:08 2014 +0100
ITS#7797 Fix segfault in slapo-collect
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/collect.c | 4 ++--
1 file 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, master has been updated
via 508f4158bca8f3c40a91ea188f43ca53f231c01f (commit)
from c46c6ecfa449a09236dd3054c0a414a048273548 (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 508f4158bca8f3c40a91ea188f43ca53f231c01f
Author: OndÅ™ej KuznÃk <ondra(a)mistotebe.net>
Date: Tue Sep 23 21:05:08 2014 +0100
ITS#7797 Fix segfault in slapo-collect
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/collect.c | 4 ++--
1 file 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 0822c20faf80b657a1c9c78ee5fc2662caefb280 (commit)
via 875ae02d228ebe4b07d65bc2982615ffceb44e5b (commit)
via 1911f9b3d84ddf0f9a328a9fc6c3a576753afc85 (commit)
via 68a5b0d7c63e6fa37d6d39e94a3278c065ce9678 (commit)
via b5c0bc260f65f7b3981deeed3d971cc0e463544e (commit)
via 9e26c4e169584b4bda582d8d3b0ceb5b78563f65 (commit)
via 4563ce66126f1f1c1f9e7f425a57de26c4e72921 (commit)
via c9635e0686174bdf305a1fd61c58b0813793c525 (commit)
via 1c6900a56c1b71f9bac96a0a3b7545a4d17c52a2 (commit)
via b176c7fa90ed336646e078f58221aec3de24eac3 (commit)
via ee2036fbf522db276040b6edab977cb23fbb0ee2 (commit)
via 209fcd92eaf7666085878797f7fc0bf52897abf5 (commit)
via 4c83d03bdc5de3bc17fbe2877f52e83dbbb56a6f (commit)
via fc8c55f80f2aec2e4096ddefd867dda660eb16f0 (commit)
via c979a251e4ca308967e40b28bfaa6dfdb132ff37 (commit)
from f7993f65c287775812b5a243a69bc22ccf2c9831 (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 0822c20faf80b657a1c9c78ee5fc2662caefb280
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 18:37:46 2014 -0600
ITS#8001
commit 875ae02d228ebe4b07d65bc2982615ffceb44e5b
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 22:58:33 2014 +0000
ITS#8001 fix ldap_sync_initialize
commit 1911f9b3d84ddf0f9a328a9fc6c3a576753afc85
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 18:36:24 2014 -0600
ITS#7997, 7998, 8000
commit 68a5b0d7c63e6fa37d6d39e94a3278c065ce9678
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 22:24:25 2014 +0000
ITS#8000 silence warnings
commit b5c0bc260f65f7b3981deeed3d971cc0e463544e
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 21:59:45 2014 +0000
ITS#7998 silence warning
commit 9e26c4e169584b4bda582d8d3b0ceb5b78563f65
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 21:57:44 2014 +0000
ITS#7997 silence warning
commit 4563ce66126f1f1c1f9e7f425a57de26c4e72921
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 18:31:34 2014 -0600
ITS#7995
commit c9635e0686174bdf305a1fd61c58b0813793c525
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 02:06:50 2014 +0000
ITS#7995 fix slap_bv2undef_ad
commit 1c6900a56c1b71f9bac96a0a3b7545a4d17c52a2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 18:22:57 2014 -0600
ITS#7968
commit b176c7fa90ed336646e078f58221aec3de24eac3
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Fri Dec 5 19:41:40 2014 +0000
ITS#7968 add locks for syncrepl cookiestate
Mutex must be held even for a read-access of a cookie state,
as there may be a race with write in other thread.
commit ee2036fbf522db276040b6edab977cb23fbb0ee2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 18:22:18 2014 -0600
ITS#7977
commit 209fcd92eaf7666085878797f7fc0bf52897abf5
Author: HAMANO Tsukasa <hamano(a)osstech.co.jp>
Date: Wed Nov 5 09:26:35 2014 +0000
ITS#7977 Add PBKDF2 -SHA256 and -SHA512
commit 4c83d03bdc5de3bc17fbe2877f52e83dbbb56a6f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 18:18:42 2014 -0600
ITS#7976
commit fc8c55f80f2aec2e4096ddefd867dda660eb16f0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 18:17:12 2014 -0600
ITS#7976 fix delta-mmr/accesslog interaction
commit c979a251e4ca308967e40b28bfaa6dfdb132ff37
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 15 11:21:19 2014 +0100
Fix typo in cancel config
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 10 ++
contrib/slapd-modules/dupent/dupent.c | 2 +-
contrib/slapd-modules/noopsrch/noopsrch.c | 3 +-
contrib/slapd-modules/passwd/pbkdf2/README | 18 +++-
contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c | 117 ++++++++++++++++-------
contrib/slapd-modules/passwd/sha2/sha2.c | 10 +-
libraries/libldap/ldap_sync.c | 4 +-
servers/slapd/ad.c | 3 +-
servers/slapd/back-meta/config.c | 2 +-
servers/slapd/backover.c | 9 +-
servers/slapd/syncrepl.c | 16 +++-
11 files changed, 143 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, OPENLDAP_REL_ENG_2_5 has been updated
via cd489289c0ed5c9cfcb86b9ab51b958e636ca7ac (commit)
via 646fde37fc0c44ac596015652f99559866345ec8 (commit)
via 657c41a43275d31afe7ed126689e2eac8c7ff88e (commit)
via c63a002ce7f10b8c8f31998c23692ea52a1ffe6e (commit)
via 7a53b800568da09e126d14bb822b782c47824565 (commit)
via 889a61aaeba23db20aaabb99cb35767866c36778 (commit)
via 689f46aa98e69c1d693c092d13a207144750164b (commit)
via 9e0e6128eadcd49153e80e9bbea207f913a9f196 (commit)
via cddf688d2de3e26ad42d0afac72c585042ba58a4 (commit)
via b66d72014798bd71353520d6297934254bb7d4f1 (commit)
from a4d69617dc1f93e7c1d2ad488c5abe741f78eeb6 (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 cd489289c0ed5c9cfcb86b9ab51b958e636ca7ac
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 22:58:33 2014 +0000
ITS#8001 fix ldap_sync_initialize
commit 646fde37fc0c44ac596015652f99559866345ec8
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 22:24:25 2014 +0000
ITS#8000 silence warnings
commit 657c41a43275d31afe7ed126689e2eac8c7ff88e
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 21:59:45 2014 +0000
ITS#7998 silence warning
commit c63a002ce7f10b8c8f31998c23692ea52a1ffe6e
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 21:57:44 2014 +0000
ITS#7997 silence warning
commit 7a53b800568da09e126d14bb822b782c47824565
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 02:06:50 2014 +0000
ITS#7995 fix slap_bv2undef_ad
commit 889a61aaeba23db20aaabb99cb35767866c36778
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Fri Dec 5 19:41:40 2014 +0000
ITS#7968 add locks for syncrepl cookiestate
Mutex must be held even for a read-access of a cookie state,
as there may be a race with write in other thread.
commit 689f46aa98e69c1d693c092d13a207144750164b
Author: Mark Reynolds <mreynolds(a)redhat.com>
Date: Thu Nov 13 09:49:19 2014 -0500
ITS#7979 MozNSS fix for TLS_PROTOCOL_MIN
Fix NSS code to check for TLS_PROCOTOL_MIN, and then set the SSL
version range(min and max). Also updated SSL version string map
table to support up to TLSv1.3
commit 9e0e6128eadcd49153e80e9bbea207f913a9f196
Author: HAMANO Tsukasa <hamano(a)osstech.co.jp>
Date: Wed Nov 5 09:26:35 2014 +0000
ITS#7977 Add PBKDF2 -SHA256 and -SHA512
commit cddf688d2de3e26ad42d0afac72c585042ba58a4
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 30 15:00:13 2014 +0000
ITS#7976 fix delta-mmr/accesslog interaction
commit b66d72014798bd71353520d6297934254bb7d4f1
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 15 11:21:19 2014 +0100
Fix typo in cancel config
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/dupent/dupent.c | 2 +-
contrib/slapd-modules/noopsrch/noopsrch.c | 3 +-
contrib/slapd-modules/passwd/pbkdf2/README | 18 +++-
contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c | 117 ++++++++++++++++-------
contrib/slapd-modules/passwd/sha2/sha2.c | 10 +-
libraries/libldap/ldap_sync.c | 4 +-
libraries/libldap/tls_m.c | 20 +++-
servers/slapd/ad.c | 3 +-
servers/slapd/back-meta/config.c | 2 +-
servers/slapd/backover.c | 8 +-
servers/slapd/syncrepl.c | 16 +++-
11 files changed, 151 insertions(+), 52 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 a4d69617dc1f93e7c1d2ad488c5abe741f78eeb6 (commit)
via c22ce1411fe423b323b89326de18cd88d79ed1ae (commit)
via 11601c12deaeed8a1ed40a3fa9de2a4be3dd5ae8 (commit)
via a920a3ef9ecc450a7ed2d707103f4a6885602e2a (commit)
via 2d16057093406d520de0fe3d369d8b4e304165f8 (commit)
via 72456ba49f4a0325654057d4950e2d7232d12861 (commit)
from 13b2406e70c42bf4e42f3c6d11fe72cfedc217c8 (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 a4d69617dc1f93e7c1d2ad488c5abe741f78eeb6
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 29 18:05:00 2014 +0000
ITS#7975 fix onelevel search
commit c22ce1411fe423b323b89326de18cd88d79ed1ae
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 15 11:08:29 2014 +0100
ITS#7967 fix abandon regression
From ITS#7712, avoid double-free of request
commit 11601c12deaeed8a1ed40a3fa9de2a4be3dd5ae8
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Tue Oct 14 14:49:25 2014 +0400
ITS#7965 mdb_dn2id
heap corruption due to returning a reference to a local variable
commit a920a3ef9ecc450a7ed2d707103f4a6885602e2a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 15 11:11:08 2014 +0100
Fix a1e3b1cf3c5991ef550f608ee816e9274e547dda
copy/paste error
commit 2d16057093406d520de0fe3d369d8b4e304165f8
Author: Kurt Zeilenga <kurt(a)OpenLDAP.org>
Date: Fri Oct 10 11:56:31 2014 -0700
Fix pointer incompatibility issue on some platforms
Don't assume tv_sec is a time_t.
commit 72456ba49f4a0325654057d4950e2d7232d12861
Author: Kurt Zeilenga <kurt(a)OpenLDAP.org>
Date: Fri Oct 10 12:15:48 2014 -0700
closedir() replacement function should return a result
return success, ignoring result of FindClose
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/abandon.c | 22 ++++++++++++++--------
libraries/libldap/result.c | 4 ++--
libraries/liblutil/utils.c | 3 ++-
servers/slapd/back-mdb/dn2id.c | 4 ++--
servers/slapd/back-mdb/search.c | 1 +
5 files changed, 21 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, OPENLDAP_REL_ENG_2_4 has been updated
via f7993f65c287775812b5a243a69bc22ccf2c9831 (commit)
via fabecdf66f68df96d684d19a605dc8a371f89291 (commit)
via 0be4281e8ff9319018b40571e535a181a3749312 (commit)
via 89a7be2dd2be7d608e933b9fc787ca1ae8fd1bc8 (commit)
via a9fe4932e0b93d4286e53a0a366b59e05dd548f4 (commit)
via 07fa9247053d0dd99e7ca6aa53c355dc24fae3ff (commit)
via 0b56eb40110f6ace390c638dbd036bb185546f63 (commit)
via 06f19e67c5405990e65e53521452328a9a248ba0 (commit)
via 12b3ad9138be8f4da4e78e7702e2b45ba3856930 (commit)
from 0563d68c4779db0c82980466c9f9860abb0de0f8 (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 f7993f65c287775812b5a243a69bc22ccf2c9831
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 17:29:13 2014 -0600
ITS#7975
commit fabecdf66f68df96d684d19a605dc8a371f89291
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 29 18:05:00 2014 +0000
ITS#7975 fix onelevel search
commit 0be4281e8ff9319018b40571e535a181a3749312
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 17:28:14 2014 -0600
ITS#7967
commit 89a7be2dd2be7d608e933b9fc787ca1ae8fd1bc8
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 15 11:08:29 2014 +0100
ITS#7967 fix abandon regression
From ITS#7712, avoid double-free of request
commit a9fe4932e0b93d4286e53a0a366b59e05dd548f4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 17:26:24 2014 -0600
ITS#7965
commit 07fa9247053d0dd99e7ca6aa53c355dc24fae3ff
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Tue Oct 14 14:49:25 2014 +0400
ITS#7965 mdb_dn2id
heap corruption due to returning a reference to a local variable
commit 0b56eb40110f6ace390c638dbd036bb185546f63
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 15 11:11:08 2014 +0100
Fix a1e3b1cf3c5991ef550f608ee816e9274e547dda
copy/paste error
commit 06f19e67c5405990e65e53521452328a9a248ba0
Author: Kurt Zeilenga <kurt(a)OpenLDAP.org>
Date: Fri Oct 10 11:56:31 2014 -0700
Fix pointer incompatibility issue on some platforms
Don't assume tv_sec is a time_t.
commit 12b3ad9138be8f4da4e78e7702e2b45ba3856930
Author: Kurt Zeilenga <kurt(a)OpenLDAP.org>
Date: Fri Oct 10 12:15:48 2014 -0700
closedir() replacement function should return a result
return success, ignoring result of FindClose
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
libraries/libldap/abandon.c | 22 ++++++++++++++--------
libraries/libldap/result.c | 4 ++--
libraries/liblutil/utils.c | 3 ++-
servers/slapd/back-mdb/dn2id.c | 4 ++--
servers/slapd/back-mdb/search.c | 1 +
6 files changed, 24 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, OPENLDAP_REL_ENG_2_4 has been updated
via 0563d68c4779db0c82980466c9f9860abb0de0f8 (commit)
via 196e07ca587874c602a1ae358d97c7b6b765c94e (commit)
via f284c3232de0f9281a552b5e12a6d17af17f078d (commit)
via 8704eff5917ed1f8025571bb85219d6e0b7b70fb (commit)
via 5bf495abdc3cfd519053abc7c1143d11e8ce5f0d (commit)
via 3aa7537adc33b4b7ac36e1137aae18f840765153 (commit)
via 17bf75b12eb94d9903cd62329048b146d5313bad (commit)
via 3ce002fd13664ace18770565b3078ebfc3923a6b (commit)
via ce40f4f31468d46c7c37a24ddaafb7e69fc4c4db (commit)
via 042e76685e98eb676d91094423490200ff2b7d07 (commit)
via c473091f8fb32fda9be46b79abae2429e8f2c083 (commit)
via 98ed192949fcc3f0861c68a694dd5e1c0add14f4 (commit)
via af99820ac88188a3f22656cdce5e75a64c315005 (commit)
via 0482f1898d7ba25892ac82e6fa5b08fea4d4d28a (commit)
via 9227f66673f5a5ac6cd2a593227f1935a7e421e0 (commit)
via 20ad21dcc4c3d0b01ea1e638e397fa451ce7b966 (commit)
via df9da7c7bef99fb96ddc070dda2d505a8b8e8143 (commit)
via 9eede0b103babdb942dbe2a916a13739a5fc4bfe (commit)
via a7639a66a493818dc55f3ed77bebe659b6cdd2fd (commit)
via 2f587ae081d076e3707360c5db086520c219d3ea (commit)
from 6b26910c5acbf141ff322d043b3301d0976a7913 (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 0563d68c4779db0c82980466c9f9860abb0de0f8
Merge: 6b26910 196e07c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 17:10:13 2014 -0600
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 ++
libraries/liblmdb/CHANGES | 2 +-
libraries/liblmdb/Makefile | 16 ++++--
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 120 +++++++++++++++++++++++++-----------------
5 files changed, 87 insertions(+), 56 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 13b2406e70c42bf4e42f3c6d11fe72cfedc217c8 (commit)
via 196e07ca587874c602a1ae358d97c7b6b765c94e (commit)
via f284c3232de0f9281a552b5e12a6d17af17f078d (commit)
via 8704eff5917ed1f8025571bb85219d6e0b7b70fb (commit)
via 5bf495abdc3cfd519053abc7c1143d11e8ce5f0d (commit)
via 3aa7537adc33b4b7ac36e1137aae18f840765153 (commit)
via 17bf75b12eb94d9903cd62329048b146d5313bad (commit)
via 3ce002fd13664ace18770565b3078ebfc3923a6b (commit)
via ce40f4f31468d46c7c37a24ddaafb7e69fc4c4db (commit)
via 042e76685e98eb676d91094423490200ff2b7d07 (commit)
via c473091f8fb32fda9be46b79abae2429e8f2c083 (commit)
via 98ed192949fcc3f0861c68a694dd5e1c0add14f4 (commit)
via af99820ac88188a3f22656cdce5e75a64c315005 (commit)
via 0482f1898d7ba25892ac82e6fa5b08fea4d4d28a (commit)
via 9227f66673f5a5ac6cd2a593227f1935a7e421e0 (commit)
via 20ad21dcc4c3d0b01ea1e638e397fa451ce7b966 (commit)
via df9da7c7bef99fb96ddc070dda2d505a8b8e8143 (commit)
via 9eede0b103babdb942dbe2a916a13739a5fc4bfe (commit)
via a7639a66a493818dc55f3ed77bebe659b6cdd2fd (commit)
via 2f587ae081d076e3707360c5db086520c219d3ea (commit)
from 447292ee83267ebe3b519b23ddccb77bed1701ff (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 13b2406e70c42bf4e42f3c6d11fe72cfedc217c8
Merge: 447292e 196e07c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 17:10:04 2014 -0600
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 ++
libraries/liblmdb/CHANGES | 2 +-
libraries/liblmdb/Makefile | 16 ++++--
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 120 +++++++++++++++++++++++++-----------------
5 files changed, 87 insertions(+), 56 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 c46c6ecfa449a09236dd3054c0a414a048273548 (commit)
via 196e07ca587874c602a1ae358d97c7b6b765c94e (commit)
via f284c3232de0f9281a552b5e12a6d17af17f078d (commit)
via 8704eff5917ed1f8025571bb85219d6e0b7b70fb (commit)
via 5bf495abdc3cfd519053abc7c1143d11e8ce5f0d (commit)
via 3aa7537adc33b4b7ac36e1137aae18f840765153 (commit)
via 17bf75b12eb94d9903cd62329048b146d5313bad (commit)
via 3ce002fd13664ace18770565b3078ebfc3923a6b (commit)
via ce40f4f31468d46c7c37a24ddaafb7e69fc4c4db (commit)
via 042e76685e98eb676d91094423490200ff2b7d07 (commit)
via c473091f8fb32fda9be46b79abae2429e8f2c083 (commit)
via 98ed192949fcc3f0861c68a694dd5e1c0add14f4 (commit)
via af99820ac88188a3f22656cdce5e75a64c315005 (commit)
via 0482f1898d7ba25892ac82e6fa5b08fea4d4d28a (commit)
via 9227f66673f5a5ac6cd2a593227f1935a7e421e0 (commit)
via 20ad21dcc4c3d0b01ea1e638e397fa451ce7b966 (commit)
via df9da7c7bef99fb96ddc070dda2d505a8b8e8143 (commit)
via 9eede0b103babdb942dbe2a916a13739a5fc4bfe (commit)
via a7639a66a493818dc55f3ed77bebe659b6cdd2fd (commit)
from 234931acb0da045c4c1aa9547f456d71811c84ac (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 c46c6ecfa449a09236dd3054c0a414a048273548
Merge: 234931a 196e07c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Dec 10 17:09:29 2014 -0600
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 ++
libraries/liblmdb/Makefile | 16 ++++--
libraries/liblmdb/mdb.c | 120 +++++++++++++++++++++++++-----------------
3 files changed, 85 insertions(+), 54 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 234931acb0da045c4c1aa9547f456d71811c84ac (commit)
from b8912c33baefaf05ac80e2108c87e98b344eb0c5 (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 234931acb0da045c4c1aa9547f456d71811c84ac
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 22:58:33 2014 +0000
ITS#8001 fix ldap_sync_initialize
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/ldap_sync.c | 4 +---
1 file changed, 1 insertion(+), 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 b8912c33baefaf05ac80e2108c87e98b344eb0c5 (commit)
via 62818acd0a0234a00c12072146540554e12d4945 (commit)
via f05a39268d76701274f40cd10096146603ff4e65 (commit)
from 9accfbb73a86a9f0a39e11dce03ec77edf8ffd08 (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 b8912c33baefaf05ac80e2108c87e98b344eb0c5
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 22:24:25 2014 +0000
ITS#8000 silence warnings
commit 62818acd0a0234a00c12072146540554e12d4945
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 21:59:45 2014 +0000
ITS#7998 silence warning
commit f05a39268d76701274f40cd10096146603ff4e65
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 21:57:44 2014 +0000
ITS#7997 silence warning
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/dupent/dupent.c | 2 +-
contrib/slapd-modules/noopsrch/noopsrch.c | 3 +--
contrib/slapd-modules/passwd/sha2/sha2.c | 10 +++++++---
3 files changed, 9 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 9accfbb73a86a9f0a39e11dce03ec77edf8ffd08 (commit)
from 8ba5a27829368d0e3435d1e39d28f7f30ce38c51 (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 9accfbb73a86a9f0a39e11dce03ec77edf8ffd08
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Dec 10 02:06:50 2014 +0000
ITS#7995 fix slap_bv2undef_ad
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/ad.c | 3 ++-
1 file changed, 2 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.master has been updated
via cccc947b4ab1139d808eee01df2b828e3f0183ee (commit)
from 9cc04f604f80f033d712f5f1faeb4ed97ca74f40 (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 cccc947b4ab1139d808eee01df2b828e3f0183ee
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Dec 8 09:56:36 2014 +0100
Try to avoid an invalid datafile after failed init
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 14 ++++++++++++++
1 file changed, 14 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, mdb.master has been updated
via 9cc04f604f80f033d712f5f1faeb4ed97ca74f40 (commit)
from 03ddbcf37de9ebdf244d5be4d2213852b0fd6abb (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 9cc04f604f80f033d712f5f1faeb4ed97ca74f40
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 8 03:21:09 2014 +0000
Clarify mdb_dbi_open doc
The concurrency restriction is on threads within a single process.
Multiple processes can use mdb_dbi_open without affecting each other.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 6 +++---
1 file changed, 3 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, mdb.RE/0.9 has been updated
via 196e07ca587874c602a1ae358d97c7b6b765c94e (commit)
via f284c3232de0f9281a552b5e12a6d17af17f078d (commit)
from 8704eff5917ed1f8025571bb85219d6e0b7b70fb (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 196e07ca587874c602a1ae358d97c7b6b765c94e
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Fri Dec 5 19:30:31 2014 +0000
ITS#7987 fix excessive space for single write txn
commit f284c3232de0f9281a552b5e12a6d17af17f078d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Dec 3 12:27:53 2014 +0100
Fix WIN32 -> _WIN32
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 +++---
1 file changed, 3 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, mdb.RE/0.9 has been updated
via 8704eff5917ed1f8025571bb85219d6e0b7b70fb (commit)
via 5bf495abdc3cfd519053abc7c1143d11e8ce5f0d (commit)
via 3aa7537adc33b4b7ac36e1137aae18f840765153 (commit)
via 17bf75b12eb94d9903cd62329048b146d5313bad (commit)
via 3ce002fd13664ace18770565b3078ebfc3923a6b (commit)
via ce40f4f31468d46c7c37a24ddaafb7e69fc4c4db (commit)
via 042e76685e98eb676d91094423490200ff2b7d07 (commit)
via c473091f8fb32fda9be46b79abae2429e8f2c083 (commit)
via 98ed192949fcc3f0861c68a694dd5e1c0add14f4 (commit)
via af99820ac88188a3f22656cdce5e75a64c315005 (commit)
via 0482f1898d7ba25892ac82e6fa5b08fea4d4d28a (commit)
via 9227f66673f5a5ac6cd2a593227f1935a7e421e0 (commit)
via 20ad21dcc4c3d0b01ea1e638e397fa451ce7b966 (commit)
via df9da7c7bef99fb96ddc070dda2d505a8b8e8143 (commit)
via 9eede0b103babdb942dbe2a916a13739a5fc4bfe (commit)
via a7639a66a493818dc55f3ed77bebe659b6cdd2fd (commit)
from 2f587ae081d076e3707360c5db086520c219d3ea (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 8704eff5917ed1f8025571bb85219d6e0b7b70fb
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Dec 1 08:59:29 2014 +0100
mdb_strerror: Silence warning @ Windows
commit 5bf495abdc3cfd519053abc7c1143d11e8ce5f0d
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon Dec 1 08:59:29 2014 +0100
Fix comments
commit 3aa7537adc33b4b7ac36e1137aae18f840765153
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Dec 1 08:59:29 2014 +0100
Simplify recent changes a bit.
commit 17bf75b12eb94d9903cd62329048b146d5313bad
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Nov 22 22:56:31 2014 +0100
ITS#7961,#7987 Re-fix txn init.
More fallout from 4d02c741b120786df1b87ee9ed49c1d3f9bc7522:
Don't modify another thread's write txn. Reinit me_txn0 fully.
commit 3ce002fd13664ace18770565b3078ebfc3923a6b
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Oct 8 19:25:27 2014 +0100
ITS#7959 fix prev commit
fstat returns -1, not an errno. Move code into its own function
for reuse.
commit ce40f4f31468d46c7c37a24ddaafb7e69fc4c4db
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Oct 4 21:48:49 2014 +0100
ITS#7961 fix txn init
More fallout from 4d02c741b120786df1b87ee9ed49c1d3f9bc7522
commit 042e76685e98eb676d91094423490200ff2b7d07
Author: Jean-Christophe DUBOIS <jcd(a)tribudubois.net>
Date: Fri Oct 3 20:24:25 2014 +0200
ITS#7959 Check fstat return value
Signed-off-by: Jean-Christophe DUBOIS <jcd(a)tribudubois.net>
commit c473091f8fb32fda9be46b79abae2429e8f2c083
Author: Leo Yuriev <leo(a)yuriev.ru>
Date: Fri Sep 5 00:19:16 2014 +0400
ITS#7841 trivial cleanup
TRIVIA - lmdb: clean testdb-dir while "make test".
commit 98ed192949fcc3f0861c68a694dd5e1c0add14f4
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 22:11:43 2014 +0100
ITS#7956 fix compact of empty env
commit af99820ac88188a3f22656cdce5e75a64c315005
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 21:58:20 2014 +0100
ITS#7955, #7671 fix MDB_PREV_DUP
commit 0482f1898d7ba25892ac82e6fa5b08fea4d4d28a
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 21:35:15 2014 +0100
ITS#7953 .gitignore *.lo
commit 9227f66673f5a5ac6cd2a593227f1935a7e421e0
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 2 21:33:35 2014 +0100
ITS#7952 .gitignore mdb_dump/load
commit 20ad21dcc4c3d0b01ea1e638e397fa451ce7b966
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Oct 1 21:00:03 2014 +0100
Don't use -fPIC for static lib
commit df9da7c7bef99fb96ddc070dda2d505a8b8e8143
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Jul 20 08:10:34 2014 -0700
Must do dlist_free before releasing Wmutex
commit 9eede0b103babdb942dbe2a916a13739a5fc4bfe
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 16 09:24:45 2014 -0700
Free write mutex earlier in txn_reset0
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/.gitignore | 3 ++
libraries/liblmdb/Makefile | 16 ++++--
libraries/liblmdb/mdb.c | 116 +++++++++++++++++++++++++-----------------
3 files changed, 83 insertions(+), 52 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git