- 23 Jul, 2020 3 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 22 Jul, 2020 2 commits
-
-
- 16 Jul, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
If getaddrinfo is available, should use it here
-
- 15 Jul, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 08 Jul, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
-
- 22 Jun, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 01 Jun, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 28 May, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
-
- 15 May, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 12 May, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
-
- 11 May, 2020 3 commits
-
-
Quanah Gibson-Mount authored
-
-
-
- 30 Apr, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 28 Apr, 2020 7 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Using a hardcoded limit for now; no reasonable apps should ever run into it.
-
- 22 Apr, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 21 Apr, 2020 7 commits
-
-
Quanah Gibson-Mount authored
-
The defaults vary by crypto library and possibly even version, so it's not worth trying to keep them accurate.
-
-
-
-
* use 'crypto_pwhash_str_alg(..., crypto_pwhash_ALG_ARGON2ID13)' to set the algorithm to Argon2. According to libsodium's documentation, the original 'crypto_pwhash_str()' only guarantees a "memory-hard, CPU-intensive hash function", but not necessarily Argon2. Although in released versions of libsodium Argon2 is the only implemented backend, this may chane in the future. * multiply the 'memory' parameter by 1024 to align it with the libargon2 implementation. The objective is to have consistent configuration in OpenLDAP's pw-argon2 module no matter what backend implementation is used. Signed-off-by:
Peter Marschall <peter@adpm.de>
-
Based on initial patch by Peter Marschall.
-