aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-nm/charon-nm.c
Commit message (Expand)AuthorAgeFilesLines
* charon-nm: Fix typo to actually use random NAT-T portTobias Brunner2017-05-191-1/+1
* daemon: Use separate method to set default loggersTobias Brunner2017-01-251-1/+1
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-11/+0
* sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...Tobias Brunner2015-11-231-5/+4
* Replace usages of sigwait(3) with sigwaitinfo(2)Tobias Brunner2015-10-291-5/+5
* charon-nm: Disable leak-detective in charon-nmTobias Brunner2015-05-051-0/+3
* 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
* capabilities: Make the user and group charon(-nm) changes to configurableTobias Brunner2013-06-251-6/+19
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-251-3/+3
* plugin-loader: Add method to print loaded plugins on a given log levelTobias Brunner2013-06-211-0/+1
* Reload logger configuration on SIGHUPTobias Brunner2012-10-181-23/+5
* Make syslog and file loggers configurable at runtimeTobias Brunner2012-10-181-1/+1
* Use random ports in NetworkManager backendTobias Brunner2012-09-181-0/+4
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-041-53/+5
* Use static plugin features in charon-nmTobias Brunner2012-06-271-10/+4
* Store the name of the binary using libcharon to enable specific settings.Tobias Brunner2012-05-031-1/+1
* Integrate nm plugin directly in charon-nm.Tobias Brunner2012-05-031-1/+12
* Added a small libcharon wrapper intended to directly host the nm plugin.Tobias Brunner2012-05-031-0/+308