- 09 Jan, 2020 3 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 08 Jan, 2020 1 commit
-
-
Howard Chu authored
-
- 03 Jan, 2020 3 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
- 18 Dec, 2019 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Test for filtered dynamic attrs, memberOf, filtered memberOf
-
- 16 Dec, 2019 2 commits
-
-
Howard Chu authored
Delete unused code, add comments
-
Howard Chu authored
1) allow filtering on dynamic attribute values 2) populate an optionally configured memberOf attribute test044 script still needs to be extended to test these enhancements. We need to define an interim attributeType for testing memberOf functionality.
-
- 04 Dec, 2019 1 commit
-
-
- 02 Dec, 2019 1 commit
-
-
Ondřej Kuzník authored
Long term, overlay callbacks should not be running in tool mode at all.
-
- 01 Dec, 2019 1 commit
-
-
Howard Chu authored
-
- 29 Nov, 2019 1 commit
-
-
Ondřej Kuzník authored
-
- 28 Nov, 2019 1 commit
-
-
Howard Chu authored
Now handles +/-8740 years centered around year 0000 (1BCE)
-
- 23 Nov, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 22 Nov, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 21 Nov, 2019 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 15 Nov, 2019 1 commit
-
-
Howard Chu authored
-
- 28 Oct, 2019 2 commits
-
-
Howard Chu authored
And additional debug code for tracking errant close()s
-
Howard Chu authored
-
- 14 Oct, 2019 1 commit
-
-
Howard Chu authored
If a txn is aborted in id2entry_put, attribute index mappings added during that txn must also be dropped from memory.
-
- 11 Oct, 2019 1 commit
-
-
Howard Chu authored
-
- 03 Oct, 2019 2 commits
-
-
- 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 3 commits
-
-
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.
-
-