Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixing integrity-checks after moving the attr-sql plugin and adding libhydra. | Tobias Brunner | 2010-03-24 | 2 | -2/+12 | |
| | ||||||
* | Link libcharon to checksum_builder in order to get rid of the fake symbols. | Tobias Brunner | 2010-03-24 | 2 | -6/+4 | |
| | ||||||
* | Don't indirectly link dependent libraries. | Gerd von Egidy | 2010-03-19 | 1 | -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 Brunner | 2010-03-19 | 2 | -1/+7 | |
| | | | | | This does currently not work because libtool relinks libcharon on install, thus changing the checksum. | |||||
* | Reordered the name and sname construction. | Tobias Brunner | 2010-03-12 | 1 | -4/+4 | |
| | ||||||
* | Fixing integrity tests after renaming the plugin constructors. | Tobias Brunner | 2010-03-08 | 1 | -2/+12 | |
| | ||||||
* | move SQL-based pool functionality to new attr-sql libstrongswan plugin | Andreas Steffen | 2009-10-13 | 1 | -2/+2 | |
| | ||||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -7/+7 | |
| | ||||||
* | added pki/.libs/pki to the libs | Andreas Steffen | 2009-08-26 | 1 | -0/+1 | |
| | ||||||
* | started implementation of a PKI tool, currently supporting RSA|ECDSA key ↵ | Martin Willi | 2009-08-26 | 1 | -0/+4 | |
| | | | | generation | |||||
* | check integrity of pool code file | Andreas Steffen | 2009-08-17 | 2 | -0/+8 | |
| | ||||||
* | integrity test of openac and scepclient code files | Andreas Steffen | 2009-08-17 | 2 | -0/+13 | |
| | ||||||
* | added -module -avoid-version LDFLAGS | Andreas Steffen | 2009-08-11 | 1 | -0/+1 | |
| | ||||||
* | added file and segment lengths to checksum.c | Andreas Steffen | 2009-07-21 | 1 | -4/+11 | |
| | ||||||
* | Fixing distribution build (checksum.c is created on the user's system). | Tobias Brunner | 2009-07-16 | 1 | -2/+2 | |
| | ||||||
* | handle --disable-pluto/charon with --enable-integrity-test | Martin Willi | 2009-06-22 | 1 | -3/+9 | |
| | ||||||
* | build and verify on disk file integrity of pluto and charon executables | Martin Willi | 2009-06-22 | 2 | -14/+27 | |
| | ||||||
* | removed functions from faked symbol list, not needed anymore with RTLD_LAZY | Martin Willi | 2009-06-22 | 1 | -10/+2 | |
| | ||||||
* | moved checksum_builder/libchechsum to top srcdir to respect build order | Martin Willi | 2009-06-22 | 3 | -0/+133 | |