summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-19lib/crypt.c: New data member `is_strong` for `struct hashfn`.Björn Esser3-16/+27
2021-05-19rpkg: Run a build with all possible tests enabled.Björn Esser1-0/+38
2021-05-19rpkg: Run test for glibc compatibility symbols.Björn Esser1-0/+3
2021-05-01NEWS: Fix issue number.Björn Esser1-1/+1
2021-05-01Bump tarball version to 4.4.21 and update NEWS.Björn Esser2-1/+3
2021-05-01Update NEWS.Björn Esser1-5/+3
2021-05-01Revert "TravisCI: Explicitly install libc6-dbg for Valgrind."Björn Esser1-1/+0
2021-05-01TravisCI: Explicitly install libc6-dbg for Valgrind.Björn Esser1-0/+1
2021-05-01build-aux/compute-symver-floor: Fix handling of spaces in CFLAGSRichard Purdie1-0/+4
2021-04-08Bump tarball version to 4.4.20 and update NEWS.Björn Esser2-1/+3
2021-04-08 Update NEWS.Björn Esser1-0/+12
2021-03-31Makefile: Force update of existing symlinks during installation.Björn Esser1-6/+6
2021-03-31rpkg: Enable LTO for experimental test-builds.Björn Esser1-5/+0
2021-03-31lib/crypt-port.h: Use the symver attribute with GCC 10.Björn Esser1-1/+24
2021-03-31gitignore: Add more compiler output to be ignored by git.Björn Esser1-0/+6
2021-03-31lib/alg-sha512.c: Fix Werror=conversion.Björn Esser1-1/+1
2021-03-31test/explicit-bzero.c: Fix Werror=sign-conversion.Björn Esser1-1/+1
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 Weinberg3-35/+150
2021-03-18Compilation fix for NetBSD.Zack Weinberg1-7/+9
2021-03-18Don’t apply --enable-obsolete-api-enosys mode to fcrypt.Zack Weinberg4-120/+6
2021-03-18Don’t build xcrypt.h if we’re not going to install it.Zack Weinberg5-19/+13
2021-03-18configure.ac: error out if compute-symver-floor returns nothing.Zack Weinberg1-0/+3
2021-03-16configure.ac: export CC before invoking compute-symver-floor.Helmut Grohne1-0/+1
2021-03-16Fix more CI failures.Zack Weinberg1-1/+6
2021-03-16alg-yescrypt-opt.c: Cast output of _mm_cvtsi128_si32 to uint32_t.Zack Weinberg1-1/+1
2021-03-16Add glibc-on-CSKY, ARC, and RISCV-32 entries to libcrypt.minver.Zack Weinberg2-3/+6
2021-03-07Improve fallback implementation of explicit_bzero.Zack Weinberg6-11/+404
2021-03-07Remove the XCRYPT_SECURE_MEMSET and insecure_memzero macros.Zack Weinberg15-80/+72
2021-03-07Remove the XCRYPT_STRCPY_OR_ABORT macro.Zack Weinberg7-12/+11
2021-03-07Split up crypt-common.c, normalize naming of utility functions.Zack Weinberg8-59/+138
2021-03-07Fold crypt-common.h into crypt-port.h.Zack Weinberg3-55/+37
2021-03-07Don’t use __names in crypt-obsolete.h.Zack Weinberg1-10/+11
2021-03-07Dump test logs if the testsuite fails during ‘make distcheck’.Zack Weinberg1-3/+6
2021-03-07Remove redundant byte order conversion functions.Zack Weinberg7-231/+86
2021-02-20Bump tarball version to 4.4.19 and update NEWS.Björn Esser2-1/+3
2021-02-20Update NEWS.Björn Esser1-0/+4
2021-02-20rpkg: Add explicit BR on make and perl-core.Björn Esser1-0/+2
2021-02-20Rewrite shell-based test scripts in Perl.Zack Weinberg9-352/+692
2021-02-20Rewrite skip-if-exec-format-error in Perl.Zack Weinberg2-17/+67
2021-02-20Rewrite build scripts in Perl.Zack Weinberg18-864/+1480
2021-02-20Add a build using Ubuntu 14.04 (Trusty).Zack Weinberg8-0/+198
2021-02-20lib/alg-gost3411-core.c: fix conversion error seen by sensitive compilersGuillaume W. Bres1-1/+1
2021-01-15.travis.yml: only run travis-after-success on success.Zack Weinberg1-2/+1
2021-01-15test/crypt-badargs.c: ERROR instead of FAIL on memory allocation failure.Zack Weinberg1-3/+3
2021-01-04Enable tracking of branch coverage data.Zack Weinberg1-5/+11
2021-01-04Use codecov.io’s “bash uploader” instead of codecov from PyPI.Zack Weinberg3-15/+5
2020-12-31CI: minimize lists of packages installed on Linux.Zack Weinberg1-18/+2
2020-12-31Fix CI problems on OSX.Zack Weinberg3-15/+12
2020-12-31Move most scripts to top-level build-aux directory.Zack Weinberg32-67/+70