Commit Graph

87 Commits (master)

Author SHA1 Message Date
Max 0e1124df9e
Merge pull request #42 from iam-TJ/POTFILE
po: replace openpvn references
2019-11-28 21:33:05 +01:00
Max b6b658d364
Merge pull request #41 from iam-TJ/appdata
appdata: replace references to openvpn
2019-11-28 21:32:31 +01:00
Max 5967ebc3cc
Merge pull request #40 from TBK/camelcase
Correct WireGuard to CamelCase
2019-11-28 21:31:49 +01:00
Tj 40eec22c42
POTFILES: add 2 missing source files 2019-06-09 18:52:59 +01:00
Tj 29d0f2dc45
po: replace openpvn references 2019-06-09 18:12:49 +01:00
Tj 0fcd1a279d
appdata: replace references to openvpn 2019-06-09 18:11:10 +01:00
TBK dc35c2d483
Correct WireGuard to CamelCase 2019-04-29 19:01:15 +02:00
Max 61646ade26
Merge pull request #26 from Druco/DeleteExtraDNSWrite
Delete extra DNS write to config file.
2018-11-28 11:35:49 +01:00
Druco 4820df1ed1 Deleted extra DNS write to config file. 2018-11-27 17:43:59 -08:00
Max 5fb99c6d0a
Merge pull request #20 from daramos/numeric_fqdn
Allow numeric subdomains in is_fqdn
2018-11-27 23:48:37 +01:00
Max ca4c5b2935
Merge pull request #22 from Druco/nm-gtk-devel_missing
Nm gtk devel missing
2018-11-27 23:47:47 +01:00
Max 48618efe36
Merge pull request #25 from Queuecumber/master
Fix DNS Settings
2018-11-27 23:45:35 +01:00
Max Ehrlich 132df13d9f
Write DNS settings to the file for wg-quick 2018-11-27 16:36:03 -05:00
Druco 41e4873cc5 Merge branch 'master' into nm-gtk-devel_missing 2018-11-23 18:02:36 -08:00
Daniel Ramos f7c86acc23
Allow numeric subdomains in is_fqdn 2018-10-31 22:17:23 -04:00
Max a52cc4101b
Merge pull request #17 from vk496/master
Support for Persistent Keep Alive parameter
2018-10-14 21:14:37 +02:00
Max 0c23f17362
Merge branch 'master' into master 2018-10-14 21:14:28 +02:00
Max d0c918e05c
Merge pull request #18 from Druco/Feature_add_DNS
Added handling for DNS field.
2018-10-14 21:12:50 +02:00
Max b00d48ee61
Merge pull request #13 from Druco/hotfix/ListenPortOptional
Change Listen Port from a required parameter to an optional parameter
2018-10-14 21:11:56 +02:00
Max 78daef45a5
Merge pull request #16 from vanillajonathan/patch-1
Syntax highlighting
2018-10-14 21:11:28 +02:00
Max a58078b227
Merge pull request #15 from Druco/hotfix/AllowedIPs_space
Fix so Allowed IPs can have a "," and a " " between elements.
2018-10-14 21:10:49 +02:00
Valentin 48aaa64875 Support for Persistent Keep Alive parameter 2018-10-02 16:07:07 +02:00
Jonathan 84727bfec6
Syntax highlighting 2018-09-27 13:46:29 +02:00
Druco ef8ed7cdba Eliminate requirement for unused libnm-gtk 2018-09-20 01:32:01 -07:00
Druco 0a81b09942 Merge branch 'hotfix/AllowedIPs_space' into AllCurrentWorking 2018-08-20 23:05:16 -07:00
Druco d30e395274 Fix so Allowed IPs can have a ", " between elements. 2018-08-20 23:05:00 -07:00
Druco 83f02f4480 Merge branch 'hotfix/ListenPortOptional' into AllCurrentWorking 2018-08-20 22:32:05 -07:00
Druco baf4249724 Merge branch 'Feature_add_DNS' into AllCurrentWorking 2018-07-21 03:11:57 -07:00
Druco 50a9f5649b Add last of DNS change 2018-07-19 18:57:05 -07:00
Druco 46c531eb95 Change Listen Port from a required parameter to an optional parameter as specified in the 'wg' man page. 2018-07-16 17:53:03 -07:00
Druco 50bb7448e7 Added handling for DNS field. Note: DNS will not work unless 'resolvconf' is installed. 2018-07-16 03:36:01 -07:00
Max f2689562b6
Merge pull request #11 from Druco/hotfix/ip6_crash
Fix crash if IP6 address is specified.
2018-07-01 19:01:44 +02:00
Druco a4d7a10553 Fix crash if IP6 address is specified. 2018-06-30 16:55:47 -07:00
Max fc454a8101
Merge pull request #4 from Depau/scrolled_ui
Use scrolled UI in nm-connection-editor for small screens
2018-05-03 21:44:05 +02:00
Davide Depau 82c177d9d2
Use scrolled UI in nm-connection-editor for small screens 2018-04-30 23:41:00 +02:00
Max Moser c8c9db9f8f Add format specifier for error 2018-04-05 21:22:29 +02:00
Max Moser b5757b8502 Fix naming of created interface
Previously it was not possible to create interfaces with names
containing whitespaces (or other special characters).
2018-04-05 19:32:34 +02:00
Max Moser 2470f6ad1f Fix issue with PSK and add checks for Base64 keys
Write PresharedKey to [Peer] section instead of [Interface] on export, as it should be.
Change ConnectionEditor UI accordingly to reflect this change.
Add check for proper length and Base64 encoding of keys (public, private, PSK).
2018-04-05 13:58:07 +02:00
Max Moser dce4fd41dd Add WireGuard embeddable library to project 2018-03-08 21:22:03 +01:00
Max Moser 013c65096c Add FQDN support in the Connection Editor
Make the Connection Editor accept things that basically look like FQDNs
Add quotation around the connection ID for wg-quick up/down
Move the is_empty function to shared/
2018-02-23 16:30:15 +01:00
Max 317e741e86
Merge pull request #1 from strassl/master
Fix WireGuard spelling in README
2018-02-13 13:47:15 +01:00
Simon Strassl e345aefb98 Fix WireGuard spelling in README 2018-02-13 13:39:49 +01:00
Max Moser 647a39af38 Remove files that do not fit anymore 2018-02-13 02:36:24 +01:00
Max Moser 3616766275 Update AUTHORS 2018-02-13 02:25:43 +01:00
Max Moser 0a38c08072 Remove languages, as they have been left over from a different project 2018-02-13 02:25:07 +01:00
Max Moser 598da2ed53 Update README 2018-02-13 02:13:33 +01:00
Max Moser ccec1c1471 Remove old tests 2018-02-13 02:12:29 +01:00
Max Moser c05173c000 Update description of how to install 2018-02-12 22:19:37 +01:00
Max Moser 03bfd50db0 Fix references to wrong shared objects in name.in 2018-02-12 22:19:25 +01:00
Max Moser 94778567c5 Add comments to make code more understandable 2018-02-12 22:05:04 +01:00