network-manager-wireguard/shared
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
..
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 Fix issue with PSK and add checks for Base64 keys 2018-04-05 13:58:07 +02: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 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.