aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipsec/_ipsec.in
Commit message (Collapse)AuthorAgeFilesLines
* pki: Install pki(1) as utility directly in $prefix/binTobias Brunner2013-09-131-2/+7
| | | | ipsec pki is maintained as alias.
* ipsec: Add --piddir to retrieve the PID/socket directoryTobias Brunner2013-07-221-1/+5
|
* starter: Make daemon name configurableAdrian-Ken Rueegsegger2013-03-191-3/+6
| | | | | | | | A daemon can be specified using the '--daemon' command line parameter. This tells starter to invoke a daemon other than 'charon'. Additionally the ipsec script uses the environment variable DAEMON_NAME to tell the starter which daemon to use.
* Add a "resetcounters" command to ipsec, clearing global or connection countersMartin Willi2013-03-151-3/+4
|
* Add a "ipsec listcounters" command to strokeMartin Willi2012-10-241-2/+2
|
* The use of $< in Makefiles is not portableTobias Brunner2012-07-271-0/+335
It requires GNU make which is not what most people use on e.g. FreeBSD. Fixes #205.