summaryrefslogtreecommitdiff
path: root/src/vpn-manager
Commit message (Expand)AuthorAgeFilesLines
* vpn-connection: fix unsetting the gatewayLubomir Rintel2015-09-081-1/+1
* vpn-connection: hold a route manager referenceLubomir Rintel2015-08-191-1/+4
* nm-vpn-connection: hold a NMDefaultRouteManager referenceLubomir Rintel2015-08-191-4/+7
* devices, active-connection: port to gdbusDan Winship2015-08-101-3/+3
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-061-2/+2
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-055-10/+5
* vpn: refactor vpn-manager to use NMVpnPluginInfoThomas Haller2015-07-293-177/+155
* bluetooth, vpn-manager: use GDBusProxies to monitor servicesDan Winship2015-07-241-21/+33
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-242-12/+5
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+1
* core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-241-4/+6
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-246-11/+5
* routes/trival: add argument @routes_full_sync to IP config commitThomas Haller2015-07-141-1/+4
* vpn: send firewall zone to firewalld also for VPN connections (rh #1065948)Jiří Klimeš2015-07-141-7/+83
* vpn: fix creating config for non-tunnel based VPN connectionsThomas Haller2015-07-131-7/+12
* vpn: allow overwriting default gateway by connection configurationThomas Haller2015-07-131-1/+4
* vpn: fix overwriting gateway of parent device for non-tunnel based VPNsThomas Haller2015-07-131-2/+9
* vpn: don't set the gateway of VPN's IP config to the external gatewayThomas Haller2015-07-131-4/+0
* platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-171-1/+1
* vpn: don't fail if no system secrets existDan Williams2015-05-051-1/+1
* platform: add self argument to platform functionsThomas Haller2015-04-211-4/+4
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-031-1/+1
* libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-031-34/+75
* vpn: convert NMVpnConnection <-> VPN service communication to GDBus (bgo #745...Dan Williams2015-03-031-474/+484
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-271-6/+3
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-271-6/+3
* ip6-config: keep track of ifindexLubomir Rintel2015-02-271-1/+4
* ip4-config: keep track of ifindexLubomir Rintel2015-02-271-1/+4
* core: split route management code out from platformLubomir Rintel2015-02-271-1/+2
* core: add nm_utils_setpgid(), and use itDan Winship2015-01-191-9/+1
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-191-7/+0
* core: declare nm_agent_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-4/+1
* core: declare nm_vpn_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-13/+1
* core: adjust values for default route-metrics per device typeThomas Haller2014-11-261-1/+1
* vpn: don't choose route priority for VPN connections based on the parent deviceThomas Haller2014-11-261-12/+2
* core: fix route metrics for subnet routesThomas Haller2014-11-251-1/+2
* cli,vpn: merge branch 'lr/nm-1-0-fixes'Lubomir Rintel2014-11-201-5/+5
|\
| * vpn: Propagate daemon exec error correctlyLubomir Rintel2014-11-191-5/+5
* | policy: remove redundant remove_default_route() functions from NMDefaultRoute...Thomas Haller2014-11-191-7/+2
|/
* all: consistently include config.hDan Winship2014-11-133-1/+6
* vpn: update DefaultRouteManager before sending state change signalDan Williams2014-11-111-3/+5
* policy: track default route for VPN in NMDefaultRouteManagerThomas Haller2014-11-071-0/+10
* vpn: add nm_vpn_connection_get_connection_id() functionThomas Haller2014-11-072-0/+12
* core: overwrite the default route priority via connection settingThomas Haller2014-11-071-10/+22
* core: add explicit functions for the route priority/metricThomas Haller2014-11-072-11/+40
* core: modify the values/route metric returned by nm_device_get_priority()Thomas Haller2014-11-071-0/+3
* core: cleanup type of route metric to ensure guint32Thomas Haller2014-11-071-1/+1
* core: forward declare NMVpnConnection in nm-types.hThomas Haller2014-11-071-2/+2
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-071-10/+10
* vpn: fix cleanup of connection timeout in maybe_complete()Thomas Haller2014-11-071-1/+1