Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed backend for old Android frontend patch | Tobias Brunner | 2013-03-02 | 1 | -97/+0 |
| | | | | Moved the remaining DNS handler to a new plugin. | ||||
* | Moved Android specific logger to separate plugin. | Tobias Brunner | 2012-08-08 | 1 | -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 Brunner | 2012-05-02 | 1 | -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 Brunner | 2011-10-11 | 1 | -3/+3 |
| | |||||
* | Correctly install DNS servers on Android if frontend is not used. | Tobias Brunner | 2011-10-05 | 1 | -1/+1 |
| | |||||
* | Allow the Android plugin to load even if the control socket is not available. | Tobias Brunner | 2011-10-05 | 1 | -5/+0 |
| | |||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -2/+8 |
| | | | | over plugin_t | ||||
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -2/+4 |
| | |||||
* | Moved credential manager to libstrongswan | Martin Willi | 2010-07-13 | 1 | -2/+2 |
| | |||||
* | Avoid a segmentation fault if opening the Android control socket failed. | Tobias Brunner | 2010-06-22 | 1 | -1/+1 |
| | |||||
* | Adding an interface that interacts with the Android Settings frontend. | Tobias Brunner | 2010-06-15 | 1 | -0/+15 |
| | |||||
* | Adding an Android specific credential set. | Tobias Brunner | 2010-06-15 | 1 | -0/+11 |
| | |||||
* | Adding an Android specific logger. | Tobias Brunner | 2010-06-15 | 1 | -2/+13 |
| | |||||
* | Changed all usages of lib->attributes to hydra->attributes. | Tobias Brunner | 2010-03-24 | 1 | -3/+3 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -0/+66 |