summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2022-11-01configure: Restore the functionality of the '--disable-symvers' switch.GalaxyMaster1-0/+4
2021-09-18Makefile: Add release target for signed distribution tarballs.Björn Esser1-0/+41
2021-09-18Move auxiliary build-scripts into seperate subdir.Björn Esser1-30/+30
2021-09-18Move m4sh scripts to build-aux/m4 directory.Björn Esser1-1/+1
2021-07-20List policies exhaustively in .perlcriticrc and enforce this.Zack Weinberg1-1/+4
2021-07-20Makefile: Add ‘test-programs’ utility target.Zack Weinberg1-0/+4
2021-03-31Makefile: Force update of existing symlinks during installation.Björn Esser1-6/+6
2021-03-21Correct declaration of custom AM_V_* variables.Zack Weinberg1-2/+2
2021-03-21Avoid rebuilding the world every time the Makefile changes.Zack Weinberg1-34/+65
2021-03-18Don’t apply --enable-obsolete-api-enosys mode to fcrypt.Zack Weinberg1-2/+1
2021-03-18Don’t build xcrypt.h if we’re not going to install it.Zack Weinberg1-3/+1
2021-03-07Improve fallback implementation of explicit_bzero.Zack Weinberg1-2/+17
2021-03-07Split up crypt-common.c, normalize naming of utility functions.Zack Weinberg1-10/+18
2021-03-07Fold crypt-common.h into crypt-port.h.Zack Weinberg1-1/+0
2021-03-07Remove redundant byte order conversion functions.Zack Weinberg1-1/+0
2021-02-20Rewrite shell-based test scripts in Perl.Zack Weinberg1-13/+19
2021-02-20Rewrite skip-if-exec-format-error in Perl.Zack Weinberg1-1/+1
2021-02-20Rewrite build scripts in Perl.Zack Weinberg1-38/+38
2021-02-20Add a build using Ubuntu 14.04 (Trusty).Zack Weinberg1-0/+4
2020-12-31Move most scripts to top-level build-aux directory.Zack Weinberg1-18/+19
2020-08-18test/special-char-salt: New test.Björn Esser1-1/+3
2020-08-14Makefile: Export the NM variable to the test environment.Björn Esser1-1/+2
2020-02-06OSX build fixes.Zack Weinberg1-3/+7
2020-01-17Rename lib/hashes.lst to lib/hashes.conf.Zack Weinberg1-3/+3
2020-01-16Change how the known-answer tests are parallelized.Zack Weinberg1-15/+82
2019-09-01Add binary compatibility for GNU/Hurd and GNU/kFreeBSDSamuel Thibault1-2/+5
2019-03-01Move code, documentation, and tests into subdirectories.Zack Weinberg1-107/+186
2019-02-07Do not use hardcoded Python executable in Makefile.Björn Esser1-1/+3
2019-02-06Makefile: Add dependencies for regen-test-crypt-kat target.Björn Esser1-4/+7
2019-02-04Add back known-answer test for yescrypt and gost-yescrypt.Zack Weinberg1-0/+11
2019-02-03Parallelize test-crypt-kat.Zack Weinberg1-1/+4
2019-02-03Consolidate known answer tests for crypt* API.Zack Weinberg1-15/+8
2019-01-24Add --enable-obsolete-api-enosys configure option.Björn Esser1-1/+2
2019-01-22Makefile: Fix dependency for generating <crypt.h>.Björn Esser1-2/+2
2019-01-22Makefile: Optimize explicit dependencies for parallel builds.Björn Esser1-3/+3
2019-01-21Add generated C++-guards to <xcrypt.h>.Björn Esser1-12/+20
2018-12-08Add test-alg-yescrypt from upstream for improved coverage.Björn Esser1-8/+14
2018-12-06Apply full read-only relocations to generated binaries, if supported.Björn Esser1-2/+5
2018-12-05Refactor gensalt_nt_rn to simply return its own prefix.Björn Esser1-1/+2
2018-12-04Add -fno-plt to the compiler flags, if supported. (#71)Björn Esser1-1/+1
2018-11-19Implement the crypt_preferred_method function.Björn Esser1-2/+3
2018-11-19Use prebuilt object files from libcrypt for linking the tests.Björn Esser1-40/+83
2018-11-19Move the base64 encoding table to crypt-common.Björn Esser1-2/+2
2018-11-14Install <xcrypt.h> and a symlink from libxcrypt.so to libcrypt.so.Björn Esser1-3/+47
2018-11-14Add aliases for xcrypt{,_r} and xcrypt_gensalt{,_r}.Björn Esser1-0/+1
2018-11-10New test: crypt_gensalt should look only at the prefix.Zack Weinberg1-0/+2
2018-11-09Configure the value of 'CRYPT_GENSALT_IMPLEMENTS_DEFAULT_PREFIX'.Björn Esser1-0/+4
2018-11-09Implement crypt_checksalt.Björn Esser1-2/+4
2018-11-03Submit coverage info for all builds on TravisCI, but Coverity Scan.Björn Esser1-1/+1
2018-11-03Link tests with 'crypt-common.lo' explicitly.Björn Esser1-28/+28