summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-17configure: Check availability of __attribute__((symver)).Björn Esser2-1/+2
2021-09-17build-aux/ax_gcc_func_attribute.m4: Add check for symver attribute.Björn Esser1-1/+5
2021-09-17build-aux/ax_gcc_func_attribute.m4: New file.Björn Esser2-0/+245
2021-08-16rpkg: Compile test-programs during %%build stage.Björn Esser1-0/+3
2021-08-08Bump tarball version to 4.4.26 and update NEWS.Björn Esser2-1/+3
2021-08-08Update NEWS.Björn Esser1-0/+6
2021-08-08test/checksalt.c: Add some testcases for invalid salt characters.Björn Esser1-9/+21
2021-08-08test/special-char-salt.c: Adapt testcases for invalid salt characters.Björn Esser1-493/+493
2021-08-08lib/crypt.c: Stricter checking of invalid salt characters.Björn Esser1-17/+38
2021-08-05CI: Run make with parallel jobs.Björn Esser6-11/+46
2021-08-05configure: Add support for Python 3.11.Björn Esser1-1/+1
2021-08-05CI: Add more files to be ignored for CI run.Björn Esser4-4/+4
2021-08-05Packit: Add scratch build for Rawhide on Koji.Björn Esser1-6/+16
2021-08-05lib/util-base64.c: Explicitly terminate the c string.Björn Esser1-2/+3
2021-08-05test/special-char-salt.c: Fix formatting of error message.Björn Esser1-2/+2
2021-08-04Drop scripts used for TravisCI.Björn Esser5-605/+0
2021-08-04NEWS: Fix interpunction.Björn Esser1-1/+1
2021-08-04Bump tarball version to 4.4.25 and update NEWS.Björn Esser2-1/+3
2021-08-04Update NEWS.Björn Esser1-0/+33
2021-08-04test/explicit-bzero.c: Fix indentation.Björn Esser1-33/+33
2021-08-04test/badsalt.c: Fix indentation.Björn Esser1-6/+6
2021-08-04test/getrandom-interface.c: Fix 'NEGATIVE_RETURNS' found by Covscan.Björn Esser1-4/+5
2021-08-04test/crypt-badargs.c: Fix 'NEGATIVE_RETURNS' found by Covscan.Björn Esser1-3/+4
2021-08-04test/badsalt.c: Fix 'NEGATIVE_RETURNS' found by Covscan.Björn Esser1-3/+4
2021-08-04test/explicit-bzero.c: Fix 'NEGATIVE_RETURNS' found by Covscan.Björn Esser1-3/+4
2021-08-04test/short-outbuf.c: Fix 'INCOMPATIBLE_CAST' found by Covscan.Björn Esser1-7/+8
2021-07-22test/getrandom-fallbacks.c: Fix 'STRING_NULL' found by Covscan.Björn Esser1-1/+2
2021-07-22test/alg-hmac-sha1.c: Fix 'STRING_NULL' found by Covscan.Björn Esser1-2/+2
2021-07-22test/alg-yescrypt.c: Fix 'OVERFLOW_BEFORE_WIDEN' found by Covscan.Björn Esser1-1/+1
2021-07-22test/getrandom-fallbacks.c: Fix 'VARARGS' found by Covscan.Björn Esser1-0/+1
2021-07-22test/short-outbuf.c: Fix 'SIZEOF_MISMATCH' found by Covscan.Björn Esser1-17/+10
2021-07-22CI: Add a manual trigger for Covscan.Björn Esser1-0/+1
2021-07-22README: Add links to new badges.Björn Esser1-3/+3
2021-07-22README: Add badges for github actions.Björn Esser1-1/+3
2021-07-22CI: Add a workflow that mimics the Travis config matrix.Zack Weinberg1-0/+128
2021-07-22CI: Add workflows for running code quality tools.Zack Weinberg2-0/+254
2021-07-22CI: Add workflow to run ‘make distcheck’.Björn Esser1-0/+105
2021-07-22CI: Add workflow to run testsuite under memory checkers.Zack Weinberg2-1/+164
2021-07-22CI: Bootstrap caching and better log dumping for codecov.yml.Zack Weinberg3-8/+98
2021-07-22Detect ASan in configure and disable incompatible tests.Zack Weinberg3-0/+47
2021-07-21Update codecov.yml to codecov/codecov-action@v2.Zack Weinberg5-21/+45
2021-07-21Fix bigcrypt-related test cases in test/badsalt.Zack Weinberg1-1/+12
2021-07-21Fix incorrect variable name in .github/workflows/codecov.ymlZack Weinberg1-3/+3
2021-07-21Fix incorrect bcrypt-related ifdeffage in test/badsalt.cZack Weinberg1-4/+4
2021-07-20List policies exhaustively in .perlcriticrc and enforce this.Zack Weinberg3-62/+592
2021-07-20Revert "test/TestCommon.pm: Remove useless '## no critic'."Zack Weinberg1-0/+3
2021-07-20Apply perltidy formatting fixes for gen-crypt-hashes-h.Zack Weinberg1-1/+1
2021-07-20Makefile: Add ‘test-programs’ utility target.Zack Weinberg1-0/+4
2021-07-20Fix deepcode.ai lints.Zack Weinberg2-19/+21
2021-07-20Add a note to codecov.yml explaining why we need to install llvm.Zack Weinberg1-0/+1