Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Use a different set of plugins if BYOD features are enabled | Tobias Brunner | 2013-07-08 | 1 | -2/+4 |
| | |||||
* | android: Build libpts and init/deinit libpts in BYOD IMC | Tobias Brunner | 2013-07-08 | 1 | -1/+2 |
| | |||||
* | android: Added a sample IMC that sends some dummy OS data | Tobias Brunner | 2013-07-08 | 1 | -0/+18 |
| | |||||
* | android: Remove/filter header files from LOCAL_SRC_FILES | Tobias Brunner | 2013-03-20 | 1 | -10/+10 |
| | | | | This avoids huge warnings when building the native code. | ||||
* | android: Added NetworkManager class which allows to retrieve a local IP address | Tobias Brunner | 2012-10-16 | 1 | -0/+1 |
| | |||||
* | android: Added a JNI backed private key implementation | Tobias Brunner | 2012-09-24 | 1 | -0/+1 |
| | | | | | This is required because private keys are provided by an OpenSSL engine in Jelly Bean, which makes them inaccessible directly via getEncoding. | ||||
* | An Android specific attribute handler installs DNS servers via Builder | Tobias Brunner | 2012-08-13 | 1 | -0/+1 |
| | |||||
* | Native counterpart of VpnService.Builder added, exposed by charonservice | Tobias Brunner | 2012-08-13 | 1 | -1/+2 |
| | |||||
* | android_service_t handles initiation of an SA and tracks its progress | Tobias Brunner | 2012-08-13 | 1 | -0/+1 |
| | | | | Status updates are delivered via charonservice (JNI). | ||||
* | Added an Android specific credential set that provides CA certificates via JNI | Tobias Brunner | 2012-08-13 | 1 | -0/+1 |
| | |||||
* | Add an Android specific kernel_ipsec_t implementation | Tobias Brunner | 2012-08-13 | 1 | -0/+1 |
| | | | | | This is pretty much a proxy class that delegates everything (that is currently supported) to libipsec. | ||||
* | Add an Android specific kernel_net_t implementation | Tobias Brunner | 2012-08-13 | 1 | -1/+2 |
| | | | | | | This currently provides only no-ops and is just added because a kernel-net implementation is required and kernel-netlink can't be used at the moment. | ||||
* | Global charonservice_t object added to libandroidbridge | Tobias Brunner | 2012-08-08 | 1 | -1/+1 |
| | | | | This is later used to call Java methods on CharonVpnService via JNI. | ||||
* | Moved JNI helper macros to a separate file | Tobias Brunner | 2012-08-08 | 1 | -0/+1 |
| | | | | | Also initialize a reference to the CharonVpnService class during JNI_OnLoad, which allows us later to call methods from C to Java. | ||||
* | Load libipsec in Android app. | Tobias Brunner | 2012-08-08 | 1 | -1/+2 |
| | |||||
* | Added android.net.VpnService wrapper around charon (loaded via JNI). | Tobias Brunner | 2012-08-08 | 1 | -0/+33 |