aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/integrity_checker.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved integrity_checker_t to utils folderTobias Brunner2012-10-241-321/+0
|
* Migrated integrity_checker_t to INIT/METHOD macrosAndreas Steffen2010-12-021-38/+24
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-17/+20
|
* Fixing some includes by replacing <> with "".Tobias Brunner2010-03-021-2/+2
| | | | I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths.
* 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