network-manager-wireguard-u.../shared
Druco ef8ed7cdba Eliminate requirement for unused libnm-gtk 2018-09-20 01:32:01 -07: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 Merge branch 'hotfix/AllowedIPs_space' into AllCurrentWorking 2018-08-20 23:05:16 -07: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 Eliminate requirement for unused libnm-gtk 2018-09-20 01:32:01 -07:00
nm-service-defines.h Fix naming of created interface 2018-04-05 19:32:34 +02:00
utils.c Fix issue with PSK and add checks for Base64 keys 2018-04-05 13:58:07 +02:00
utils.h Fix issue with PSK and add checks for Base64 keys 2018-04-05 13:58:07 +02:00
wireguard.c Add WireGuard embeddable library to project 2018-03-08 21:22:03 +01:00
wireguard.h Add WireGuard embeddable library to project 2018-03-08 21:22:03 +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.