aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter
Commit message (Expand)AuthorAgeFilesLines
* Fixed some typosTobias Brunner2015-08-131-1/+1
* starter: Add support for multi-line strings in ipsec.confTobias Brunner2015-07-283-8/+6
* starter: Don't replace rarely used special characters in strings in ipsec.confTobias Brunner2015-07-281-2/+0
* stroke: Add missing include for UINT16_MAXTobias Brunner2015-06-091-0/+1
* stroke: Dynamically resize stroke messagesTobias Brunner2015-05-221-144/+164
* starter: Ensure the daemon executable exists when starting upTobias Brunner2015-05-083-18/+8
* starter: Remove START_CHARON compile flagTobias Brunner2015-05-053-13/+2
* starter: Merge quoted strings that span multiple linesTobias Brunner2015-03-201-3/+2
* starter: Fail sending stroke message if a string exceeds the buffer sizeMartin Willi2015-02-061-1/+13
* starter: Fix mark_out.mask in starter_cmp_conn()Maks Naumov2015-01-121-1/+1
* starter: Allow specifying the ipsec.conf location in strongswan.confShea Levy2014-10-021-1/+2
* stroke: Allow specifying the ipsec.secrets location in strongswan.confShea Levy2014-10-021-3/+7
* starter: Do not close all file descriptors after fork()Martin Willi2014-08-251-1/+0
* starter: Wait indefinitely for charon when using --attach-gdbMartin Willi2014-08-081-3/+7
* starter: Don't monitor child if debugger is attachedThomas Egerer2014-08-081-0/+5
* starter: Fix memory leaks and warn if conn/ca sections are ignored due to par...Tobias Brunner2014-07-181-2/+8
* autoconf: Replace --disable-tools option with --disable-scepclientTobias Brunner2014-06-301-1/+1
* starter: Add starter group and fix formatting of conf_parser_section_t enumTobias Brunner2014-06-301-2/+4
* starter: Ingore %default conn and ca sectionsTobias Brunner2014-06-262-0/+60
* starter: Don't directly refer to source files in Makefile for unit testsTobias Brunner2014-06-192-5/+8
* starter: Explicitly allow @# at the beginning of stringsTobias Brunner2014-06-192-1/+4
* starter: Add --conftest option to test ipsec.conf syntaxTobias Brunner2014-06-191-0/+27
* starter: Remove old parserTobias Brunner2014-06-196-545/+4
* starter: Use new parser to read config fileTobias Brunner2014-06-194-769/+493
* starter: Move kw_entry_t definitionTobias Brunner2014-06-192-9/+10
* starter: Remove unused ARG_LST argument typeTobias Brunner2014-06-192-147/+5
* starter: Add tests for ipsec.conf parserTobias Brunner2014-06-196-0/+607
* starter: Add new bison/flex based parser for ipsec.confTobias Brunner2014-06-197-12/+1257
* starter: Remove out of date READMETobias Brunner2014-06-191-101/+0
* starter: Use stream abstraction to communicate with stroke pluginTobias Brunner2014-06-191-33/+16
* starter: Add a replay_window connection optionMartin Willi2014-06-176-0/+7
* starter: Fix build on AndroidTobias Brunner2014-05-281-0/+1
* libhydra: Remove unused hydra->daemonTobias Brunner2014-02-121-1/+1
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
* ipsec_types: Add utility function to parse mark_t from stringsTobias Brunner2013-10-111-44/+3
* starter: Reject connections having both 'ah' and 'esp' keywords setMartin Willi2013-10-111-0/+9
* starter: Remove obsolete 'auth' optionMartin Willi2013-10-115-7/+0
* starter: Add an 'ah' keyword for Authentication Header Security AssociationsMartin Willi2013-10-115-0/+5
* starter: Don't ignore keyingtries with rekey=noTobias Brunner2013-09-261-1/+2
* stroke: re-enable modeconfig keywordMartin Willi2013-09-041-0/+1
* starter: Properly refer to the ipsec script if it was renamedTobias Brunner2013-07-223-2/+3
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-18/+16
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
* starter: Make ipsec.conf path configurable via command lineTobias Brunner2013-06-211-3/+14
* starter: ignore return value of sete[gu]id(), now having warn_unused_resultMartin Willi2013-06-181-5/+4
* Load any type (RSA/ECDSA) of public key via left|rightsigkeyTobias Brunner2013-05-072-5/+7
* Use the GEN silent rule when generating gperf filesMartin Willi2013-05-061-1/+1
* android: Remove/filter header files from LOCAL_SRC_FILESTobias Brunner2013-03-201-1/+3
* starter: Make daemon name configurableAdrian-Ken Rueegsegger2013-03-194-35/+120