aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/jni/libandroidbridge/charonservice.c
Commit message (Expand)AuthorAgeFilesLines
* android: Migrate to the Gradle build systemTobias Brunner2015-11-121-706/+0
* android: Add a custom kernel-net implementation to replace kernel-netlinkTobias Brunner2015-07-281-20/+2
* android: Apply configured MTUTobias Brunner2015-07-281-3/+8
* android: Set preferred language for remediation instructionsTobias Brunner2015-07-281-0/+4
* android: Encode connection settings as single Java string argumentTobias Brunner2015-07-281-15/+10
* android: Enable charon.initiator_only optionTobias Brunner2015-07-281-0/+2
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-201-4/+4
* android: Increase fragment sizeTobias Brunner2014-11-061-0/+3
* plugin-loader: Support a reload() callback for static featuresMartin Willi2014-09-221-2/+2
* android: Remove unused hash argument from getTrustedCertificates()Tobias Brunner2014-07-221-2/+2
* android: Don't limit number to packets during EAP-TTLSTobias Brunner2014-02-181-0/+2
* libcharon: Remove unused charon->nameTobias Brunner2014-02-121-1/+1
* libhydra: Remove unused hydra->daemonTobias Brunner2014-02-121-1/+1
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
* android: Properly handle failures while initializing charonTobias Brunner2013-09-231-6/+7
* android: Use a different set of plugins if BYOD features are enabledTobias Brunner2013-07-081-5/+18
* android: Handle and store IETF remediation instructionsTobias Brunner2013-07-081-0/+32
* android: Add state of IMC to VpnStateService and update it via JNITobias Brunner2013-07-081-0/+25
* android: Added a Java part to the Android IMCTobias Brunner2013-07-081-9/+10
* android: Don't attempt loading IMCs from /etc/tnc_configTobias Brunner2013-07-081-0/+2
* android: Added a sample IMC that sends some dummy OS dataTobias Brunner2013-07-081-3/+27
* android: Disable listening on IPv6Tobias Brunner2013-07-051-0/+4
* plugin-loader: Add method to print loaded plugins on a given log levelTobias Brunner2013-06-211-0/+1
* android: Ignore interface 'lo'Tobias Brunner2013-05-031-2/+4
* android: Repurpose android-net to simply handle connectivity eventsTobias Brunner2013-05-031-1/+12
* android: Replace android-net plugin with kernel-netlinkTobias Brunner2013-05-031-2/+7
* android: Set strongswan.conf options before initializing other librariesTobias Brunner2013-05-031-36/+44
* android: Properly handle exceptions when loading keys/certificatesTobias Brunner2012-11-211-3/+3
* Reload logger configuration on SIGHUPTobias Brunner2012-10-181-22/+14
* Make syslog and file loggers configurable at runtimeTobias Brunner2012-10-181-13/+3
* android: Use a shorter timeout for retransmitsTobias Brunner2012-10-181-1/+1
* android: Bypass/protect previously bypassed sockets if connectivity changesTobias Brunner2012-10-161-3/+25
* android: Register NetworkManager as BroadcastReceiver and relay events via JNITobias Brunner2012-10-161-1/+1
* android: Determine source address dynamicallyTobias Brunner2012-10-161-9/+19
* android: Added a method to get the user's private key via JNITobias Brunner2012-09-241-1/+36
* android: Native parts handle ikev2-cert VPN typeTobias Brunner2012-08-311-6/+2
* android: Added JNI method to retrieve user certificate and private keyTobias Brunner2012-08-311-13/+58
* android: Pass the type of VPN to the native partsTobias Brunner2012-08-311-4/+7
* Charon logs to a file in the App's data directoryTobias Brunner2012-08-131-1/+36
* Moved Java to C string conversion function to android_jni header fileTobias Brunner2012-08-131-19/+4
* Log charon version and uname() output, split libcharon and charon initializationTobias Brunner2012-08-131-2/+20
* Don't set the source address on AndroidTobias Brunner2012-08-131-0/+9
* Close IKE_SA on Android immediately if setting up CHILD_SA failsTobias Brunner2012-08-131-0/+2
* Reduce number of retransmits on AndroidTobias Brunner2012-08-131-0/+9
* An Android specific attribute handler installs DNS servers via BuilderTobias Brunner2012-08-131-0/+12
* Native counterpart of VpnService.Builder added, exposed by charonserviceTobias Brunner2012-08-131-3/+18
* Initiate an SA via native JNI methodTobias Brunner2012-08-131-0/+63
* Added an Android specific credential set that provides CA certificates via JNITobias Brunner2012-08-131-0/+29
* CharonVpnService provides a function to get trusted certificates via JNITobias Brunner2012-08-131-0/+48
* Function added that allows to update VPN state via JNITobias Brunner2012-08-131-0/+25