summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-10-12lib/crypt-port.h: Include <unistd.h> without declaring crypt prototypes.Björn Esser2-3/+17
2020-10-10Fix typos.Samanta Navarro3-3/+3
2020-08-18Salt string compatibility with generic implementations.Björn Esser3-6/+28
2020-08-15crypt-sha512: Drop explicit assignment of phr_size parameter.Björn Esser1-1/+0
2020-08-12lib/crypt: Fix compilation error with older versions of glibc.Björn Esser1-1/+1
2020-04-04Replace spaces with tabs.Björn Esser1-1/+1
2020-04-04Add e2k architecture supportAndrew Savchenko1-0/+1
2020-02-25Don’t define xcrypt <=3.1.1 compat names as linkable symbols (#100)Zack Weinberg1-8/+6
2020-02-06OSX build fixes.Zack Weinberg1-31/+22
2020-02-02Explicitly declare all non-static functions as 'extern'.Björn Esser6-26/+28
2020-01-30alg-yescrypt-common.c: Fix '-Wmaybe-uninitialized' with GCC 10 on s390x.Björn Esser1-1/+1
2020-01-17Rename lib/hashes.lst to lib/hashes.conf.Zack Weinberg3-4/+4
2019-12-11crypt-common.h: Declare `ascii64` with explicit `extern`.Zack Weinberg1-1/+1
2019-09-18gen-hashes: Fix ordering of methods with gawk < 4.1.0. (Fixes #94)Björn Esser1-4/+4
2019-09-07alg-sha256: Fix false positive finding from CovScan. (Fixes #93)Björn Esser1-1/+2
2019-09-01Add binary compatibility for GNU/Hurd and GNU/kFreeBSDSamuel Thibault5-1/+64
2019-05-04Apply proper GNU-style code formatting.Björn Esser7-40/+40
2019-05-04alg-gost3411-2012-core: Remove unneeded union keyword.Björn Esser1-1/+1
2019-05-03gost-yescrypt: Fix alignment problem for GOST 34.11 (Streebog)Vitaly Chikunov1-2/+5
2019-03-03Fix the (not happening) explicit null dereference found by CovScan.Björn Esser1-3/+10
2019-03-01Move code, documentation, and tests into subdirectories.Zack Weinberg61-0/+18451