summaryrefslogtreecommitdiff
path: root/src/vpn-manager/nm-vpn-connection.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-21build: rename "src/vpn-manager" to "src/vpn"Thomas Haller1-2776/+0
2016-11-21vpn-manager: ignore ip configs from disconnected pluginsLubomir Rintel1-0/+10
2016-10-04proxy: rename NMPacRunnerManager to NMPacrunnerManagerThomas Haller1-6/+6
2016-10-04proxy/trivial: rename nm_pac_runner_manager*() functionsThomas Haller1-6/+6
2016-10-04proxy: don't let nm_pacrunner_manager_send() failThomas Haller1-7/+7
2016-10-04src: Fixes to add Proxy FeatureAtul Anand1-0/+43
2016-10-03core: refactor private data for NMExportedObject and othersThomas Haller1-1/+2
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-5/+5
2016-09-08core: use _NM_GET_PRIVATE() macrosThomas Haller1-12/+1
2016-09-03vpn: fix memory leak when disconnecting from VPNBeniamino Galvani1-1/+5
2016-08-23vpn: ignore unexpected default-route for nm_vpn_connection_ip6_config_get()Thomas Haller1-1/+1
2016-08-23vpn: fix nm_vpn_connection_ip6_config_get() for VPNs without own interfaceThomas Haller1-2/+12
2016-08-23vpn: refactor property implementation in NMVpnConnectionThomas Haller1-46/+41
2016-08-23vpn: embed private data in NMVpnConnection structureThomas Haller1-24/+57
2016-08-19vpn: fix out-of-range access reading route.plen in nm_vpn_connection_ip4_conf...Thomas Haller1-2/+4
2016-07-04vpn: support option to preserve previous routing information on VPN config up...Thomas Haller1-2/+18
2016-06-28vpn: don't merge DNS properties into parent device's configurationBeniamino Galvani1-3/+2
2016-06-28vpn: reuse existing ip_config objects when config gets updatedBeniamino Galvani1-8/+18
2016-06-28vpn: dispatch pre-up scripts only onceBeniamino Galvani1-1/+2
2016-05-27vpn-connection: add @fallback_device argument to nm_vpn_connection_get_ip_ifa...Thomas Haller1-13/+53
2016-05-27vpn-connection: ensure ip_iface and ip_ifindex are set togetherThomas Haller1-3/+11
2016-05-24vpn: set environment for VPN plugin to configure loggingThomas Haller1-4/+71
2016-05-12core: use default value for ipvx.dns-priorityBeniamino Galvani1-0/+3
2016-05-12vpn: fix crash when VPN service times-out to startThomas Haller1-3/+0
2016-04-28core/trivial: rename "source" field of addresses and routesThomas Haller1-8/+8
2016-04-22libnm/vpn: add nm_vpn_plugin_info_get_service()Thomas Haller1-4/+2
2016-04-18libnm-core/vpn-connection: get the service for bus path from pluginLubomir Rintel1-1/+4
2016-04-14vpn-connection: don't fail the connection if there's no VPN gatewayLubomir Rintel1-8/+6
2016-04-11platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller1-4/+4
2016-04-11platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller1-4/+8
2016-03-18vpn-connection: do not leak the connection if there's no timeoutLubomir Rintel1-1/+3
2016-03-18vpn-connection: don't dispose the proxy before we get the disconnect responseLubomir Rintel1-4/+15
2016-03-08all: drop str_if_set() in favor of the "?:" operatorThomas Haller1-1/+1
2016-03-03all: don't include error->code in log messagesThomas Haller1-2/+2
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-01utils: pass entire return statement to NM_UTILS_LOOKUP_DEFINE()Thomas Haller1-4/+4
2016-02-01utils: change _NM_UTILS_LOOKUP_DEFINE() to generate compiler warning about mi...Thomas Haller1-0/+2
2016-01-28vpn-connection: try completing the connection when plugin sends configLubomir Rintel1-0/+2
2016-01-24core: refactor functions to use NM_UTILS_LOOKUP*()Thomas Haller1-90/+49
2016-01-06core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani1-8/+2
2015-12-10vpn-connection: fix getting of MTU from the VPN configLubomir Rintel1-1/+1
2015-12-10vpn-connection: notify the object of banner changeLubomir Rintel1-1/+3
2015-11-10core: explicitly unexport objects when we're done with themDan Williams1-8/+8
2015-11-02vpn-plugin-info: drop nm_vpn_plugin_info_get_service()Lubomir Rintel1-1/+0
2015-11-02platform: properly handle IPv4 peer-addressesThomas Haller1-0/+2
2015-11-01vpn-connection: fix parsing IPv4 routesThomas Haller1-0/+1
2015-11-01vpn-connections: allow the plugin to specify route preferred srcLubomir Rintel1-3/+8
2015-11-01vpn-connections: set ifname for tunelled VPN configurationLubomir Rintel1-1/+8
2015-10-13vpn-manager: support multiple VPN connections of the same typeLubomir Rintel1-25/+153
2015-10-13device: allow multiple vpn IP configurationsLubomir Rintel1-20/+37