Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Migrate to the Gradle build system | Tobias Brunner | 2015-11-12 | 1 | -722/+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 JNI | Tobias Brunner | 2014-10-15 | 1 | -3/+2 |
| | |||||
* | android: Update receive_message() to new imc_msg_t.receive() signature | Tobias Brunner | 2014-10-13 | 1 | -2/+4 |
| | |||||
* | android: Remove references to libpts | Tobias Brunner | 2014-10-13 | 1 | -4/+0 |
| | |||||
* | android: Fix compilation after PTS header files were moved | Tobias Brunner | 2013-09-04 | 1 | -4/+4 |
| | |||||
* | android: Add device ID in BeginHandshake | Tobias Brunner | 2013-07-08 | 1 | -0/+2 |
| | |||||
* | android: Handle and store IETF remediation instructions | Tobias Brunner | 2013-07-08 | 1 | -0/+19 |
| | |||||
* | android: Add state of IMC to VpnStateService and update it via JNI | Tobias Brunner | 2013-07-08 | 1 | -0/+29 |
| | |||||
* | android: Handle TCG file measurement related attributes using PTS | Tobias Brunner | 2013-07-08 | 1 | -5/+119 |
| | |||||
* | android: Define IMC functions static and with lower-case names | Tobias Brunner | 2013-07-08 | 1 | -32/+32 |
| | |||||
* | android: Add measurement collector for ITA Settings | Tobias Brunner | 2013-07-08 | 1 | -1/+4 |
| | |||||
* | android: Handle ITA PA-TNC attributes | Tobias Brunner | 2013-07-08 | 1 | -0/+18 |
| | |||||
* | android: Overload for getMeasurement() that takes a String array as argument | Tobias Brunner | 2013-07-08 | 1 | -10/+70 |
| | |||||
* | android: Add measurement collector for Port Filter | Tobias Brunner | 2013-07-08 | 1 | -1/+2 |
| | | | | This collector reports all listening TCP and UDP sockets/ports. | ||||
* | android: Add a generic handler for PA-TNC attribute requests | Tobias Brunner | 2013-07-08 | 1 | -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 IMC | Tobias Brunner | 2013-07-08 | 1 | -3/+60 |
| | |||||
* | android: Build libpts and init/deinit libpts in BYOD IMC | Tobias Brunner | 2013-07-08 | 1 | -0/+5 |
| | |||||
* | android: Added a sample IMC that sends some dummy OS data | Tobias Brunner | 2013-07-08 | 1 | -0/+389 |