Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | charon-nm: Fix typo to actually use random NAT-T port | Tobias Brunner | 2017-05-19 | 1 | -1/+1 |
| | | | | Fixes: af16b5afb0ee ("Use random ports in NetworkManager backend") | ||||
* | daemon: Use separate method to set default loggers | Tobias Brunner | 2017-01-25 | 1 | -1/+1 |
| | | | | | This way it is not necessary to pass the same values to reload the loggers. | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -11/+0 |
| | |||||
* | sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not ↵ | Tobias Brunner | 2015-11-23 | 1 | -5/+4 |
| | | | | | | in the set Fixes #1213. | ||||
* | Replace usages of sigwait(3) with sigwaitinfo(2) | Tobias Brunner | 2015-10-29 | 1 | -5/+5 |
| | | | | | | | This is basically the same call, but it has the advantage of being supported by FreeBSD's valgrind, which sigwait() is not. References #1106. | ||||
* | charon-nm: Disable leak-detective in charon-nm | Tobias Brunner | 2015-05-05 | 1 | -0/+3 |
| | | | | It segfaults immediately if it is enabled, at least on Ubuntu 14.04. | ||||
* | 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 |
| | |||||
* | capabilities: Make the user and group charon(-nm) changes to configurable | Tobias Brunner | 2013-06-25 | 1 | -6/+19 |
| | |||||
* | capabilities: Move global capabilities_t instance to libstrongswan | Tobias Brunner | 2013-06-25 | 1 | -3/+3 |
| | |||||
* | plugin-loader: Add method to print loaded plugins on a given log level | Tobias Brunner | 2013-06-21 | 1 | -0/+1 |
| | |||||
* | Reload logger configuration on SIGHUP | Tobias Brunner | 2012-10-18 | 1 | -23/+5 |
| | | | | | | Besides changing the configuration this allows to easily rotate log files. Also moved logger initialization back to daemon_t. | ||||
* | Make syslog and file loggers configurable at runtime | Tobias Brunner | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Use random ports in NetworkManager backend | Tobias Brunner | 2012-09-18 | 1 | -0/+4 |
| | |||||
* | Refactored heavily #ifdefd capability code to its own libstrongswan class | Martin Willi | 2012-07-04 | 1 | -53/+5 |
| | |||||
* | Use static plugin features in charon-nm | Tobias Brunner | 2012-06-27 | 1 | -10/+4 |
| | |||||
* | Store the name of the binary using libcharon to enable specific settings. | Tobias Brunner | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Integrate nm plugin directly in charon-nm. | Tobias Brunner | 2012-05-03 | 1 | -1/+12 |
| | |||||
* | Added a small libcharon wrapper intended to directly host the nm plugin. | Tobias Brunner | 2012-05-03 | 1 | -0/+308 |
For this reason it reclaims the --enable-nm configure option. |