summaryrefslogtreecommitdiff
path: root/libnm/nm-vpn-service-plugin.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-08libnm/vpn-plugin: avoid bad function pointer type castsLubomir Rintel1-1/+9
2018-01-16libnm: add nm_vpn_service_plugin_shutdown() APIThomas Haller1-33/+61
2018-01-16libnm: cleanup resource handling in NMVpnServicePlugin:init_sync()Thomas Haller1-13/+6
2018-01-15libnm/vpn: unexport and destroy D-Bus glue instance with NMVpnServicePluginThomas Haller1-5/+11
2017-12-18all: get rid of a handful of unused-but-set variablesLubomir Rintel1-2/+0
2017-11-23libnm: use cleanup attribute in nm_vpn_service_plugin_read_vpn_details()Thomas Haller1-16/+5
2017-11-23libnm: use nm_free_secret()Thomas Haller1-10/+1
2017-11-23libnm: use stack allocated temporary string for property nameThomas Haller1-22/+20
2017-11-16all: use nm_str_hash() instead of g_str_hash()Thomas Haller1-2/+2
2017-03-08all/trivial: unify construct-only property commentsThomas Haller1-2/+2
2017-02-06all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller1-1/+1
2016-11-24libnm/vpn-service-plugin: transition to STOPPED state from INIT tooLubomir Rintel1-0/+1
2016-11-23all: rename the introspection data to use the interface paths in namesLubomir Rintel1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-5/+5
2016-06-16shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller1-1/+1
2016-06-15libnm/vpn: add nm_vpn_editor_plugin_load_vt()Thomas Haller1-0/+8
2016-04-20libnm/vpn-service-plugin: don't register a bus name before creating the VPN o...Lubomir Rintel1-13/+13
2016-03-26libnm: accept invalid connections in NMVpnServicePluginThomas Haller1-3/+3
2016-03-03all: don't include error->code in log messagesThomas Haller1-4/+4
2016-03-02libnm-glib/libnm/vpn: fix handling of ConnectInteractive() failure (rh #1298732)Dan Williams1-5/+15
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-12build: cleanup default includesThomas Haller1-2/+1
2016-01-28vpn-service-plugin: allow VPNs with no IP configurationLubomir Rintel1-2/+0
2015-11-13vpn-service-plugin: correctly emit ip6-config signal on dbus skeletonLubomir Rintel1-1/+1
2015-10-23libnm,vpn-service-plugin: remove old connect timer when adding new oneLubomir Rintel1-0/+1
2015-10-16libnm,libnm-core: fix GTK-Doc warningsBeniamino Galvani1-2/+2
2015-10-14libnm/vpn-service-plugin: leave the state property in placeLubomir Rintel1-0/+15
2015-10-13libnm/vpn-service-plugin: remove nm_vpn_service_plugin_{get,set}_state()Lubomir Rintel1-22/+16
2015-10-13libnm/vpn-service-plugin: quit when the peer we watch disconnectsLubomir Rintel1-6/+9
2015-10-13libnm/vpn-service-plugin: add watch-peer propertyLubomir Rintel1-0/+65
2015-10-13libnm/vpn-service-plugin: add a missing returnLubomir Rintel1-0/+1
2015-10-01nm-vpn-service-plugin: increase the quit timerLubomir Rintel1-1/+1
2015-08-25libnm: properly handle floating references in nm_vpn_service_plugin_set_ip6_c...Thomas Haller1-0/+4
2015-08-17libnm,vpn-service-plugin: fix double address-of for variantsLubomir Rintel1-4/+4
2015-08-17libnm,vpn-service-plugin: emit signals also for the dbus skeletonLubomir Rintel1-0/+13
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-2/+0
2015-07-29libnm/vpn: add annotations for new NMVpnServicePlugin APIThomas Haller1-0/+12
2015-07-29libnm/vpn: add new NMVpnServicePlugin classThomas Haller1-185/+182
2015-07-29libnm/vpn: copy 'nm-vpn-plugin-old' files to 'nm-vpn-service-plugin'Thomas Haller1-0/+1199