https://bugs.openldap.org/show_bug.cgi?id=7966
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.0 |2.6.0
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9009
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|2.5: Switch to LMDB v1.0 |2.6: Switch to LMDB v1.0
Target Milestone|2.5.0 |2.6.0
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6745
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6745
Howard Chu <hyc(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Status|UNCONFIRMED |RESOLVED
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9181
--- Comment #9 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
commit 0daf80129a7e3fa9ac10738fb8b86dfcdfa6eb09 (HEAD -> OPENLDAP_REL_ENG_2_4,
origin/OPENLDAP_REL_ENG_2_4)
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Thu Apr 16 10:46:18 2020 -0700
ITS#9181 fix ldap_pvt_thread_mutex_t used before its definition
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9181
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
--- Comment #8 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• d5e133f4
by Ryan Tandy at 2020-04-16T19:15:31+00:00
ITS#9181 fix ldap_pvt_thread_mutex_t used before its definition
2 changed files:
• include/ldap_int_thread.h
• libraries/libldap_r/thr_nt.c
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9181
--- Comment #7 from Ryan Tandy <ryan(a)openldap.org> ---
(In reply to Howard Chu from comment #6)
> Can you retry, changing that declaration to use ldap_int_thread_mutex_t
> instead?
Looks like it's on its way to compiling with that, yeah. I'll wait for the
build to finish and put up a merge request.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9098
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.4.50 |2.4.51
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=7878
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|2.5.0 |2.4.50
Resolution|TEST |FIXED
--- Comment #7 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
commit f5143f99eeb66d4f5698284391ed7adf6cef9f03 (HEAD -> OPENLDAP_REL_ENG_2_4,
origin/OPENLDAP_REL_ENG_2_4)
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri Apr 3 15:15:27 2020 -0700
ITS#7878 Replace uint32_t with unsigned in back-mdb
init.c: align mi_dbenv_flags and flags with mdb_dbi_open, which declares
flags as unsigned int.
search.c: align mi_rtxn_size with ARG_UINT; adjust ww_ctx.nentries to
silence a warning about signed/unsigned comparison.
config.c: parse checkpoint config more carefully. Reject negative or
unreasonably large values for kbytes and minutes. Ensure both values are
parsed successfully before making any changes.
Fixes a compilation failure under MinGW, where stdint.h types are not
implicitly pulled in by other headers.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8383
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|TEST |FIXED
Target Milestone|2.5.0 |2.4.50
--- Comment #6 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
commit 6fe9b0c65479363e4f9f03dd85fc81b2940f62df
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Sun Sep 1 11:53:37 2019 -0700
ITS#8383 Look for socklen_t in <ws2tcpip.h> too
MinGW targets do not have the <sys/socket.h> header. The configure check
would conclude that there is no socklen_t type, resulting in portable.h
containing its own definition of socklen_t, which would later conflict
with the actual definition in <ws2tcpip.h>.
Add <ws2tcpip.h> to the configure check for socklen_t, so that the
defined type is correctly detected.
--
You are receiving this mail because:
You are on the CC list for the bug.