Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Migrate to the Gradle build system | Tobias Brunner | 2015-11-12 | 1 | -167/+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: Apply configured MTU | Tobias Brunner | 2015-07-28 | 1 | -0/+5 |
| | | | | | | While it is stored as property of individual profiles it is really a global setting because we currently don't support more than one connection. | ||||
* | android: Handle and store IETF remediation instructions | Tobias Brunner | 2013-07-08 | 1 | -0/+8 |
| | |||||
* | android: Add state of IMC to VpnStateService and update it via JNI | Tobias Brunner | 2013-07-08 | 1 | -1/+20 |
| | |||||
* | android: Added a sample IMC that sends some dummy OS data | Tobias Brunner | 2013-07-08 | 1 | -0/+3 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | android: Bypass/protect previously bypassed sockets if connectivity changes | Tobias Brunner | 2012-10-16 | 1 | -1/+3 |
| | |||||
* | android: Determine source address dynamically | Tobias Brunner | 2012-10-16 | 1 | -0/+7 |
| | |||||
* | android: Load the private key and certificates separately in android_creds_t | Tobias Brunner | 2012-09-24 | 1 | -4/+4 |
| | |||||
* | android: Added a method to get the user's private key via JNI | Tobias Brunner | 2012-09-24 | 1 | -0/+8 |
| | |||||
* | android: Added JNI method to retrieve user certificate and private key | Tobias Brunner | 2012-08-31 | 1 | -0/+11 |
| | | | | | To simplify things the private key, the user certificate and the CA certificates are all put into the same list. | ||||
* | Native counterpart of VpnService.Builder added, exposed by charonservice | Tobias Brunner | 2012-08-13 | 1 | -0/+9 |
| | |||||
* | Added an Android specific credential set that provides CA certificates via JNI | Tobias Brunner | 2012-08-13 | 1 | -0/+3 |
| | |||||
* | CharonVpnService provides a function to get trusted certificates via JNI | Tobias Brunner | 2012-08-13 | 1 | -0/+9 |
| | |||||
* | Function added that allows to update VPN state via JNI | Tobias Brunner | 2012-08-13 | 1 | -0/+22 |
| | |||||
* | Implement kernel_ipsec_t.bypass_socket() via JNI and VpnService.protect() | Tobias Brunner | 2012-08-13 | 1 | -0/+12 |
| | |||||
* | Add an Android specific kernel_net_t implementation | Tobias Brunner | 2012-08-13 | 1 | -0/+3 |
| | | | | | | 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 | -0/+46 |
This is later used to call Java methods on CharonVpnService via JNI. |