summaryrefslogtreecommitdiff
path: root/src/vpn-manager
Commit message (Expand)AuthorAgeFilesLines
* vpn-manager: support multiple VPN connections of the same typelr/multiple-vpnLubomir Rintel2015-10-136-522/+220
* device: allow multiple vpn IP configurationsLubomir Rintel2015-10-131-20/+37
* vpn-connection: export add nm_vpn_connection_get_service()Lubomir Rintel2015-10-132-1/+2
* vpn-connection: set the MTU for the VPN IP interfaceLubomir Rintel2015-09-291-7/+3
* firewall: always take a reference to NMFirewallManager during asynchronous op...Thomas Haller2015-09-251-2/+0
* firewall: refactor callback handling in NMFirewallManagerThomas Haller2015-09-251-8/+17
* firewall: add arguments to NMFirewallManagerAddRemoveCallbackThomas Haller2015-09-251-1/+4
* firewall/trivial: rename NMFirewallPendingCall to NMFirewallManagerCallIdThomas Haller2015-09-251-1/+1
* vpn: use vpn.timeout property as timeout value for IP config (bgo #754754)Jiří Klimeš2015-09-211-2/+19
* core: separate active and applied connectionLubomir Rintel2015-09-183-97/+82
* vpn-connection: refactor cancellation of secretsThomas Haller2015-09-181-9/+21
* vpn-connection: use logging macros _LOG*()Thomas Haller2015-09-181-120/+92
* vpn-connection: add logging macros _LOG*()Thomas Haller2015-09-181-0/+55
* vpn-connection/trivial: consistently rename @connection argument to @selfThomas Haller2015-09-182-120/+120
* agent-manager: always invoke complete function for asynchronous nm_agent_mana...Thomas Haller2015-09-181-4/+4
* settings: refactor call_id type of async functions for NMAgentManager, NMSett...Thomas Haller2015-09-181-5/+5
* 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