aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added scenario ikev2/ip-split-pools-dbAndreas Steffen2009-07-1711-0/+155
|
* added sql/ip-split-pools-db and sql/ip-split-pools-db-restart scenariosAndreas Steffen2009-07-1734-0/+1196
|
* 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
|
* Check for gperf version added to configure script.Tobias Brunner2009-07-161-1/+14
|
* 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
|
* Typo fixed.Tobias Brunner2009-07-161-2/+2
|
* Added an option to the configure script to disable building the scripts.Tobias Brunner2009-07-162-1/+18
|
* Revert "gperf under FreeBSD does not know the -m option."Tobias Brunner2009-07-163-3/+3
| | | | This reverts commit 0ead254919c66a1b6a9e39b175f0b92f2a076c12.
* 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
|
* moved the CFLAGS mangling AC_LIB_PREFIX macro behind CFLAG testMartin Willi2009-07-151-2/+2
|
* 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 ↵Martin Willi2009-07-151-1/+1
| | | | lintian warning
* added copyright information, fixes copyright-without-copyright-notice ↵Martin Willi2009-07-151-4/+7
| | | | lintian warning
* 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
| | | | We could use AC_PATH_PROGS_FEATURE_CHECK (added in Autoconf 2.62) to check for this option.
* Corrected check for valid ASN1 types in rdn_enumerate.Tobias Brunner2009-07-141-2/+3
| | | | Because of the range of u_char the comparison was always TRUE before.
* Added --with-lib-prefix option to the configure script.Tobias Brunner2009-07-141-0/+1
| | | | | This option enables users to add additional search paths for include files and libraries.
* 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
|
* ecp_x_coordinate_only option and IKEv1 AEAD supportAndreas Steffen2009-07-121-0/+10
|
* addes ikev1/esp-alg-aes-ccm and ikev1/esp-alg-aes-gcm scenariosAndreas Steffen2009-07-1214-0/+182
|
* 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 ↵Martin Willi2009-07-101-41/+49
| | | | connections
* 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
|
* implemented child_up() bus hookMartin Willi2009-07-097-9/+72
|
* implemented ike_rekey()/child_rekey() bus hooksMartin Willi2009-07-094-0/+92
|
* added new listener callbacks to track SAsMartin Willi2009-07-091-0/+40
|
* moved listener_t interface definition to a separate fileMartin Willi2009-07-095-108/+134
|
* enforced strongSwan coding rulesAndreas Steffen2009-07-091-126/+130
|