aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/led
Commit message (Collapse)AuthorAgeFilesLines
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-3/+3
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* led: Use plugin features to register listenerTobias Brunner2013-06-111-4/+29
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-2/+3
| | | | Also fixes several whitespace errors.
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and ↵Martin Willi2012-03-201-2/+2
| | | | encrypted
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-3/+3
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Fixed copy/paste error.Tobias Brunner2010-09-091-1/+1
|
* Added a simple led plugin to control Linux LEDs based on IKE activityMartin Willi2010-09-085-0/+415