summaryrefslogtreecommitdiff
path: root/src/vpn
Commit message (Expand)AuthorAgeFilesLines
* vpn: cleanup loop in nm_vpn_connection_ip6_config_get()Thomas Haller2020-04-281-14/+24
* vpn: clear host part of IPv6 routes received from VPN pluginThomas Haller2020-04-281-0/+2
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-5/+5
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-5/+5
* all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-211-2/+2
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-142-5/+5
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-3/+6
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-1/+1
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-281-14/+14
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-241-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-014-8/+4
* all: SPDX header conversionLubomir Rintel2019-09-104-56/+4
* firewall: refactor "nm-firewall-manager.c" to not use GDBusProxyThomas Haller2019-08-071-3/+2
* all: drop emacs file variables from source filesThomas Haller2019-06-114-4/+0
* dispatcher: replace guint call-id by opaque NMDispatcherCallIdThomas Haller2019-05-271-9/+13
* pacrunner: refactor pacrunner to use GDBusConnectionThomas Haller2019-05-131-19/+9
* core: use nm_connection_get_setting_ip_config() helperThomas Haller2019-03-051-5/+1
* policy: treat WireGuard devices as VPN for DNSThomas Haller2019-02-141-2/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-122-4/+0
* vpn: add route to vpn gw when parent has a default device routeBeniamino Galvani2019-02-041-12/+28
* all/trivial: rename NM_UTILS_LOOKUP_STR() to have "_A" suffixThomas Haller2019-01-151-7/+10
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-2/+2
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-15/+16
* core: improve and fix keeping connection active based on "connection.permissi...Thomas Haller2018-12-092-0/+3
* core: add checks on connection default propertiesBeniamino Galvani2018-12-011-1/+1
* vpn: disconnect signal handlers from proxy in NMVpnConnection::dispose()Thomas Haller2018-09-141-0/+3
* vpn: fix assertion during "SecretsRequired" in unexpected stateThomas Haller2018-09-141-3/+7
* core: add support for connection.llmnrBeniamino Galvani2018-09-061-0/+1
* core: add nm_config_data_get_connection_default_int64()Beniamino Galvani2018-09-061-7/+4
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-9/+9
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-3/+3
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* manager: ensure valid specific_object path is passed to _new_active_connection()Thomas Haller2018-04-181-0/+1
* core: specify an activation reason for active connectionsBeniamino Galvani2018-04-082-0/+3
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-122-42/+48
* core: implement setting MDNS setting for systemdThomas Haller2018-01-091-0/+3
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+0
* core: refactor NMSettingsConnectionCallId typedef not to be a pointer to structThomas Haller2017-11-271-2/+2
* core/vpn: mark secret hints as constThomas Haller2017-11-231-14/+18
* vpn: avoid adding unneeded routes when ipvx.ignore-auto-routes=yesBeniamino Galvani2017-11-171-6/+10
* vpn: avoid coverity warning in print_vpn_config()Thomas Haller2017-11-151-2/+2
* vpn: consider the never-default connection propertyBeniamino Galvani2017-10-251-5/+11
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-32/+19
* core: don't track route MSS in ip-configThomas Haller2017-10-091-6/+6
* core: use ipv6.route-table setting for other IPv6 routesThomas Haller2017-10-091-4/+10
* core: use ipv4.route-table setting for other IPv4 routesThomas Haller2017-10-091-3/+9
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-091-11/+17
* device/trivial: rename nm_device_get_ip_route_metric() to nm_device_get_route...Thomas Haller2017-10-061-2/+2