- Nov 21, 2019
-
-
-
Quanah Gibson-Mount 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.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
- Oct 15, 2019
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
- Aug 19, 2019
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Jul 24, 2019
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Jul 23, 2019
-
-
Quanah Gibson-Mount authored
Adjust patch for ITS#7585 as Windows does not have LDAPI support.
-
- Jul 22, 2019
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
This reverts commit 6f623dfa.
-
Quanah Gibson-Mount authored
This reverts commit 653922c5.
-
Quanah Gibson-Mount authored
This reverts commit e224920e.
-
- Jul 19, 2019
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
This reverts commit 33945aeb. Depends on custom glibc from RedHat
-
- Jul 15, 2019
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Don't search for scopes of entries with no children
-
-
- Jul 08, 2019
-
-
- Jun 27, 2019
-
-
Quanah Gibson-Mount authored
-
- Jun 25, 2019
-
-
Quanah Gibson-Mount authored
-
-