aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/integrity_checker.c
Commit message (Collapse)AuthorAgeFilesLines
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-21/+21
|
* added file and segment lengths to checksum.cAndreas Steffen2009-07-211-14/+40
|
* filter objects for segment checksumming by dlpi_name, excludes rare false ↵Martin Willi2009-07-211-1/+8
| | | | positives
* enumerate executable sections only to build checksumMartin Willi2009-07-211-2/+1
|
* streamlined debug output of integrity testsAndreas Steffen2009-07-171-6/+7
|
* use architecture specific Elf headerMartin Willi2009-07-061-1/+1
|
* check on-disk and loaded segment integrity of libstrongswanMartin Willi2009-06-221-1/+25
|
* reduced verbosity of integrity checkerMartin Willi2009-06-221-4/+2
|
* integrity checker accepts an option checksum library on constructionMartin Willi2009-06-221-16/+18
|
* implemented an integrity checker class to build and check code integrityMartin Willi2009-06-221-0/+275