Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Migrate to the Gradle build system | Tobias Brunner | 2015-11-12 | 1 | -63/+0 |
| | | | | | This uses a manual way to trigger the NDK build (the default with on-the-fly Android.mk files does not work for us). | ||||
* | android: Remove references to libpts | Tobias Brunner | 2014-10-13 | 1 | -2/+1 |
| | |||||
* | android: Add DNS proxy implementation | Tobias Brunner | 2014-07-22 | 1 | -0/+1 |
| | | | | | | | This class proxies DNS requests over VPN-protected UDP sockets. It is not really Android specific and might be useful for kernel-libipsec or libipsec in general too, so we could maybe move it later to libipsec (might need some portability work). | ||||
* | android: Remove dependency on libvstr | Tobias Brunner | 2013-11-13 | 1 | -1/+0 |
| | |||||
* | 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 |