aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter
Commit message (Collapse)AuthorAgeFilesLines
...
* starter: Check for processes with PIDs stored in pid files.Tobias Brunner2011-09-281-6/+39
|
* Support resolution of "allow_any" DNS names in charon (%hostname)Martin Willi2011-09-021-4/+1
|
* starter passes unresolved DNS names to charonMartin Willi2011-08-294-68/+82
| | | | Based on an initial patch by Mirko Parthey.
* Verify that executables are available and set (pluto|charon)start accordingly.Tobias Brunner2011-08-111-0/+30
| | | | | | | | Some distributions enable both daemons but then distribute the executables in two separate packages. If only one package is installed but both daemons are enabled in ipsec.conf, starter will try to start the non existing daemon over and over again, and will each time readd the configs to the other daemon.
* pluto: --debug-kernel aliasing was not fully complete.Tobias Brunner2011-08-022-0/+2
|
* implemented PASS and DROP shunt policiesAndreas Steffen2011-06-282-14/+19
|
* Add a closeaction ipsec.conf keyword to configure close actionMartin Willi2011-06-075-0/+6
|
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-2/+0
|
* IKEv2 was only partially the default for connections with auto=route and ↵Tobias Brunner2011-04-271-2/+2
| | | | | | | | auto=start. Connections with auto=route and auto=start that did not have keyexchange=ikev2 explicitly specified did get added to charon, but did not get routed or started by charon.
* starter: Make sure interface name is null-terminated.Tobias Brunner2011-04-191-0/+1
|
* Clearly mark switch cases that fall through.Tobias Brunner2011-04-191-0/+1
|
* In scanf the maxmium length of %s does not include the null-terminator.Tobias Brunner2011-04-141-1/+1
|
* starter_conn_t.id is an unsigned long.Tobias Brunner2011-04-141-1/+1
|
* Removed empty man page for starter.Tobias Brunner2011-02-072-1/+0
|
* Do not install config files with user/group, as it might not exist on build ↵Martin Willi2011-01-171-10/+10
| | | | machine
* Added a left/rightcertpolicy keyword to specify certificatePolicy requirementsMartin Willi2011-01-075-2/+10
|
* Added a tfc ipsec.conf keyword to control Traffic Flow ConfidentialityMartin Willi2010-12-206-1/+23
|
* *** HISTORICAL MOMENT: IKEv2 becomes the default! ***Andreas Steffen2010-10-092-2/+2
|
* Moved man pages for config files to a separate directory.Tobias Brunner2010-09-103-1345/+2
|
* Of course, mark is also supported by pluto.Tobias Brunner2010-09-061-1/+1
|
* mark_in and mark_out are also supported by pluto.Tobias Brunner2010-09-061-4/+4
|
* Fixed left-/rightnexthop ipsec.conf options.Tobias Brunner2010-09-031-1/+1
|
* pluto: Added support for statically configured reqids.Tobias Brunner2010-09-021-1/+1
|
* starter: Some whitespace cleanup.Tobias Brunner2010-09-022-4/+4
|
* pluto: Removed references to KLIPS from documentation, log messages and ↵Tobias Brunner2010-09-021-4/+1
| | | | comments.
* Moved ipsec_transform_t to kernel_ipsec.h in libhydra.Tobias Brunner2010-09-023-16/+1
| | | | | Because of this libfreeswan, pluto, starter etc. now depend on that file (and libhydra). This resolved some duplicate declarations.
* Added support for the ipsec.conf aaa_identity keywordMartin Willi2010-08-316-0/+10
|
* Moved EAP type/code definitions to a seprate header file in libstrongswanMartin Willi2010-08-311-2/+4
|
* moved eap_from_string() fomr libcharon to libstrongswan to make it available ↵Andreas Steffen2010-08-131-33/+2
| | | | in starter
* recognize eap-ttls methodAndreas Steffen2010-08-121-0/+4
|
* Added EAP-TLS plugin stubMartin Willi2010-08-032-0/+5
|
* substitute obsolete function calls(bzero/index)Waldemar Brodkorb2010-08-011-2/+2
|
* check for mark changes in ipsec updateAndreas Steffen2010-07-171-0/+4
|
* Warn about manual plugin load directives for pluto/charon with ↵Andreas Steffen2010-07-152-0/+20
| | | | --disable-load-warning compile option
* Revert "Warn about manual plugin load directives for pluto/charon"Martin Willi2010-07-141-11/+0
| | | | This reverts commit 5c46726d0d91db5b1fc4ea53326e73443133f22d.
* Warn about manual plugin load directives for pluto/charonMartin Willi2010-07-131-0/+11
|
* added mark, mark_in, and mark_out to the ipsec.conf.5 man pageAndreas Steffen2010-07-131-0/+19
|
* transport reqid, mark_in and mark_out in whack messageAndreas Steffen2010-07-091-0/+5
|
* configuration of different marks for inbound and outbound directionAndreas Steffen2010-07-096-32/+67
|
* added req parameter to ipsec.conf man pageAndreas Steffen2010-07-061-0/+3
|
* support of xfrm marks for IKEv2Andreas Steffen2010-07-026-1/+43
|
* Added generated manpages to .gitignoreMartin Willi2010-05-311-0/+1
|
* Adding the version number to the most relevant manual pages.Tobias Brunner2010-05-302-2/+8
|
* Updated and corrected the ipsec.conf(5) manual page.Tobias Brunner2010-05-301-126/+163
|
* introduced xauth_identity keywordAndreas Steffen2010-05-155-0/+6
|
* Include reqid in stroke add connection message.Reto Buerki2010-05-041-0/+1
|
* Add reqid keyword to config connection section.Reto Buerki2010-05-044-1/+5
|
* remove subnet from sourceipAndreas Steffen2010-05-021-0/+2
|
* final fix for cloning and deleting sourceip stringsAndreas Steffen2010-05-022-5/+3
|
* fixed end->sourceip memory leak in ipsec starterAndreas Steffen2010-05-021-34/+26
|