Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conftest: Use path_dirname() | Tobias Brunner | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | libcharon: Remove unused charon->name | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | libhydra: Remove unused hydra->daemon | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | conftest: Don't load plugins incrementally | Tobias Brunner | 2013-09-13 | 1 | -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() method | Tobias Brunner | 2013-06-28 | 1 | -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 level | Tobias Brunner | 2013-06-21 | 1 | -0/+2 |
| | |||||
* | conftest: Add support for time_format and ike_name options in log sections | Thomas Klute | 2013-01-08 | 1 | -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 stdout | Thomas Klute | 2013-01-08 | 1 | -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 runtime | Tobias Brunner | 2012-10-18 | 1 | -10/+7 |
| | |||||
* | Store loggers in conftest separately, not on charon | Tobias Brunner | 2012-10-18 | 1 | -6/+14 |
| | |||||
* | Make sure first argument is an int when using %.*s to print e.g. chunks | Tobias Brunner | 2012-09-28 | 1 | -1/+2 |
| | |||||
* | Initialize conftest with the same plugins as charon | Martin Willi | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Update conftest to use splitted listener/logger interfaces | Martin Willi | 2012-07-16 | 1 | -2/+2 |
| | |||||
* | Store the name of the binary using libcharon to enable specific settings. | Tobias Brunner | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Added a merge option to optionally reload files instead of merging them | Martin Willi | 2011-04-15 | 1 | -1/+1 |
| | |||||
* | Some typos fixed. | Tobias Brunner | 2011-02-07 | 1 | -1/+1 |
| | |||||
* | Added support for OCSP responder URIs to conftest | Martin Willi | 2011-01-05 | 1 | -2/+11 |
| | |||||
* | Added support for CDPs to conftest | Martin Willi | 2011-01-05 | 1 | -0/+44 |
| | |||||
* | Added support for custom file loggers, loglevel settings | Martin Willi | 2011-01-05 | 1 | -0/+52 |
| | |||||
* | Merge test config into suite config, instead of having two distinct configs | Martin Willi | 2011-01-05 | 1 | -13/+5 |
| | |||||
* | Accept a suffix to differentiate x509, crl, ecdsa and rsa files | Martin Willi | 2011-01-05 | 1 | -7/+7 |
| | |||||
* | Use strncaseeq instead of strncasecmp | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Preload plugins configured in tests | Martin Willi | 2011-01-05 | 1 | -0/+5 |
| | |||||
* | Support loading of certificate revocation lists | Martin Willi | 2011-01-05 | 1 | -41/+44 |
| | |||||
* | Prefer test specific over suite specific configuration | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Specify the type of the certificate to load, currently X509 only | Martin Willi | 2011-01-05 | 1 | -0/+12 |
| | |||||
* | Support hook suffixes to use the same hook multiple times | Martin Willi | 2011-01-05 | 1 | -4/+12 |
| | |||||
* | Fixed loading of credentials using a relative path | Martin Willi | 2011-01-05 | 1 | -4/+4 |
| | |||||
* | Fix segfault if config not found | Martin Willi | 2011-01-05 | 1 | -2/+5 |
| | |||||
* | Read actions from test config, delayed execution | Martin Willi | 2011-01-05 | 1 | -0/+2 |
| | |||||
* | Load private keys from suite and test configs | Martin Willi | 2011-01-05 | 1 | -0/+65 |
| | |||||
* | Load certificates from both, suite and test config | Martin Willi | 2011-01-05 | 1 | -10/+20 |
| | |||||
* | Load test and suite specific connection configurations | Martin Willi | 2011-01-05 | 1 | -0/+11 |
| | |||||
* | Load hooks based on listener dynamically | Martin Willi | 2011-01-05 | 1 | -14/+55 |
| | |||||
* | Load certificates from global suite configuration file | Martin Willi | 2011-01-05 | 1 | -2/+71 |
| | |||||
* | Added a Suite B conftest utility skeleton using libcharon | Martin Willi | 2011-01-05 | 1 | -0/+224 |