aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fixe KW_END_FIRST..KW_END_LAST keyword rangeAndreas Steffen2009-07-281-0/+5
* improved DPD error messageAndreas Steffen2009-07-221-1/+2
* added file and segment lengths to checksum.cAndreas Steffen2009-07-213-21/+59
* version bump to 4.3.4Andreas Steffen2009-07-212-1/+3
* filter objects for segment checksumming by dlpi_name, excludes rare false pos...Martin Willi2009-07-211-1/+8
* enumerate executable sections only to build checksumMartin Willi2009-07-211-2/+1
* announce integrity testing only onceMartin Willi2009-07-211-1/+0
* Fixed installation of config files in out-of-tree builds.Tobias Brunner2009-07-202-2/+2
* Use the numerical UID/GID to install the config files and create the ipsec.d ...Tobias Brunner2009-07-202-11/+11
* streamlined integrity test output some moreAndreas Steffen2009-07-183-5/+6
* advertise activated integrity testsAndreas Steffen2009-07-181-0/+5
* added strongswan-2.8.11 and strongswan-4.2.17 VIDsAndreas Steffen2009-07-172-3/+7
* fix test vector error outputAndreas Steffen2009-07-171-11/+11
* stop strongswan if integrity check of libstrongswan or daemon failsAndreas Steffen2009-07-178-25/+49
* streamlined debug output of integrity testsAndreas Steffen2009-07-173-19/+33
* enforce strongSwan coding rulesAndreas Steffen2009-07-171-0/+16
* shortened cypto test outputAndreas Steffen2009-07-171-5/+5
* accelerate lookup in non-concatenated poolsAndreas Steffen2009-07-171-22/+40
* check for an existing lease over all assigned pools firstAndreas Steffen2009-07-171-24/+55
* fixed problem with static leases over multiple poolsAndreas Steffen2009-07-161-8/+36
* Fixing distribution build (checksum.c is created on the user's system).Tobias Brunner2009-07-161-2/+2
* fixed memleak in SQL config lookupMartin Willi2009-07-161-2/+2
* raise an alert() if the RADIUS server is not respondingMartin Willi2009-07-162-0/+3
* added an alert() bus hook to raise critical system errors and notificationsMartin Willi2009-07-163-4/+67
* Revert "gperf under FreeBSD does not know the -m option."Tobias Brunner2009-07-163-3/+3
* Removed an unnecessary include of a header that is not available on Mac OS X.Tobias Brunner2009-07-151-1/+0
* conversion from ECDSA_WITH_SHAxxx OIDs to signature schemesAndreas Steffen2009-07-151-0/+6
* updated debian packageMartin Willi2009-07-151-0/+8
* updated Standards-Version to 3.8.2Martin Willi2009-07-151-1/+1
* added ${misc:Depends} dependency, fixes debhelper-but-no-misc-depends lintian...Martin Willi2009-07-151-1/+1
* added copyright information, fixes copyright-without-copyright-notice lintian...Martin Willi2009-07-151-4/+7
* cast pointers to uintptr_t for alignement checkMartin Willi2009-07-151-2/+3
* gperf under FreeBSD does not know the -m option.Tobias Brunner2009-07-143-3/+3
* Corrected check for valid ASN1 types in rdn_enumerate.Tobias Brunner2009-07-141-2/+3
* added SHA224_WITH_RSA and ECDSA_WITH_SHAxxx OIDsAndreas Steffen2009-07-141-0/+6
* double free caused strange side effectsAndreas Steffen2009-07-131-1/+0
* report installation failure of inbound and/or outbound IPsec SA, separatelyAndreas Steffen2009-07-131-8/+11
* great, I got my comma backAndreas Steffen2009-07-121-1/+1
* pluto supports AES_CCM and AES_GCM ESP algorithmsAndreas Steffen2009-07-127-221/+349
* put variable definitions up frontAndreas Steffen2009-07-121-5/+8
* cosmeticsAndreas Steffen2009-07-121-3/+3
* added listener.h to charon_SOURCESAndreas Steffen2009-07-121-0/+1
* use the configured NM connection id as configuration/IKE_SA nameMartin Willi2009-07-101-45/+58
* fixed state check if establishing the CHILD_SA failsMartin Willi2009-07-101-1/+1
* use the new updown()/rekey() hooks to track the state of NetworkManager conne...Martin Willi2009-07-101-41/+49
* update libfreeswan/pfkeyv2.hAndreas Steffen2009-07-101-13/+20
* added AES_CTR, AES_CCM, and AES_GCM stringsAndreas Steffen2009-07-101-19/+26
* implemented ike_down() bus hookMartin Willi2009-07-095-31/+103
* implemented ike_up() bus hookMartin Willi2009-07-093-0/+40
* implemented child_down() bus hookMartin Willi2009-07-091-2/+17