aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/args.c
Commit message (Collapse)AuthorAgeFilesLines
* starter: Use new parser to read config fileTobias Brunner2014-06-191-126/+79
|
* starter: Remove unused ARG_LST argument typeTobias Brunner2014-06-191-146/+5
|
* starter: Add a replay_window connection optionMartin Willi2014-06-171-0/+1
|
* starter: Reject connections having both 'ah' and 'esp' keywords setMartin Willi2013-10-111-0/+9
| | | | | We currently don't support mixed proposals or bundles, so don't create the illusion we would.
* starter: Remove obsolete 'auth' optionMartin Willi2013-10-111-1/+0
|
* starter: Add an 'ah' keyword for Authentication Header Security AssociationsMartin Willi2013-10-111-0/+1
|
* Add a ikedscp ipsec.conf option to set DSCP value on outgoing IKE packetsMartin Willi2013-02-061-0/+17
|
* Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-1/+8
|
* Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-0/+1
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Add uniqueids=never to ignore INITIAL_CONTACT notifiesTobias Brunner2012-09-101-0/+1
| | | | | | With uniqueids=no the daemon still deletes any existing IKE_SA with the same peer if an INITIAL_CONTACT notify is received. With this new option it also ignores these notifies.
* Remove unused ipsec.conf left/rightnatip keywordMartin Willi2012-08-211-1/+0
|
* Add a left/rightdns keyword to configure connection specific DNS attributesMartin Willi2012-08-211-0/+1
|
* Add an ipsec.conf leftgroups2 parameter for the second authentication roundMartin Willi2012-07-261-0/+1
|
* ldaphost and ldapbase ca section keywords are deprecatedTobias Brunner2012-06-251-2/+0
|
* starter: Print additional help texts for selected deprecated keywords.Tobias Brunner2012-06-121-0/+2
|
* starter: Improved how deprecated keywords are handled.Tobias Brunner2012-06-121-0/+4
| | | | We only throw a warning now instead of rejecting the config.
* starter: Removed all unsupported keywords.Tobias Brunner2012-06-111-70/+0
|
* starter: Remove all ties to pluto/libfreeswan.Tobias Brunner2012-06-111-3/+0
| | | | Moved some types/constants in the process.
* starter: Remove left|rightsubnetwithin option (charon narrows ↵Tobias Brunner2012-06-111-1/+0
| | | | left|rightsubnet down accordingly).
* starter: Don't resolve any addresses in starter.Tobias Brunner2012-06-111-2/+1
| | | | Also removed remains of some unknown iface option.
* starter: Removed pfs and pfsgroup options (handled via esp option).Tobias Brunner2012-06-111-18/+0
|
* starter: Use custom type to mark seen keywords.Tobias Brunner2012-06-111-4/+3
|
* starter: Remove left|rightnexthop option.Tobias Brunner2012-06-111-1/+0
| | | | Charon does this lookup dynamically.
* starter: Replaced all usages of clone_str() with strdupnull().Tobias Brunner2012-06-111-4/+4
|
* starter: Parse authby as string.Tobias Brunner2012-06-111-1/+15
|
* starter: Migrated logging to libstrongswan.Tobias Brunner2012-06-111-16/+20
|
* Dropped support of deprecated authby=eap and eap= optionsMartin Willi2012-03-201-1/+0
|
* Added a "aggressive" ipsec.conf connection optionMartin Willi2012-03-201-0/+1
|
* starter: Use automake LEX/YACC automatisms.Tobias Brunner2011-10-101-1/+0
|
* starter passes unresolved DNS names to charonMartin Willi2011-08-291-1/+1
| | | | Based on an initial patch by Mirko Parthey.
* pluto: --debug-kernel aliasing was not fully complete.Tobias Brunner2011-08-021-0/+1
|
* Add a closeaction ipsec.conf keyword to configure close actionMartin Willi2011-06-071-0/+1
|
* Clearly mark switch cases that fall through.Tobias Brunner2011-04-191-0/+1
|
* Added a left/rightcertpolicy keyword to specify certificatePolicy requirementsMartin Willi2011-01-071-0/+1
|
* Added a tfc ipsec.conf keyword to control Traffic Flow ConfidentialityMartin Willi2010-12-201-0/+1
|
* Added support for the ipsec.conf aaa_identity keywordMartin Willi2010-08-311-0/+1
|
* configuration of different marks for inbound and outbound directionAndreas Steffen2010-07-091-0/+2
|
* support of xfrm marks for IKEv2Andreas Steffen2010-07-021-0/+1
|
* introduced xauth_identity keywordAndreas Steffen2010-05-151-0/+1
|
* Add reqid keyword to config connection section.Reto Buerki2010-05-041-0/+1
|
* final fix for cloning and deleting sourceip stringsAndreas Steffen2010-05-021-1/+1
|
* Added left-/rightikeport ipsec.conf options to use custom IKE portsMartin Willi2010-02-261-0/+1
|
* Added a ipsec.conf "inactivity" option to configure inactivity timeout for ↵Martin Willi2010-01-271-0/+1
| | | | CHILD_SAs
* allow ECP DH groups in pfsgroup definitionAndreas Steffen2009-11-241-0/+5
|
* pluto now supports SQL-based virtual IP poolsAndreas Steffen2009-10-141-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-3/+3
|
* Added keywords for the new lifetime limits to starter.Tobias Brunner2009-09-011-0/+4
|
* Added parser for unsigned long long ints to starter.Tobias Brunner2009-09-011-0/+26
|
* fixed dereferencing bug caused by bool type redefinitionAndreas Steffen2009-08-021-17/+51
|