aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter
Commit message (Expand)AuthorAgeFilesLines
...
* starter: Use host_t to parse left|rightsourceip.Tobias Brunner2012-06-111-18/+17
* starter: Remove left|rightsubnetwithin option (charon narrows left|rightsubne...Tobias Brunner2012-06-116-25/+0
* starter: Don't resolve any addresses in starter.Tobias Brunner2012-06-116-129/+10
* starter: Removed pfs and pfsgroup options (handled via esp option).Tobias Brunner2012-06-115-28/+2
* starter: Store mode of the IPsec SA/policy in a separate member.Tobias Brunner2012-06-114-51/+32
* starter: Use custom type to mark seen keywords.Tobias Brunner2012-06-113-23/+27
* starter: Remove left|rightnexthop option.Tobias Brunner2012-06-116-26/+0
* starter: Replaced all usages of clone_str() with strdupnull().Tobias Brunner2012-06-113-19/+19
* starter: Parse authby as string.Tobias Brunner2012-06-114-61/+29
* starter: Remove main parts of pluto support (invoke, whack).Tobias Brunner2012-06-117-966/+47
* starter: Drop support for %defaultroute.Tobias Brunner2012-06-119-336/+14
* starter: Migrated logging to libstrongswan.Tobias Brunner2012-06-1114-550/+285
* starter: Remove unneeded starter_exec function.Tobias Brunner2012-06-115-78/+4
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-0/+1
* starter: Go back to single threaded mode.Tobias Brunner2012-06-082-22/+7
* starter: Only handle SIGCHLD asynchronously and the rest in pselect(2).Tobias Brunner2012-06-061-8/+17
* starter: (De-)Initialize logging when forking.Tobias Brunner2012-06-051-0/+2
* starter: Close open file descriptors when forking daemons.Tobias Brunner2012-06-042-0/+2
* starter: Changed signal handling now that starter is multi-threaded.Tobias Brunner2012-06-042-15/+57
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-172-1/+2
* starter: Initialize thread pool so kernel events are consumed.Tobias Brunner2012-05-151-0/+9
* Explicitly cast from strict_t to crl_policy_tMartin Willi2012-05-141-1/+1
* Merge branch 'ikev1'Martin Willi2012-05-027-75/+58
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-207-75/+58
| |\
| | * Dropped support of deprecated authby=eap and eap= optionsMartin Willi2012-03-205-38/+1
| | * Added support for authby/xauth_server legacy optionsMartin Willi2012-03-201-20/+39
| | * Added a "aggressive" ipsec.conf connection optionMartin Willi2012-03-205-0/+5
| | * Support an "any" IKE version for both IKEv1 or IKEv2Martin Willi2012-03-202-4/+5
| | * Pass ipsec.conf xauth_identity option via stroke to charon configurationsMartin Willi2012-03-201-0/+1
| | * Do not ignore configs for IKEv1 in charon anymoreMartin Willi2012-03-202-13/+7
* | | added support for raw RSA public keys to strokeAndreas Steffen2012-04-301-0/+1
|/ /
* | Use correct time_t variables to store ARG_TIME optionsMartin Willi2012-01-182-4/+4
* | Starter depends on whack/stroke on Android.Tobias Brunner2012-01-121-0/+5
* | Android 4 requires LOCAL_MODULE_TAGS to be set for all modules.Tobias Brunner2012-01-121-0/+2
* | Fixed bug at checking error code from file statSansar Choinyambuu2011-11-281-0/+351
* | Fixed compiler warnings regarding enum comparison.Tobias Brunner2011-11-251-1/+1
* | Added missing Android.mk files to distribution.Tobias Brunner2011-11-221-1/+1
|/
* Fix DNS error handling for keyexchange=ike.Mirko Parthey2011-10-251-1/+1
* starter: Android.mk updated to use kernel-netlink via libhydra.Tobias Brunner2011-10-211-2/+3
* starter: Use kernel interfaces to flush SAD and SPD.Tobias Brunner2011-10-213-15/+8
* starter: Load plugins specific to starter.Tobias Brunner2011-10-212-0/+9
* starter: INFO_FILE is not used anymore.Tobias Brunner2011-10-212-2/+0
* starter: Only try to start pluto on Android if it is actually enabled.Tobias Brunner2011-10-141-1/+5
* starter: Close open file descriptors after forking.Tobias Brunner2011-10-131-1/+5
* starter: Only create self-signed certificate if scepclient is built.Tobias Brunner2011-10-122-38/+46
* Build starter on Android.Tobias Brunner2011-10-112-1/+36
* starter: Updated gitignores after LEX/YACC change.Tobias Brunner2011-10-101-1/+4
* starter: Use automake LEX/YACC automatisms.Tobias Brunner2011-10-108-19/+12
* starter: fallback include handling without glob(3).Tobias Brunner2011-10-101-41/+65
* starter: Check for processes with PIDs stored in pid files.Tobias Brunner2011-09-281-6/+39