aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove version argument on peer_cfg constructor, use ike_cfg version insteadMartin Willi2012-10-241-1/+1
* Add IKE version information to ike_cfg_tMartin Willi2012-10-241-1/+1
* Make syslog and file loggers configurable at runtimeTobias Brunner2012-10-181-10/+7
* Store loggers in conftest separately, not on charonTobias Brunner2012-10-182-6/+19
* Missed one in 3dcffed6Tobias Brunner2012-09-281-1/+1
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-1/+2
* The this->data member is never NULLTobias Brunner2012-09-282-2/+2
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-2/+1
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-1/+1
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-301-1/+1
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-1/+1
* Initialize conftest with the same plugins as charonMartin Willi2012-07-162-2/+3
* Remove unused replay variable in conftests seq number reset hookMartin Willi2012-07-161-3/+0
* Update conftest to use splitted listener/logger interfacesMartin Willi2012-07-161-2/+2
* Add a return value to keymat_v2_t.get_auth_octets()Martin Willi2012-07-162-4/+13
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-2/+2
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-171-1/+1
* Store the name of the binary using libcharon to enable specific settings.Tobias Brunner2012-05-031-1/+1
* Accept NULL auth_cfg_t passed to credential_manager_t.get_private()Martin Willi2012-03-201-4/+1
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...Martin Willi2012-03-2021-81/+87
* Added an aggressive mode peer_cfg optionMartin Willi2012-03-201-1/+1
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-202-2/+2
* Cleanup CERT payload constructorsMartin Willi2012-03-202-3/+3
* Added not-yet used sa_payload parameters used in IKEv1Martin Willi2012-03-203-5/+3
* Fixed conftests after extending CERT payload.Tobias Brunner2012-03-202-3/+3
* Moved version specific keymat functions to specific interfaces.Tobias Brunner2012-03-202-4/+6
* Don't clone chunk in message.get_packet_dataMartin Willi2012-03-201-1/+1
* Added IKEv1 support to notify payloadMartin Willi2012-03-202-2/+2