aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/conftest.c
Commit message (Expand)AuthorAgeFilesLines
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-8/+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
* 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
* 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
* 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
* Make syslog and file loggers configurable at runtimeTobias Brunner2012-10-181-10/+7
* Store loggers in conftest separately, not on charonTobias Brunner2012-10-181-6/+14
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-1/+2
* Initialize conftest with the same plugins as charonMartin Willi2012-07-161-1/+1
* Update conftest to use splitted listener/logger interfacesMartin Willi2012-07-161-2/+2
* Store the name of the binary using libcharon to enable specific settings.Tobias Brunner2012-05-031-1/+1
* Added a merge option to optionally reload files instead of merging themMartin Willi2011-04-151-1/+1
* Some typos fixed.Tobias Brunner2011-02-071-1/+1
* Added support for OCSP responder URIs to conftestMartin Willi2011-01-051-2/+11
* Added support for CDPs to conftestMartin Willi2011-01-051-0/+44
* Added support for custom file loggers, loglevel settingsMartin Willi2011-01-051-0/+52
* Merge test config into suite config, instead of having two distinct configsMartin Willi2011-01-051-13/+5
* Accept a suffix to differentiate x509, crl, ecdsa and rsa filesMartin Willi2011-01-051-7/+7
* Use strncaseeq instead of strncasecmpMartin Willi2011-01-051-1/+1
* Preload plugins configured in testsMartin Willi2011-01-051-0/+5
* Support loading of certificate revocation listsMartin Willi2011-01-051-41/+44
* Prefer test specific over suite specific configurationMartin Willi2011-01-051-1/+1
* Specify the type of the certificate to load, currently X509 onlyMartin Willi2011-01-051-0/+12
* Support hook suffixes to use the same hook multiple timesMartin Willi2011-01-051-4/+12
* Fixed loading of credentials using a relative pathMartin Willi2011-01-051-4/+4
* Fix segfault if config not foundMartin Willi2011-01-051-2/+5
* Read actions from test config, delayed executionMartin Willi2011-01-051-0/+2
* Load private keys from suite and test configsMartin Willi2011-01-051-0/+65
* Load certificates from both, suite and test configMartin Willi2011-01-051-10/+20
* Load test and suite specific connection configurationsMartin Willi2011-01-051-0/+11
* Load hooks based on listener dynamicallyMartin Willi2011-01-051-14/+55
* Load certificates from global suite configuration fileMartin Willi2011-01-051-2/+71
* Added a Suite B conftest utility skeleton using libcharonMartin Willi2011-01-051-0/+224