aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/conftest.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This is not supported by the plugin loader, so we simply combine the plugin lists and load them all at once.
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* 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
| | | | | | Both options are well supported for normal operation but were completely ignored by conftest, which used hard coded defaults. File options are still missing but could be added in a similar way.
* conftest: Fix log level settings for stdoutThomas Klute2013-01-081-0/+3
| | | | | | | | | | | | This patch fixes bug #272 ("conftest ignores log settings for stdout"). http://wiki.strongswan.org/issues/272 According to the documentation of add_logger in src/libcharon/bus/bus.h, the relevant log levels of a logger are registered with the logging subsystem when adding the logger. If the log levels change later, the logger must be re-added to propagate the new settings. In conftest.c, the stdout logger is initialized and added before reading the logging settings, but wasn't re-added after reading the settings.
* 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