]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/frontends
Fixed some typos, courtesy of codespell
[thirdparty/strongswan.git] / src / frontends /
2018-02-13  Tobias BrunnerFixed some typos, courtesy of codespell
2018-02-08  Tobias Brunnerandroid: New release after changing cert sending policy
2018-02-08  Tobias Brunnerandroid: Always send the client certificate
2017-12-06  Lubomir Rintelnm: Allow disabling libnm-glib
2017-11-28  Tobias BrunnerMerge branch 'android-proposals'
2017-11-28  Tobias Brunnerandroid: Remove modp1024 from the ESP proposals
2017-11-17  Tobias Brunnerandroid: New release after adding configurable proposals
2017-11-17  Tobias Brunnerandroid: Validate proposal strings when importing profiles
2017-11-17  Tobias Brunnerandroid: Validate proposal strings in the GUI
2017-11-17  Tobias Brunnerandroid: Add utility JNI function to validate proposal...
2017-11-17  Tobias Brunnerandroid: Load JNI libraries in Application class
2017-11-17  Tobias Brunnerandroid: Make IKE/ESP proposals configurable in the GUI
2017-11-17  Tobias Brunnerandroid: Import IKE/ESP proposals
2017-11-17  Tobias Brunnerandroid: Use optional custom proposals for IKE and ESP
2017-11-17  Tobias Brunnerandroid: Add properties for IKE and ESP proposals
2017-11-17  Tobias Brunnerandroid: Free settings string passed via JNI
2017-11-15  Tobias BrunnerFixed some typos, courtesy of codespell
2017-11-08  Tobias BrunnerMerge branch 'rsassa-pss'
2017-11-08  Tobias Brunnerandroid: Add support for creating RSASSA-PSS signatures...
2017-11-08  Tobias Brunnerprivate-key: Add optional parameters argument to sign...
2017-11-02  Tobias Brunnerandroid: Add log message if failed to retrieve user...
2017-09-18  Tobias Brunnerandroid: New release after adding delta CRL support...
2017-09-18  Tobias Brunnerandroid: Ignore IllegalArgumentException for multicast...
2017-09-04  Tobias Brunnerandroid: New release after adding OCSP, CRL cache and...
2017-09-04  Tobias BrunnerMerge branch 'android-updates'
2017-09-04  Tobias Brunnerandroid: Add disconnect button to dialog if already...
2017-09-04  Tobias Brunnerandroid: Load x509 plugin to generate OCSP requests...
2017-09-04  Tobias Brunnerandroid: Add support to POST data via SimpleFetcher
2017-09-04  Tobias Brunnerandroid: Add option to clear cached CRLs
2017-09-04  Tobias Brunnerandroid: Cache CRLs in app directory
2017-09-04  Tobias Brunnerandroid: Pass absolute path to the app's data directory...
2017-09-04  Tobias Brunnerandroid: Hide app selection in profile editor on Androi...
2017-09-04  Tobias Brunnerandroid: Only apply app filter on Android 5 and newer
2017-09-04  Tobias Brunnerandroid: Catch OutOfMemoryError when importing profiles
2017-09-04  Tobias Brunnerandroid: Catch NullPointerException when parsing invali...
2017-09-04  Tobias Brunnerandroid: Catch NullPointerException when calling VpnSer...
2017-08-07  Tobias BrunnerFixed some typos, courtesy of codespell
2017-07-04  Tobias Brunnerandroid: New release after fixing issues with older...
2017-07-04  Tobias Brunnerandroid: Fix database update from older versions
2017-07-04  Tobias Brunnerandroid: Fix version string on older Android releases
2017-07-03  Tobias Brunnerandroid: New release after fixing crash with existing...
2017-07-03  Tobias Brunnerandroid: Fix null pointer dereference with existing...
2017-07-03  Tobias Brunnerandroid: Only show disconnect button if actually connected
2017-07-03  Tobias Brunnerandroid: New release after adding lots of new stuff
2017-07-03  Tobias BrunnerMerge branch '2309-android-disconnect-button'
2017-07-03  Tobias Brunnerandroid: Close activity when dialog is canceled if...
2017-07-03  Tobias Brunnerandroid: Allow disconnecting via MainActivity but displ...
2017-07-03  Tobias Brunnerandroid: Add disconnect button to notification
2017-07-03  Tobias BrunnerMerge branch 'android-certreq'
2017-07-03  Tobias Brunnerandroid: Make sending certificate requests configurable...
2017-07-03  Tobias Brunnerandroid: Import the flag to suppress certificate requests
2017-07-03  Tobias Brunnerandroid: Add flag to suppress sending certificate requests
2017-07-03  Tobias Brunnerandroid: Add property for simple flags
2017-07-03  Tobias BrunnerMerge branch '2365-android-nat-keepalive'
2017-07-03  Tobias Brunnerandroid: Import NAT-T keepalive interval
2017-07-03  Tobias Brunnerandroid: Make NAT-T keepalive interval configurable...
2017-07-03  Tobias Brunnerandroid: Use configured NAT-T keepalive interval
2017-07-03  Tobias Brunnerandroid: Add property for NAT-T keepalive interval
2017-07-03  Tobias BrunnerMerge branch 'android-updates'
2017-07-03  Tobias Brunnerandroid: Use arrays as primary config option for subnet...
2017-07-03  Tobias Brunnerandroid: Change format of address ranges and print...
2017-07-03  Tobias Brunnerandroid: Make app handling and selection of apps config...
2017-07-03  Tobias Brunnerandroid: Add simple activity for the selection of apps
2017-07-03  Tobias Brunnerandroid: Add list fragment for the selection of apps
2017-07-03  Tobias Brunnerandroid: Add filterable adapter for list of installed...
2017-07-03  Tobias Brunnerandroid: Add list item layout for installed/selected...
2017-07-03  Tobias Brunnerandroid: Add class that wraps ApplicationInfo for selec...
2017-07-03  Tobias Brunnerandroid: Handle checked state in activated background
2017-07-03  Tobias Brunnerandroid: Add text color for checkable list entries
2017-07-03  Tobias Brunnerandroid: Add a linear layout that is checkable
2017-07-03  Tobias Brunnerandroid: Add convenience methods to get/set selected...
2017-07-03  Tobias Brunnerandroid: Import selected/excluded apps from profile...
2017-07-03  Tobias Brunnerandroid: Apply selected apps according to config
2017-07-03  Tobias Brunnerandroid: Add property for selected apps to VPN profiles
2017-07-03  Tobias Brunnerandroid: Make custom subnets configurable in the GUI
2017-07-03  Tobias Brunnerandroid: Import custom subnets from profile file
2017-07-03  Tobias Brunnerandroid: Use configured included subnets instead of...
2017-07-03  Tobias Brunnerandroid: Add ability to add a range set to another
2017-07-03  Tobias Brunnerandroid: Add property for included subnets to VPN profiles
2017-07-03  Tobias Brunnerandroid: Make excluded subnets configurable in the GUI
2017-07-03  Tobias Brunnerandroid: Import excluded subnets from profile file
2017-07-03  Tobias Brunnerandroid: Exclude configured subnets from the VPN
2017-07-03  Tobias Brunnerandroid: Implement Iterable interface and addAll()...
2017-07-03  Tobias Brunnerandroid: Add ability to remove a range set from another
2017-07-03  Tobias Brunnerandroid: Parse two addresses separated by - as range
2017-07-03  Tobias Brunnerandroid: Add property for excluded subnets to VPN profiles
2017-07-03  Tobias Brunnerandroid: Add class to manage a set of IP address ranges...
2017-07-03  Tobias Brunnerandroid: Add class to handle IP ranges and subnets
2017-07-03  Tobias Brunnerandroid: Log some information about the Android version...
2017-07-03  Tobias Brunnerandroid: Escape backslashes in settings values
2017-07-03  Tobias Brunnerandroid: Use a specific action to disconnect from the VPN
2017-07-03  Tobias Brunnerandroid: Try to load existing user cert when importing...
2017-07-03  Tobias Brunnerandroid: Enable revocation plugin
2017-07-03  Tobias Brunnerandroid: Add a simple HTTP(S) fetcher for CRLs
2017-07-03  Tobias Brunnerandroid: Make log view more efficient
2017-06-30  Tobias Brunnerandroid: Don't update state fragment if not attached...
2017-06-30  Tobias Brunnerandroid: Make sure every listener at the VPN state...
2017-06-30  Tobias Brunnerandroid: Add menu item to import VPN profile via Storag...
2017-06-30  Tobias Brunnerandroid: Add translation for Traditional Chinese
2017-06-30  Tobias Brunnerandroid: Move Simplified Chinese translation to values...
next