Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linked-list: Change return value of find_first() and signature of its callback | Tobias Brunner | 2017-05-26 | 1 | -4/+12 |
| | | | | This avoids the unportable five pointer hack. | ||||
* | linked-list: Change interface of callback for invoke_function() | Tobias Brunner | 2017-05-26 | 1 | -4/+12 |
| | | | | This avoids the unportable five pointer hack. | ||||
* | Migrate all enumerators to venumerate() interface change | Tobias Brunner | 2017-05-26 | 1 | -5/+14 |
| | |||||
* | android: New release after fixing potential ANR issue | Tobias Brunner | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | android: Send network change events from a separate thread via JNI | Tobias Brunner | 2017-02-17 | 2 | -4/+68 |
| | | | | | | | | | Doing this from the main UI thread (which delivers the broadcast) might cause an ANR if there is a delay (e.g. while acquiring a mutex in the native parts). There might also have been a race condition during termination previously because Unregister() was not synchronized so there might have been dangling events that got delivered while or after the mutex in the native parts was destroyed. | ||||
* | android: New release after adding translation for Simplified Chinese | Tobias Brunner | 2017-02-07 | 1 | -2/+2 |
| | |||||
* | android: Add translation for Simplified Chinese | Tobias Brunner | 2017-02-07 | 6 | -4/+180 |
| | | | | Courtesy of Yick Xie. | ||||
* | daemon: Use separate method to set default loggers | Tobias Brunner | 2017-01-25 | 1 | -1/+1 |
| | | | | | This way it is not necessary to pass the same values to reload the loggers. | ||||
* | android: New release after adding profile import functionality | Tobias Brunner | 2017-01-20 | 1 | -2/+2 |
| | |||||
* | android: Handle profile file names with dots in them | Tobias Brunner | 2017-01-20 | 1 | -0/+3 |
| | |||||
* | android: Handle errors when fetching profile in more detail | Tobias Brunner | 2017-01-20 | 6 | -16/+77 |
| | |||||
* | android: Add activity to import VPN profiles from JSON-encoded files | Tobias Brunner | 2017-01-20 | 12 | -0/+1053 |
| | | | | | | | | | | | | | | The file format is documented on the wiki. URLs to .sswan files may be intercepted and downloaded files with a media type of application/vnd.strongswan.profile may also be opened (the file extension doesn't matter in that case). Whether downloaded files for which the media type is not correct but the extension is .sswan can be opened depends on the app that issues the Intent. For instance, from the default Downloads app it won't work due to the content:// URLs that do not contain the file name but when opening the downloaded file from within Chrome's Downloads view it works as these Intents use file:// URLs, which contain the complete file name (the latter requires a new permission). | ||||
* | android: Use a local broadcast to notify about profile changes | Tobias Brunner | 2017-01-20 | 3 | -47/+107 |
| | | | | | This allows other components to modify the profiles and notify about changes. | ||||
* | android: Add a UUID property to the VPN profiles | Tobias Brunner | 2017-01-20 | 3 | -2/+72 |
| | | | | | | All new or edited profiles get a random UUID. We currently don't enforce one, though. Later we might change that and use the UUID as primary key. | ||||
* | android: New release after re-adding support for ECC Brainpool curves | Tobias Brunner | 2016-12-10 | 1 | -2/+2 |
| | |||||
* | android: New release after fixing libtpmtss issue | Tobias Brunner | 2016-12-09 | 1 | -2/+2 |
| | |||||
* | android: Make sure libtpmtss is loaded on older systems | Tobias Brunner | 2016-12-09 | 3 | -1/+3 |
| | | | | | On newer Android systems this seems to happen automatically (or does at least not cause crashes if the library is not loaded). | ||||
* | android: New release after adding notification | Tobias Brunner | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | android: Ensure that the certificates are loaded when accessing them via JNI | Tobias Brunner | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | android: Add a public notification | Tobias Brunner | 2016-12-08 | 1 | -6/+10 |
| | |||||
* | android: Display a permanent notification while connected | Tobias Brunner | 2016-12-08 | 9 | -27/+120 |
| | | | | | This forces the service to run in the foreground, meaning the system won't kill it when low on memory. | ||||
* | android: Log any installed DNS servers | Tobias Brunner | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | android: Unregister listener in case of error alerts | Tobias Brunner | 2016-12-08 | 1 | -3/+9 |
| | | | | | | | | This avoids triggering additional errors via e.g. ike_updown() that might cause the error message displayed in the GUI to change if the status fragment is recreated. References #2134. | ||||
* | android: Report an error for invalid integer values | Tobias Brunner | 2016-12-08 | 1 | -4/+27 |
| | | | | | Previously we'd just ignore the invalid values without notifying the user. | ||||
* | android: Propose curve25519 in the ESP proposals | Tobias Brunner | 2016-12-08 | 1 | -3/+3 |
| | |||||
* | android: Enable curve25519 plugin in the app | Tobias Brunner | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | android: Propose ChaCha20/Poly1305 in the ESP AEAD proposals | Tobias Brunner | 2016-12-08 | 1 | -2/+3 |
| | |||||
* | android: Enable chapoly plugin in the app | Tobias Brunner | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | android: Identifiers for SHA2-base RSA signature schemes got renamed | Tobias Brunner | 2016-10-11 | 1 | -4/+4 |
| | | | | Fixes: 40f2589abfc8 ("gmp: Support of SHA-3 RSA signatures") | ||||
* | android: Fix build after adding libtpmtss | Tobias Brunner | 2016-06-28 | 2 | -1/+3 |
| | |||||
* | android: Catch exception if numbers are too large for Integer | Tobias Brunner | 2016-06-13 | 1 | -1/+8 |
| | |||||
* | android: Fix signature of get_nexthop() | Tobias Brunner | 2016-06-13 | 1 | -1/+2 |
| | |||||
* | android: New release after fixing a crash during certificate imports | Tobias Brunner | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | android: Avoid IllegalStateException when importing certificates | Tobias Brunner | 2016-05-06 | 1 | -2/+14 |
| | | | | | | | | | | When certificates are imported via Storage Access Framework we did handle the selection directly in onActivityResult(). However, at that point the activity might apparently not yet be resumed. So committing FragmentTransactions could result in IllegalStateExceptions due to the potential state loss. To avoid that we cache the returned URI and wait until onPostResume() to make sure the activity's state is fully restored before showing the confirmation dialog. | ||||
* | android: New release after reducing number of DH groups in proposal | Tobias Brunner | 2016-05-04 | 1 | -2/+2 |
| | |||||
* | android: Use separate label strings for text fields in login dialog | Tobias Brunner | 2016-05-03 | 6 | -2/+12 |
| | | | | | In the profile editor the password is now marked as optional in the label, which looks a bit strange in the login dialog. | ||||
* | android: New release after GUI changes/additions | Tobias Brunner | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | android: Show selected user identity in profile list | Tobias Brunner | 2016-05-02 | 1 | -3/+9 |
| | | | | This also readds the colons that were removed from the labels. | ||||
* | android: Allow selection of user identity in GUI | Tobias Brunner | 2016-05-02 | 2 | -2/+52 |
| | |||||
* | android: Add adapter for user ID selection | Tobias Brunner | 2016-05-02 | 6 | -0/+80 |
| | |||||
* | android: Add helper function to TrustedCertificateEntry to get subjectAltNames | Tobias Brunner | 2016-05-02 | 1 | -4/+43 |
| | | | | | Duplicates (e.g. with different types) are filtered. If necessary we could later perhaps add a prefix. | ||||
* | android: Add auto-completion to remote ID and profile name | Tobias Brunner | 2016-05-02 | 2 | -6/+83 |
| | | | | | This makes it easy to explicitly use the server's IP/hostname as remote identity or use it in the profile name. | ||||
* | android: Make remote identity configurable in the GUI | Tobias Brunner | 2016-05-02 | 7 | -2/+43 |
| | |||||
* | android: Use TextInputLayout in login dialog | Tobias Brunner | 2016-05-02 | 1 | -26/+30 |
| | |||||
* | android: Use TextInputLayoutHelper in profile editor | Tobias Brunner | 2016-05-02 | 7 | -148/+212 |
| | | | | | This adds floating labels and helper texts to the form fields. It also changed/added lots of strings in the editor. | ||||
* | android: Add TextInputLayout child class that displays a helper text below ↵ | Tobias Brunner | 2016-05-02 | 2 | -2/+185 |
| | | | | | | the text field Also hides the error message if the text is changed. | ||||
* | android: Use proper namespace for custom attribute | Tobias Brunner | 2016-05-02 | 1 | -2/+2 |
| | |||||
* | android: Move profile name field to the bottom and use server address as hint | Tobias Brunner | 2016-05-02 | 2 | -16/+41 |
| | |||||
* | android: Use configured local identity in auth-cfgs | Tobias Brunner | 2016-05-02 | 1 | -9/+30 |
| | | | | | | We still default to the username or subject DN if none is configured. But we don't check if the local ID is contained in the configured certificate. | ||||
* | android: Use configured remote ID in auth-cfg | Tobias Brunner | 2016-05-02 | 1 | -4/+15 |
| | | | | | | | | If one is explicitly set we don't use loose identity matching and send it as IDr to the server. Closes #strongswan/strongswan#29. Fixes #1268. |