- 19 Apr, 2021 1 commit
-
-
Quanah Gibson-Mount authored
Adjust to honor CFLAGS and LDFLAGS Drop -Wall from the OPTimization flag
-
- 14 Apr, 2021 1 commit
-
-
Howard Chu authored
-
- 09 Apr, 2021 2 commits
-
-
Stopping short of a full rewrite which would be needed to get rid of static variables, etc.
-
-
- 06 Apr, 2021 1 commit
-
-
Ondřej Kuzník authored
-
- 02 Apr, 2021 1 commit
-
-
Quanah Gibson-Mount authored
Tweak CRACKLIB linking so that it doesn't depend on gmake
-
- 01 Apr, 2021 3 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Ondřej Kuzník authored
-
- 31 Mar, 2021 1 commit
-
-
Instead of microseconds
-
- 30 Mar, 2021 1 commit
-
-
Ondřej Kuzník authored
-
- 26 Mar, 2021 7 commits
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
-
-
- 18 Mar, 2021 2 commits
-
-
Quanah Gibson-Mount authored
-
-
- 10 Mar, 2021 1 commit
-
-
Quanah Gibson-Mount authored
-
- 02 Mar, 2021 1 commit
-
-
- 24 Feb, 2021 1 commit
-
-
Howard Chu authored
-
- 18 Feb, 2021 1 commit
-
-
Quanah Gibson-Mount authored
-
- 17 Feb, 2021 1 commit
-
-
Quanah Gibson-Mount authored
Fix a number of different typos across the code base
-
- 09 Feb, 2021 1 commit
-
-
Quanah Gibson-Mount authored
-
- 11 Jan, 2021 1 commit
-
-
Quanah Gibson-Mount authored
-
- 25 Sep, 2020 1 commit
-
-
Ondřej Kuzník authored
-
- 21 Aug, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 05 Aug, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 18 Jul, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 04 Jul, 2020 1 commit
-
-
- 22 Jun, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 31 May, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 14 Apr, 2020 6 commits
-
-
Ryan Tandy authored
The defaults vary by crypto library and possibly even version, so it's not worth trying to keep them accurate.
-
Ryan Tandy authored
-
Ryan Tandy authored
-
Ryan Tandy authored
-
* 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>
-
Ryan Tandy authored
Based on initial patch by Peter Marschall.
-