summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wireguard.c
Commit message (Expand)AuthorAgeFilesLines
* wireguard: don't let explicit gateway override WireGuard's peer routeThomas Haller2020-04-221-5/+9
* wireguard: suppress automatic "wireguard.peer-routes" for default routes if "...Thomas Haller2020-04-221-1/+5
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-301-7/+7
* libnm: replace _properties_override_add_dbus_only() with _properties_override...Thomas Haller2019-09-301-5/+7
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* libnm: fix leak in NMSettingWireGuard's update_one_secret()Thomas Haller2019-08-031-1/+1
* wireguard: support configuring policy routing to avoid routing loopsThomas Haller2019-07-291-0/+92
* libnm/docs: fix section description for WireGuard settingsThomas Haller2019-07-291-1/+1
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+2
* libnm: add NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED serialization flagThomas Haller2019-06-171-1/+1
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-111-1/+2
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-7/+11
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* libnm: rename and expose nm_utils_base64secret_decode() in libnmThomas Haller2019-03-071-12/+12
* libnm: fix return value for nm_wireguard_peer_append_allowed_ip()Thomas Haller2019-03-071-1/+3
* libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller2019-03-071-6/+30
* libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller2019-03-071-10/+23
* libnm: change nm_wireguard_peer_set_preshared_key() API to allow validationThomas Haller2019-03-071-10/+26
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-071-3/+3
* wireguard: add "peer-routes" setting for WireGuard profilesThomas Haller2019-03-051-0/+45
* wireguard: add "mtu" setting for WireGuard profilesThomas Haller2019-03-051-14/+57
* libnm: add NMWireGuardPeer and libnm support for peersThomas Haller2019-02-221-6/+1958
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-221-0/+404