aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/maemo/maemo_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* maemo: Remove unused pluginTobias Brunner2016-09-151-87/+0
|
* maemo: Use plugin featuresTobias Brunner2013-06-111-2/+12
|
* 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-2/+8
| | | | over plugin_t
* Maemo: Extracted most plugin code to a separate class, so we can use that as ↵Tobias Brunner2010-10-141-282/+10
| | | | listener.
* Maemo: Initiate consumes a child_sa reference, so get an additional one.Tobias Brunner2010-10-141-0/+2
|
* Maemo: Basic functionality added to notify the applet about status updates.Tobias Brunner2010-10-141-0/+16
|
* Maemo: Clear the credentials before each connection attempt.Tobias Brunner2010-10-141-0/+2
|
* Maemo: Listen for a special "Start" D-BUS call.Tobias Brunner2010-10-141-1/+5
| | | | This call is made on the system D-BUS so that charon is started as root.
* Maemo: Added support for connection initiation and shutdown.Tobias Brunner2010-10-141-0/+181
|
* Maemo: Register with libosso and init Glib main loop.Tobias Brunner2010-10-141-0/+82
|
* Stub plugin for Maemo specific extensions added.Tobias Brunner2010-10-141-0/+55