summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2018-11-03Remove 'crypt-private.h' and merge it into 'crypt-port.h'.Björn Esser1-1/+1
2018-11-03Move helper functions into 'crypt-common.c'.Björn Esser1-3/+3
2018-11-02Drop the SIMD implementations of the GOST R 34.11-2012 hash function.Björn Esser1-6/+5
2018-10-31Darwin doesn't support strong aliases. (Fixes #43)Björn Esser1-1/+1
2018-10-31Check whether the linker understands '-z,text'.Björn Esser1-1/+1
2018-10-31Check whether to fail linking when undefined symbols remain.Björn Esser1-1/+1
2018-10-31Check whether the linker can use version-script files.Björn Esser1-4/+8
2018-10-28Add gost-yescrypt backend and tests.Björn Esser1-14/+26
2018-10-26Enforce source file names to be max. 99 characters long.Björn Esser1-1/+2
2018-10-24Use bzip2 and xz compression for distribution tarballs, too.Björn Esser1-1/+1
2018-10-21Add gen-des-tables to noinst_PROGRAMS.Björn Esser1-0/+2
2018-10-21Add crypt-symbol-vers.h to nodist_noinst_HEADERS.Björn Esser1-1/+1
2018-10-21Include crypt.h from crypt-port.h.Björn Esser1-5/+5
2018-10-21Generate included header files before any other target.Björn Esser1-7/+9
2018-09-21Use yescrypt’s sha256 implementation for sha256crypt as well.Zack Weinberg1-2/+4
2018-09-10crypt.h: Add version macros.Björn Esser1-5/+4
2018-09-08Fix “make distcheck” again.Zack Weinberg1-1/+1
2018-09-08Add tests for scrypt.Björn Esser1-3/+4
2018-09-08Implement crypt and gensalt for scrypt.Björn Esser1-3/+2
2018-09-07Prefix yescrypt* file names with 'alg-'.Björn Esser1-9/+9
2018-09-05Swap crypt.3 with crypt_rn.3; add crypt_gensalt_r[an].cZack Weinberg1-2/+3
2018-09-05Correct failures caught by 'make distcheck'.Zack Weinberg1-0/+4
2018-08-24Add yescrypt backend and testsVitaly Chikunov1-3/+7
2018-08-04Add alias man-pages for other crypt functions.Björn Esser1-1/+2
2018-08-02Use valgrind memcheck if available to test for memory leaks.Björn Esser1-4/+7
2018-07-26Issue #15: predictable behavior when crypt args are NULL or invalid.Zack Weinberg1-1/+2
2018-07-13Makefile: Fix warnings from automakeBjörn Esser1-6/+16
2018-07-13Fix several test failures on x86-64 with -m32.Zack Weinberg1-1/+1
2018-07-13Extend --enable-obsolete-api configure optionDmitry V. Levin1-2/+8
2018-07-13Install libcrypt.pc symlink along with libxcrypt.pcDmitry V. Levin1-0/+9
2018-07-12Add tests for get_random_bytes.Zack Weinberg1-1/+9
2018-07-11Add more tests based on gaps in line coverage.Zack Weinberg1-1/+3
2018-07-09Add test for short output buffersBjörn Esser1-1/+2
2018-07-09Make salt validation pickier.Zack Weinberg1-5/+4
2018-07-04Make it possible to disable individual hashes at configure time.Zack Weinberg1-32/+31
2018-07-04Check in alg-des-tables.c, don't run gen-des-tables at build time.Zack Weinberg1-25/+1
2018-06-30Extend --enable-weak-hashes configure optionDmitry V. Levin1-6/+14
2018-06-30Lower the minimum required automake versionDmitry V. Levin1-1/+1
2018-05-22Fix spelling of SUSEThorsten Kukuk1-2/+2
2017-11-08Makefile: Add missing headers to dist tarballBjörn Esser1-3/+4
2017-10-26crypt-pbkdf1-sha1: Add support for PBKDF1 with SHA1 ($sha1$<rounds>$<salt>$)Björn Esser1-2/+4
2017-10-25alg-hmac-sha1: Add implementation of HMAC with SHA1Björn Esser1-2/+4
2017-10-25alg-sha1: Add implementation of the Secure Hash Algorithm 1 (SHA1)Björn Esser1-2/+3
2017-10-24Add support for SUNMD5 ($md5[,rounds=%u]$salt$) from (Open)SolarisBjörn Esser1-2/+3
2017-10-23test-des-obsolete_r: Same as test-des-obsolete, but for reentrant functionsBjörn Esser1-1/+2
2017-10-23test-crypt-nonnull: Test for crypt_r{a,n} returning non-NULL on errorBjörn Esser1-1/+2
2017-10-23test-crypt-badsalt: Add test to check for retval '*0' on bad saltBjörn Esser1-1/+3
2017-10-21Add support for NTHASH ($3$) from FreeBSDBjörn Esser1-2/+6
2017-10-21Add implementation of the MD4 message-digest algorithmBjörn Esser1-2/+3
2017-10-21Support for cross-compilation in the build scripts.Zack Weinberg1-4/+24