aboutsummaryrefslogtreecommitdiffstats
path: root/src/checksum
Commit message (Collapse)AuthorAgeFilesLines
* Don't use a strongswan.conf in checksum_builder, disables checksummingMartin Willi2011-05-251-1/+2
|
* Force link of checksum builder against libhydra/libcharonMartin Willi2011-05-252-1/+8
|
* Checksum plugins only for components we actually buildMartin Willi2011-05-252-4/+10
|
* Use an explicit plugin list instead of the unrealible "find" to build checksumsMartin Willi2010-08-122-105/+112
|
* checksum_builder() needs the pluto symbolAndreas Steffen2010-05-191-0/+3
|
* implemented xauth as a pluto pluginAndreas Steffen2010-05-181-0/+1
|
* Link libhydra to checksum_builder so the hydra object is defined.Tobias Brunner2010-03-241-0/+1
|
* Segment check added for libhydra.Tobias Brunner2010-03-241-0/+1
|
* Fixing integrity-checks after moving the attr-sql plugin and adding libhydra.Tobias Brunner2010-03-242-2/+12
|
* Link libcharon to checksum_builder in order to get rid of the fake symbols.Tobias Brunner2010-03-242-6/+4
|
* Don't indirectly link dependent libraries.Gerd von Egidy2010-03-191-1/+1
| | | | | | | | | | | | | | | The default behaviour for ld allows users to 'indirectly' link to required objects/libraries through intermediate objects/libraries. While this is convenient, it can also be dangerous because it makes your program's dependencies tied to the dependencies of other objects. Beginning with Fedora 13 this will be changed and you need to explicitly link all dependent libraries. More details can be found here: http://fedoraproject.org/wiki/UnderstandingDSOLinkChange This patch fixes all such cases in strongSwan.
* Make integrity tests compatible with libcharon.Tobias Brunner2010-03-192-1/+7
| | | | | This does currently not work because libtool relinks libcharon on install, thus changing the checksum.
* Reordered the name and sname construction.Tobias Brunner2010-03-121-4/+4
|
* Fixing integrity tests after renaming the plugin constructors.Tobias Brunner2010-03-081-2/+12
|
* move SQL-based pool functionality to new attr-sql libstrongswan pluginAndreas Steffen2009-10-131-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-7/+7
|
* added pki/.libs/pki to the libsAndreas Steffen2009-08-261-0/+1
|
* started implementation of a PKI tool, currently supporting RSA|ECDSA key ↵Martin Willi2009-08-261-0/+4
| | | | generation
* check integrity of pool code fileAndreas Steffen2009-08-172-0/+8
|
* integrity test of openac and scepclient code filesAndreas Steffen2009-08-172-0/+13
|
* added -module -avoid-version LDFLAGSAndreas Steffen2009-08-111-0/+1
|
* added file and segment lengths to checksum.cAndreas Steffen2009-07-211-4/+11
|
* Fixing distribution build (checksum.c is created on the user's system).Tobias Brunner2009-07-161-2/+2
|
* handle --disable-pluto/charon with --enable-integrity-testMartin Willi2009-06-221-3/+9
|
* build and verify on disk file integrity of pluto and charon executablesMartin Willi2009-06-222-14/+27
|
* removed functions from faked symbol list, not needed anymore with RTLD_LAZYMartin Willi2009-06-221-10/+2
|
* moved checksum_builder/libchechsum to top srcdir to respect build orderMartin Willi2009-06-223-0/+133