aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest
Commit message (Expand)AuthorAgeFilesLines
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-082-2/+2
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-7/+14
* keymat: Allow keymat to modify signature scheme(s)Thomas Egerer2017-02-082-2/+3
* configure: Check for and explicitly link against -latomicMartin Willi2016-06-141-1/+1
* peer-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-3/+7
* child-cfg: Use struct to pass data to constructorTobias Brunner2016-04-091-9/+7
* Use standard unsigned integer typesAndreas Steffen2016-03-2410-15/+15
* libhydra: Remove empty unused libraryTobias Brunner2016-03-032-10/+0
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-1/+0
* sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...Tobias Brunner2015-11-231-1/+1
* conftest: Add configuration option to report milliseconds in file loggerTobias Brunner2015-11-091-2/+4
* file-logger: Add option to print milliseconds within the current second after...Tobias Brunner2015-11-091-2/+2
* Replace usages of sigwait(3) with sigwaitinfo(2)Tobias Brunner2015-10-291-1/+1
* controller: Optionally adhere to init limits also when initiating IKE_SAsTobias Brunner2015-08-211-1/+1
* kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqidMartin Willi2015-02-201-6/+8
* controller: Use the CHILD_SA unique_id to terminate CHILD_SAsMartin Willi2015-02-201-1/+1
* ike: Rename encryption_payload to encrypted_payloadTobias Brunner2014-10-101-1/+1
* kernel-netlink: Define netlink buffer as an union having a netlink headerMartin Willi2014-09-241-1/+1
* autoconf: Replace --disable-tools option with --disable-scepclientTobias Brunner2014-06-301-1/+1
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-0413-29/+29
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* ike: Add an additional but separate AEAD proposal to CHILD configMartin Willi2014-05-161-0/+2
* ike: Add an additional but separate AEAD proposal to IKE config, if supportedMartin Willi2014-05-161-0/+1
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-168-16/+8
* conftest: Use path_dirname()Tobias Brunner2014-02-241-1/+1
* libcharon: Remove unused charon->nameTobias Brunner2014-02-121-1/+1
* libhydra: Remove unused hydra->daemonTobias Brunner2014-02-121-1/+1
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
* conftest: Don't load plugins incrementallyTobias Brunner2013-09-131-4/+6
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-041-2/+2
* peer-cfg: add a pull/push mode option to use with mode configMartin Willi2013-09-041-2/+2
* conftest: Fix hook constructor resolution via dlsym()Tobias Brunner2013-08-301-1/+3
* conftest: Disable reset_seq hook on systems other than LinuxTobias Brunner2013-08-211-0/+6
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-6/+4
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
* plugin-loader: Add method to print loaded plugins on a given log levelTobias Brunner2013-06-211-0/+2
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-022-3/+3
* Merge branch 'opaque-ports'Martin Willi2013-03-011-2/+2
|\
| * Use a complete port range in traffic_selector_create_from_{subnet,cidr}Martin Willi2013-02-211-2/+2
* | Add a DSCP configuration value to IKE configsMartin Willi2013-02-061-1/+1
|/
* Add the ability to use a named pool for conftest configsTobias Brunner2013-01-212-4/+10
* Merge branch 'ikev1-fragmentation'Tobias Brunner2013-01-121-1/+2
|\
| * Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-1/+2
| * Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-1/+1
* | conftest: Add support for time_format and ike_name options in log sectionsThomas Klute2013-01-081-1/+18
* | conftest: Fix log level settings for stdoutThomas Klute2013-01-081-0/+3
* | conftest: Make outgoing sequence number set by reset_seq configurableThomas Klute2013-01-082-8/+70
|/
* Add missing CHILD_SA specific proposal keyword in conftest READMEMartin Willi2012-12-171-0/+1
* Fixed reading of configs in conftest utilityTobias Brunner2012-12-131-4/+4
* Make use of new CIDR string ts constructor where appropriateMartin Willi2012-10-241-8/+4