aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some typos, courtesy of codespellTobias Brunner2017-05-261-2/+2
|
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-4/+12
| | | | This avoids the unportable five pointer hack.
* linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-261-4/+12
| | | | This avoids the unportable five pointer hack.
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-5/+14
|
* nm: Explicitly prevent the smartcard PIN from being storedRaphael Geissert2017-05-081-0/+2
| | | | | | | The secret storage flag wasn't being saved when using smartcard authentication, resulting in the PIN being stored. Fixes #2166.
* nm: IKE/ESP proposal customization supportDefunct2017-05-082-0/+202
| | | | Closes strongswan/strongswan#70.
* android: New release after fixing potential ANR issueTobias Brunner2017-02-201-2/+2
|
* android: Send network change events from a separate thread via JNITobias Brunner2017-02-172-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 ChineseTobias Brunner2017-02-071-2/+2
|
* android: Add translation for Simplified ChineseTobias Brunner2017-02-076-4/+180
| | | | Courtesy of Yick Xie.
* daemon: Use separate method to set default loggersTobias Brunner2017-01-252-7/+4
| | | | | This way it is not necessary to pass the same values to reload the loggers.
* android: New release after adding profile import functionalityTobias Brunner2017-01-201-2/+2
|
* android: Handle profile file names with dots in themTobias Brunner2017-01-201-0/+3
|
* android: Handle errors when fetching profile in more detailTobias Brunner2017-01-206-16/+77
|
* android: Add activity to import VPN profiles from JSON-encoded filesTobias Brunner2017-01-2012-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 changesTobias Brunner2017-01-203-47/+107
| | | | | This allows other components to modify the profiles and notify about changes.
* android: Add a UUID property to the VPN profilesTobias Brunner2017-01-203-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 curvesTobias Brunner2016-12-101-2/+2
|
* android: New release after fixing libtpmtss issueTobias Brunner2016-12-091-2/+2
|
* android: Make sure libtpmtss is loaded on older systemsTobias Brunner2016-12-093-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 notificationTobias Brunner2016-12-081-2/+2
|
* android: Ensure that the certificates are loaded when accessing them via JNITobias Brunner2016-12-081-1/+1
|
* android: Add a public notificationTobias Brunner2016-12-081-6/+10
|
* android: Display a permanent notification while connectedTobias Brunner2016-12-089-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 serversTobias Brunner2016-12-081-1/+1
|
* android: Unregister listener in case of error alertsTobias Brunner2016-12-081-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 valuesTobias Brunner2016-12-081-4/+27
| | | | | Previously we'd just ignore the invalid values without notifying the user.
* android: Propose curve25519 in the ESP proposalsTobias Brunner2016-12-081-3/+3
|
* android: Enable curve25519 plugin in the appTobias Brunner2016-12-081-1/+1
|
* android: Propose ChaCha20/Poly1305 in the ESP AEAD proposalsTobias Brunner2016-12-081-2/+3
|
* android: Enable chapoly plugin in the appTobias Brunner2016-12-081-1/+1
|
* android: Update Gradle plugin and wrapperTobias Brunner2016-12-082-3/+3
|
* nm: Version bump to 1.4.1Tobias Brunner2016-10-142-1/+6
|
* android: Identifiers for SHA2-base RSA signature schemes got renamedTobias Brunner2016-10-111-4/+4
| | | | Fixes: 40f2589abfc8 ("gmp: Support of SHA-3 RSA signatures")
* nm: Fix comment in service file in /etc/NetworkManager/VPNTobias Brunner2016-10-041-1/+1
|
* nm: Remove generated service file in `make clean`Tobias Brunner2016-10-041-1/+1
|
* nm: Don't add generated AppStream metadata to tarballTobias Brunner2016-10-041-1/+0
|
* maemo: Remove obsolete status/settings appletTobias Brunner2016-09-1523-1850/+0
|
* nm: Updated NEWSTobias Brunner2016-09-051-1/+15
|
* nm: Update auth-dialogTobias Brunner2016-09-052-106/+251
| | | | | | This updates the auth dialog so that passwords are properly retrieved (e.g. for the nm-applet). It also adds support for external UI mode and properly handles secret flags.
* nm: Add minimum length constraint for PSK passwords in connection editorTobias Brunner2016-09-051-0/+16
| | | | We already have this restriction in the auth-dialog.
* nm: Bump minor version to 1.4.0Lubomir Rintel2016-09-051-1/+1
| | | | | | This is probably a good idea to do to signal there's significant changes in dependencies to the distro package maintainers with libnm port and associated changes.
* nm: Bump to GTK+ 3.0Lubomir Rintel2016-09-051-1/+1
| | | | It's been released years ago; we depend on newer stuff than that now.
* nm: Replace libgnomeui with libnma for password dialogLubomir Rintel2016-09-054-49/+30
| | | | | | | | libgnomeui is long deprecated. There's one functional difference: the choice to save the passwords is gone. The password flags and saved password should be set in the preferences dialog, but this commit does not fix that.
* nm: Grey out the unneeded authentication optionsLubomir Rintel2016-09-051-52/+39
| | | | | Hiding and showing the items is not ideal, since it leaves the spacing in place and the layout gets really messy.
* nm: Add a widget for setting a passwordLubomir Rintel2016-09-054-28/+206
| | | | | | | | | It was only possible to set the password from the authentication dialog, which is not ideal; as it requires a connection attempt. This adds an input entry along with a primary icon from libnma/libnm-gtk which allows selecting the backend and flags for the password (system, session agent, always ask or empty).
* nm: Port to libnmLubomir Rintel2016-09-058-48/+63
|
* nm: Check for libnmLubomir Rintel2016-09-054-11/+13
| | | | | libnm replaces libnm-glib. This will make sense with port to libnm and is done to reduce line noise in that commit.
* nm: Build two plugin binaries from the single sourceLubomir Rintel2016-09-051-8/+26
| | | | | | | | | | | | | | | | | | | They're both the same now. We'll port the new one to libnm in follow-up commits. NetworkManager 1.2 (which is currently versioned as 1.1.0) is going to bring some new ABI while still supporting the old one. There's new VPN service and UI plugin APIs in libnm. There's one difficulty though -- the connection editor 1.2 will be linked against libnm and a new libnma library it will provide (as opposed to libnm-glib and libnm-gtk), thus will be incapable of loading of property plugins that are linked with the old libraries (due to glib type system limitations). However, we must not break support for other connection editors (GNOME control center, older versions of nm-connection-editor, etc.) therefore we need to build two versions of the property plugin. NetworkManager 1.2's libnm will provide a shim that makes it easy.
* nm: Version bumb to 1.3.2Tobias Brunner2016-09-051-1/+1
|