aboutsummaryrefslogtreecommitdiffstats
path: root/src/checksum
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* checksum: Read executables from DESTDIRTobias Brunner2014-01-211-7/+7
| | | | | | | This allows to recreate the checksums after the installed binaries have been modified e.g. with strip. Fixes #491.
* checksum: Set rpath including DESTDIR for checksum_builderTobias Brunner2014-01-081-0/+1
| | | | | | | This way libraries to which checksum_builder does not itself link, like libtls and libradius, are found during DESTDIR installs. Fixes #476.
* checksum: Delay building of checksum_builder until required by make installTobias Brunner2014-01-061-2/+2
| | | | This ensures PLUGINDIR includes any DESTDIR set during make install.
* checksum: Remove unnecessary pluto symbolTobias Brunner2014-01-061-3/+0
|
* checksum: The pool utility was moved to its own directoryTobias Brunner2013-10-111-1/+1
|
* Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵Andreas Steffen2013-08-152-2/+10
| | | | plugins to libtnccs
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-6/+8
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* charon-cmd: add a stub for charon-cmd, a simple command line IKE clientMartin Willi2013-05-061-0/+4
|
* Fix checksum calculation with DESTDIR installationsTobias Brunner2013-04-151-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-2/+4
|
* Stub library for user space IPsec implementation added.Tobias Brunner2012-08-081-0/+5
|
* Bye bye Pluto!Tobias Brunner2012-06-111-5/+0
| | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack.
* Moved generic RADIUS protocol support to a dedicated libradiusMartin Willi2012-03-051-0/+5
|
* fixed caption alignmentAndreas Steffen2011-12-161-1/+2
|
* Revert "fixed caption alignment"Andreas Steffen2011-12-161-2/+1
| | | | This reverts commit d463def798ed339b143ee9500c2781532394171e.
* fixed caption alignmentAndreas Steffen2011-12-161-1/+2
|
* moved attestation plugins to libpts in order to resolve circular reference ↵Andreas Steffen2011-11-281-1/+1
| | | | with libimcv
* generate integrity checksums for libimcv libpts and attestAndreas Steffen2011-11-281-0/+14
|
* Calculate checksums for libsimaka and libtls.Tobias Brunner2011-11-081-1/+6
| | | | | | These are currently not checked though. And because they don't define a <libname>_init function an warning is reported when the checksum is calculated.
* Defer calculation of checksums until installation.Tobias Brunner2011-11-082-31/+53
| | | | | | The checksum is now calculated from the installed libraries and plugins. This allows to calculate checksums for plugins linking to libraries like libtls as these are relinked during installation.
* Fixed formatting for longer plugin names in checksum_builder output.Tobias Brunner2011-11-081-2/+2
|
* Don't link libtnccs to checksum_builder.Tobias Brunner2011-11-082-13/+2
| | | | | Linking is only required for libraries defining global symbols used by plugins to which the plugins do not link themselves.
* if available link libsimaka to checksum_builderAndreas Steffen2011-11-041-0/+4
|
* fixed integrity tests of plugins using libtls or libtnccsAndreas Steffen2011-11-022-0/+16
|
* Don't install the libraries directly in lib/.Tobias Brunner2011-07-051-1/+1
| | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir.
* Fix integrity checks with monolithic build.Tobias Brunner2011-06-082-2/+11
|
* 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
|