- 19 Oct, 2018 1 commit
-
-
Lubomir Rintel authored
By now nobody should be using this. Keep the code around for a little longer just in case anybody still uses this. The libnm-glib support also serves as an example how do we build two different versions of the properties plugin. We'll soon be in a similar situation with Gtk 4.0. (sigh.) Just don't drop it yet. !11
-
- 16 Oct, 2018 1 commit
-
-
Lubomir Rintel authored
-
- 15 Oct, 2018 3 commits
-
-
Francesco Giudici authored
-
Francesco Giudici authored
-
Francesco Giudici authored
-
- 13 Oct, 2018 1 commit
-
-
- 09 Oct, 2018 4 commits
-
-
-
Francesco Giudici authored
Scan configuration file for all supported Libreswan properties. https://bugzilla.redhat.com/show_bug.cgi?id=1633174
-
Francesco Giudici authored
Put default esp and ike values for aggressive mode IKEv1 connections in a shared define to be used throughout the code. To the same also for ikelifetime and salifetime for IKEv1 connections.
-
Francesco Giudici authored
During recent reworks to extend the configuration options to allow IKEv2 we used a dedicated boolean to track if XAUTH was enabled or not: the plan was to extend support to IKEv1 connections without XAUTH. This however never happened: moreover, IKEv1 is old and we will probably want to focus on improving IKEv2 scenarios support more than IKEv1 ones (XAUTH is a IKEv1 thing). So, remove the XAUTH bool var and just assume that it is always enabled on IKEv1 connections as we already do in all the other part of the code.
-
- 05 Oct, 2018 1 commit
-
-
- 25 Sep, 2018 1 commit
-
-
Francesco Giudici authored
In the recent refactoring of the "Advanced" dialog the labelee relations have been lost. Moreover, they have not been added to the brand new options. Fixes: 792b7867 https://bugzilla.redhat.com/show_bug.cgi?id=1401860
-
- 23 Sep, 2018 1 commit
-
-
Piotr Drąg authored
-
- 22 Sep, 2018 2 commits
-
-
Marek Černocký authored
-
Marek Černocký authored
-
- 21 Sep, 2018 3 commits
-
-
Piotr Drąg authored
-
Francesco Giudici authored
!9
-
-
- 19 Sep, 2018 2 commits
-
-
Jochen Jägers authored
-
-
- 17 Sep, 2018 13 commits
-
-
Piotr Drąg authored
-
Francesco Giudici authored
-
Francesco Giudici authored
-
Francesco Giudici authored
-
Configuration of remoteid can also be necessary for connections using IKEv1. remoteid_label and remoteid_entry are permanent visible now and value is written to connection on "update_connection"
-
Francesco Giudici authored
-
Francesco Giudici authored
-
Francesco Giudici authored
Make the advanced section a separate dialog, as we do with the other VPN plugins. Add also all the supported options that were still missing from the GUI.
-
Francesco Giudici authored
allow to properly manage also GtkCheckButton widgets and GtkComboBox ones that allow three-valued logic values ("yes", "no" and an optional third one value, dependent on the property). This will allow a more convenient way to init new widgets (we are going to leverage this in the next commit).
-
Francesco Giudici authored
refactor the code a bit, should not change behavior
-
Francesco Giudici authored
-
Francesco Giudici authored
When passing the left/right identifier to libreswan, always prepend the id the '@' char but when: - the id is an IP address - the id already starts with '@' - the id starts with '%'
-
Francesco Giudici authored
-
- 07 Sep, 2018 1 commit
-
-
Francesco Giudici authored
#4 !6
-
- 05 Sep, 2018 1 commit
-
-
- 01 Sep, 2018 1 commit
-
-
- 28 Aug, 2018 1 commit
-
-
- 27 Aug, 2018 1 commit
-
-
- 21 Aug, 2018 1 commit
-
-
- 13 Aug, 2018 1 commit
-
-
Francesco Giudici authored
-