network-manager-wireguard-u.../shared
TBK dc35c2d483
Correct WireGuard to CamelCase
2019-04-29 19:01:15 +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 Correct WireGuard to CamelCase 2019-04-29 19:01:15 +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 Eliminate requirement for unused libnm-gtk 2018-09-20 01:32:01 -07:00
nm-service-defines.h Support for Persistent Keep Alive parameter 2018-10-02 16:07:07 +02:00
utils.c Allow numeric subdomains in is_fqdn 2018-10-31 22:17:23 -04:00
utils.h Support for Persistent Keep Alive parameter 2018-10-02 16:07: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.