Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved integrity_checker_t to utils folder | Tobias Brunner | 2012-10-24 | 1 | -321/+0 |
| | |||||
* | Migrated integrity_checker_t to INIT/METHOD macros | Andreas Steffen | 2010-12-02 | 1 | -38/+24 |
| | |||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -17/+20 |
| | |||||
* | Fixing some includes by replacing <> with "". | Tobias Brunner | 2010-03-02 | 1 | -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 Willi | 2009-09-04 | 1 | -21/+21 |
| | |||||
* | added file and segment lengths to checksum.c | Andreas Steffen | 2009-07-21 | 1 | -14/+40 |
| | |||||
* | filter objects for segment checksumming by dlpi_name, excludes rare false ↵ | Martin Willi | 2009-07-21 | 1 | -1/+8 |
| | | | | positives | ||||
* | enumerate executable sections only to build checksum | Martin Willi | 2009-07-21 | 1 | -2/+1 |
| | |||||
* | streamlined debug output of integrity tests | Andreas Steffen | 2009-07-17 | 1 | -6/+7 |
| | |||||
* | use architecture specific Elf header | Martin Willi | 2009-07-06 | 1 | -1/+1 |
| | |||||
* | check on-disk and loaded segment integrity of libstrongswan | Martin Willi | 2009-06-22 | 1 | -1/+25 |
| | |||||
* | reduced verbosity of integrity checker | Martin Willi | 2009-06-22 | 1 | -4/+2 |
| | |||||
* | integrity checker accepts an option checksum library on construction | Martin Willi | 2009-06-22 | 1 | -16/+18 |
| | |||||
* | implemented an integrity checker class to build and check code integrity | Martin Willi | 2009-06-22 | 1 | -0/+275 |