aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/jni/libandroidbridge/byod
Commit message (Collapse)AuthorAgeFilesLines
* android: Migrate to the Gradle build systemTobias Brunner2015-11-124-991/+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: Fix PA-TNC construction based on data passed via JNITobias Brunner2014-10-151-3/+2
|
* android: Implement get_contracts() method in IMC state objectTobias Brunner2014-10-141-0/+14
|
* android: Update receive_message() to new imc_msg_t.receive() signatureTobias Brunner2014-10-131-2/+4
|
* android: Remove references to libptsTobias Brunner2014-10-131-4/+0
|
* android: Fix compilation after PTS header files were movedTobias Brunner2013-09-041-4/+4
|
* android: Add device ID in BeginHandshakeTobias Brunner2013-07-081-0/+2
|
* android: Handle and store IETF remediation instructionsTobias Brunner2013-07-081-0/+19
|
* android: Add state of IMC to VpnStateService and update it via JNITobias Brunner2013-07-081-0/+29
|
* android: Handle TCG file measurement related attributes using PTSTobias Brunner2013-07-081-5/+119
|
* android: Android IMC state provides a Platform Trust Service (PTS) instanceTobias Brunner2013-07-082-0/+20
|
* android: Provide a public interface for Android IMC stateTobias Brunner2013-07-082-25/+40
|
* android: Define IMC functions static and with lower-case namesTobias Brunner2013-07-081-32/+32
|
* android: Add measurement collector for ITA SettingsTobias Brunner2013-07-081-1/+4
|
* android: Handle ITA PA-TNC attributesTobias Brunner2013-07-081-0/+18
|
* android: Overload for getMeasurement() that takes a String array as argumentTobias Brunner2013-07-081-10/+70
|
* android: Add measurement collector for Port FilterTobias Brunner2013-07-081-1/+2
| | | | This collector reports all listening TCP and UDP sockets/ports.
* android: Add a generic handler for PA-TNC attribute requestsTobias Brunner2013-07-081-62/+90
| | | | | The idea is that the Android IMC will return attributes in their binary encoding. This keeps the JNI interface to the IMC pretty simple.
* android: Added a Java part to the Android IMCTobias Brunner2013-07-081-3/+60
|
* android: Build libpts and init/deinit libpts in BYOD IMCTobias Brunner2013-07-081-0/+5
|
* android: Added a sample IMC that sends some dummy OS dataTobias Brunner2013-07-084-0/+609