- Apr 16, 2020
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
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.
-
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.
-
- Apr 15, 2020
-
-
Quanah Gibson-Mount authored
-
-
- Apr 13, 2020
-
-
Quanah Gibson-Mount authored
-
Always retry ldap_int_tls_connect() if it didn't complete, regardless of blocking or non-blocking socket. Code from ITS#7428 was wrong to only retry for async.
-
- Apr 06, 2020
-
-
Quanah Gibson-Mount authored
Add BDB dev package
-
-
- Apr 02, 2020
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
Note that with slapd-ldap, the special character "*" actually allows anonymous rather than denies, as is the case with authz-policy
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
- Mar 24, 2020
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Feb 21, 2020
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
Fixes potential segfault in ldapsearch
-
Quanah Gibson-Mount authored
-
-
-
- Feb 19, 2020
-
-
Quanah Gibson-Mount authored
-
- Feb 06, 2020
-
-
Quanah Gibson-Mount authored
-
No functional impact
-
- Feb 03, 2020
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
Update config.guess and config.sub from official upstream project at https://savannah.gnu.org/projects/config/ Specifically in this case, commit 5256817ace8493502ec88501a19e4051c2e220b0 for the date Wed Jan 1 19:36:58 2020 +1100
-
- Jan 30, 2020
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Jan 28, 2020
-
-
-
Quanah Gibson-Mount authored
-