- 03 Oct, 2019 1 commit
-
-
- 23 Sep, 2019 2 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
- 12 Sep, 2019 1 commit
-
-
Ryan Tandy 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.
-
- 10 Sep, 2019 2 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
- 30 Aug, 2019 2 commits
-
-
Ryan Tandy authored
-
Ondřej Kuzník authored
-
- 27 Aug, 2019 2 commits
-
-
Ondřej Kuzník authored
-
Ensure gnutls_digest_get_id() is available
-
- 26 Aug, 2019 1 commit
-
-
- 19 Aug, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 13 Aug, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 12 Aug, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 23 Jul, 2019 1 commit
-
-
Quanah Gibson-Mount authored
Adjust patch for ITS#7585 as Windows does not have LDAPI support.
-
- 19 Jul, 2019 1 commit
-
-
Quanah Gibson-Mount authored
This reverts commit ebf0ef5c. Depends on custom glibc from RedHat
-
- 17 Jul, 2019 1 commit
-
-
Howard Chu authored
-
- 15 Jul, 2019 3 commits
-
-
Howard Chu authored
Don't search for scopes of entries with no children
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
- 11 Jul, 2019 1 commit
-
-
Howard Chu authored
Trying again, fixed previous attempt
-
- 10 Jul, 2019 1 commit
-
-
Howard Chu authored
-
- 08 Jul, 2019 1 commit
-
-
- 03 Jul, 2019 2 commits
-
-
Howard Chu authored
This reverts commit bfe9152c.
-
Howard Chu authored
-
- 27 Jun, 2019 2 commits
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- 26 Jun, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 25 Jun, 2019 1 commit
-
-
Howard Chu authored
-
- 24 Jun, 2019 1 commit
-
-
Ondřej Kuzník authored
-
- 21 Jun, 2019 2 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
- 20 Jun, 2019 4 commits
-
-
-
-
-
Ondřej Kuzník authored
-
- 19 Jun, 2019 2 commits
-
-
Ondřej Kuzník authored
-
Howard Chu authored
Treat as normal user for any other DB.
-
- 18 Jun, 2019 1 commit
-
-
Quanah Gibson-Mount authored
Add missing matching rules for the cn=config schema elements for: slapd-null slapd-relay slapo-chain
-
- 17 Jun, 2019 1 commit
-
-
Fix building OpenLDAP with -DLDAP_CONNECTIONLESS so that ldap_is_ldapc_url function is defined
-