aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *: remove WHIRLPOOL hash supportFabian Groffen2024-01-011-2/+2
| | | | | | | WHIRLPOOL has not been in use since mid 2017, and its support is bound to be removed from OpenSSL. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qtegrity: fix Coverity 206558 Unchecked return valueFabian Groffen2020-01-241-1/+3
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qtegrity: fix Coverity 185976 Dereference before null checkFabian Groffen2020-01-201-3/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qtegrity: use libq/hash iso shelling out to shaXsumFabian Groffen2019-07-141-51/+14
| | | | | | | | Use libq/hash functionality (as used by qmanifest) in qtegrity to obtain hashes for files. This adds a dep on openssl currently, so allow disabling this applet. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* q: fix various issues on Linux systemsFabian Groffen2019-03-271-0/+3
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* build: compile applets as separate objectsFabian Groffen2019-03-271-9/+7
| | | | | | | | Instead of including everything from a single file, compile each applet separately. This standardises things somewhat, and allows for parallel compilation. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* build: add gnulib sourcesFabian Groffen2019-03-191-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* libq: standardise buildFabian Groffen2019-03-181-1/+4
| | | | | | | | | Compile each C-file by itself, producing an object which is linked into a convenience archive. The q program then links against that archive. Switch to autotools-based build for everyone. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* In qtegrity.c make check_file use _Q_PATH_MAX when checking filename lenSam Besselink2019-02-231-3/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qtegrity: fix signedness warningFabian Groffen2018-05-181-1/+1
|
* qtegrity: new applet by Sam Besselink for use with IMA, bug #619988Fabian Groffen2018-05-181-0/+509
Bug: https://bugs.gentoo.org/619988