network-manager-wireguard-u.../shared
Max Moser 03ccd23708 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-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 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
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 Add service defines 2018-02-11 17:26:23 +01:00
utils.c Implement import/export and connection editor UI 2018-02-11 17:29:38 +01:00
utils.h Implement import/export and connection editor UI 2018-02-11 17:29:38 +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.