network-manager-wireguard-u.../shared
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
..
nm-utils Copy openvpn project as base 2017-11-06 13:02:05 +01:00
README Copy openvpn project as base 2017-11-06 13:02:05 +01:00
import-export.c Rename defines to WIREGUARD, get rid of old code 2018-02-12 18:50:57 +01:00
import-export.h Move import-export to shared/ in order to be able to use it in the actual plugin 2018-02-11 23:17:22 +01:00
nm-default.h Copy openvpn project as base 2017-11-06 13:02:05 +01:00
nm-service-defines.h Rename defines to WIREGUARD, get rid of old code 2018-02-12 18:50:57 +01:00
utils.c Add FQDN support in the Connection Editor 2018-02-23 16:30:15 +01:00
utils.h Add FQDN support in the Connection Editor 2018-02-23 16:30:15 +01:00

README

The files in the "shared/" directory are used by all components
inside the VPN plugin repository (src, properties, auth-dialog).

The files in shared/nm-utils are copied from NetworkManager
repository and used as is:
Do *not* modify these files locally so that they don't diverge
from their original. Fix/extend them in their respective origin
first, and re-import the files as a whole.