aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/android/android_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed backend for old Android frontend patchTobias Brunner2013-03-021-97/+0
| | | | Moved the remaining DNS handler to a new plugin.
* Moved Android specific logger to separate plugin.Tobias Brunner2012-08-081-10/+0
| | | | | | This is mainly because the other parts of the existing android plugin can not be built in the NDK (access to keystore and system properties are not part of the stable NDK libraries).
* Use a separate interface for loggers.Tobias Brunner2012-05-021-2/+2
| | | | | | | | The new interface does not allow loggers to unregister themselves from the bus. This allows us to use a rwlock_t for them. The latter also means that loggers can now be called concurrently by multiple threads.
* Fixed initialization of android plugin.Tobias Brunner2011-10-111-3/+3
|
* Correctly install DNS servers on Android if frontend is not used.Tobias Brunner2011-10-051-1/+1
|
* Allow the Android plugin to load even if the control socket is not available.Tobias Brunner2011-10-051-5/+0
|
* 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
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-2/+4
|
* Moved credential manager to libstrongswanMartin Willi2010-07-131-2/+2
|
* Avoid a segmentation fault if opening the Android control socket failed.Tobias Brunner2010-06-221-1/+1
|
* Adding an interface that interacts with the Android Settings frontend.Tobias Brunner2010-06-151-0/+15
|
* Adding an Android specific credential set.Tobias Brunner2010-06-151-0/+11
|
* Adding an Android specific logger.Tobias Brunner2010-06-151-2/+13
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-3/+3
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+66