summaryrefslogtreecommitdiff
path: root/libnm-core/nm-vpn-plugin-info.c
Commit message (Expand)AuthorAgeFilesLines
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-041-6/+6
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-6/+6
* libnm-core: fix crash in nm_vpn_plugin_info_list_get_service_types()Thomas Haller2016-09-091-1/+1
* libnm-core: add missing element-type annotationJiří Klimeš2016-08-101-2/+2
* libnm-core: fix GObject introspection transfer annotationsJiří Klimeš2016-08-101-2/+2
* libnm/vpn: pass NMVpnPluginInfo to the NMVpnEditorPlugin instanceThomas Haller2016-06-151-0/+2
* libnm/vpn: add nm_vpn_plugin_info_list_find_service_name() functionThomas Haller2016-06-151-1/+172
* libnm/vpn: refactor nm_vpn_plugin_info_list_find_by_service() and prefer alia...Thomas Haller2016-06-151-18/+16
* libnm/vpn: add nm_vpn_plugin_info_get_aliasesThomas Haller2016-06-151-2/+28
* libnm/vpn: fix checking service name in nm_vpn_plugin_info_new_search_file()Thomas Haller2016-04-291-9/+5
* libnm/vpn: consider VPN service aliases in nm_vpn_plugin_info_new_search_file()Thomas Haller2016-04-251-4/+14
* libnm-core: fix compiler warning in nm_vpn_plugin_info_get_auth_dialog()Beniamino Galvani2016-04-221-3/+2
* libnm/vpn: add nm_vpn_plugin_info_new_search_file()Thomas Haller2016-04-221-15/+72
* libnm/vpn: add nm_vpn_plugin_info_supports_hints()Thomas Haller2016-04-221-0/+19
* libnm/vpn: add nm_vpn_plugin_info_get_auth_dialog()Thomas Haller2016-04-221-0/+39
* libnm/vpn: add nm_vpn_plugin_info_get_service()Thomas Haller2016-04-221-2/+18
* libnm/vpn: gracefully handle empty dirname in _nm_vpn_plugin_info_list_load_d...Thomas Haller2016-04-221-1/+4
* libnm/vpn: search VPN plugin in NMPLUGINDIRThomas Haller2016-04-191-7/+6
* libnm/vpn: allow specifying non-absolute plugin name in VPN .name fileThomas Haller2016-04-191-6/+7
* libnm/vpn: clear internal "keyfile" from NMVpnPluginInfoThomas Haller2016-04-191-4/+6
* libnm/vpn: lookup nm_vpn_plugin_info_supports_multiple() from cached valuesThomas Haller2016-04-191-4/+4
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-3/+1
* vpn-plugin-info: add description for @filename parameterJiří Klimeš2016-02-031-1/+1
* vpn-plugin-info: add vpn plugin service aliaseslr/vpn-aliasesLubomir Rintel2015-11-021-1/+16
* vpn-plugin-info: drop nm_vpn_plugin_info_get_service()Lubomir Rintel2015-11-021-18/+2
* libnm,libnm-core: fix GTK-Doc warningsBeniamino Galvani2015-10-161-7/+7
* vpn-manager: support multiple VPN connections of the same typelr/multiple-vpnLubomir Rintel2015-10-131-3/+0
* libnm-core/vpn-plugin-info: add nm_vpn_plugin_info_supports_multiple()Lubomir Rintel2015-10-131-0/+20
* libnm,vpn-editor-plugin: don't assert the plugin name is the same as service ...Lubomir Rintel2015-08-211-1/+0
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* introspection: fix some annotationsDan Williams2015-07-311-16/+16
* libnm: add load method to NMVpnPluginInfoThomas Haller2015-07-291-0/+121
* libnm: add NMVpnPluginInfo classThomas Haller2015-07-291-0/+895