aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter
Commit message (Expand)AuthorAgeFilesLines
* starter: Add the correct keywords header file to EXTRA_DISTTobias Brunner2017-10-121-2/+2
* starter: Don't define any hard-coded proposal stringsTobias Brunner2017-10-101-9/+0
* configure: Fix gperf length parameter determinationTobias Brunner2017-10-025-8/+15
* configure: Detect type of length parameter for gperf generated functionTobias Brunner2017-09-191-4/+4
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-14/+33
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-2/+6
* stroke: Make 96-bit truncation for SHA-256 configurableTobias Brunner2017-05-265-0/+6
* Add an option to announce support for IKE fragmentation but not sending fragm...Tobias Brunner2017-05-232-0/+2
* testing: make curve25519 the default DH groupAndreas Steffen2016-11-141-1/+1
* starter: Install an empty ipsec.secrets fileTobias Brunner2016-10-042-1/+3
* starter: Don't generate a key/certificate if ipsec.secrets does not existTobias Brunner2016-10-042-70/+0
* starter: Enable IKE fragmentation by defaultTobias Brunner2016-10-041-0/+1
* Report test coverage of libcharon and starterTobias Brunner2016-06-171-0/+3
* configure: Check for and explicitly link against -latomicMartin Willi2016-06-141-1/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-242-11/+11
* libhydra: Remove empty unused libraryTobias Brunner2016-03-033-8/+1
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-032-1/+2
* 128 bit default security strength requires 3072 bit prime DH groupAndreas Steffen2015-12-141-2/+2
* starter: Don't flush SAs in the kernelTobias Brunner2015-08-213-14/+0
* starter: Don't flush policies in the kernelTobias Brunner2015-08-211-1/+0
* 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