- Apr 16, 2020
-
-
- Apr 13, 2020
-
-
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 02, 2020
-
-
- Feb 21, 2020
-
-
Quanah Gibson-Mount authored
Fixes potential segfault in ldapsearch
-
- Jan 30, 2020
-
- Jan 23, 2020
-
-
Howard Chu authored
-
Howard Chu authored
-
- Jan 11, 2020
-
-
- Jan 09, 2020
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Nov 22, 2019
-
-
Quanah Gibson-Mount authored
-
- Nov 21, 2019
-
-
Howard Chu authored
-
Howard Chu authored
-
Since GnuTLS moved to implicit initialization on library load, calling this function deinitializes GnuTLS and then re-initializes it. When GnuTLS uses /dev/urandom as an entropy source (getrandom() not available, or older versions of GnuTLS), and the application closed all file descriptors at startup, this could result in GnuTLS opening /dev/urandom over one of the application's file descriptors when re-initialized. Additionally, the custom mutex functions are never reset, so if libldap is unloaded (for example via dlclose()) after calling this, its code may be unmapped and the application could crash when GnuTLS calls the mutex functions. On typical systems, GnuTLS system mutexes are probably the same as what libldap uses anyway.
-
- Oct 15, 2019
-
-
- Aug 26, 2019
-
-
Howard Chu authored
-
Howard Chu authored
mdb_load wasn't properly inserting escaped backslashes into the data. mdb_dump wasn't escaping backslashes when generating printable output.
-
- Jul 23, 2019
-
-
Quanah Gibson-Mount authored
Adjust patch for ITS#7585 as Windows does not have LDAPI support.
-
- Jul 19, 2019
-
-
Quanah Gibson-Mount authored
This reverts commit 33945aeb. Depends on custom glibc from RedHat
- Jun 27, 2019
-
-
Quanah Gibson-Mount authored
-
- Jun 25, 2019
-
-
- Jun 21, 2019
-
-
- Jun 20, 2019
-
-
- Jun 17, 2019
-
-
Fix building OpenLDAP with -DLDAP_CONNECTIONLESS so that ldap_is_ldapc_url function is defined
-
-
ITS#8508 - Allow ucgendat.c to recognize title-case characters even if they do not have lower-case equivalents I, Zebediah Figura, hereby place the following modifications to OpenLDAP Software (and only these modifications) into the public domain. Hence, these modifications may be freely used and/or redistributed for any purpose with or without attribution and/or other notice.
-
- Jun 13, 2019
-
-
-
ldap_create_assertion_control_value was returning ld->ld_errno upon success without reseting it to LDAP_SUCCESS first
-
-
This can be done by setting them to an empty string value.
-
- May 13, 2019
-
-
- May 06, 2019
-
-
- Apr 18, 2019
-
-
Was using the ldapi socket path as a hostname
-
- Apr 16, 2019
-
-
Howard Chu authored
-
Broken in ITS#8756
-
- Mar 19, 2019
-
-
- Feb 28, 2019
-
-