summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clients: be able to ask for OpenVPN PKCS#11 token PINlr/p11-forwardLubomir Rintel2016-06-231-0/+1
* vpn-service-plugin: ask for p11 socket if appropriateLubomir Rintel2016-06-232-1/+99
* vpn-connection: supply a p11 socket to the plugin if it asks for oneLubomir Rintel2016-06-232-8/+174
* vpn-connection: use generated dbus bindingsLubomir Rintel2016-06-231-66/+46
* agent-manager: add possibility to manage the p11 socket requestsLubomir Rintel2016-06-232-5/+154
* secret-agent: add ability to request the p11 socket from the agentLubomir Rintel2016-06-232-0/+70
* secret-agent: make callbacks capable of returning a file descriptorLubomir Rintel2016-06-233-13/+19
* libnm/secret-agent: be able to supply a p11 remoting socketLubomir Rintel2016-06-2310-14/+139
* introspection: copy the libnm-glib versions of the APILubomir Rintel2016-06-235-22/+298
* clients: prefer human-readable name to VPN secret hintsLubomir Rintel2016-06-231-8/+9
* agent-manger: fix a typoLubomir Rintel2016-06-231-2/+2
* nmcli: fix ambiguous properties check for autocompletionFrancesco Giudici2016-06-231-3/+12
* nmcli: manage autocompletion of "nmcli connection add" when no args are passedFrancesco Giudici2016-06-231-2/+6
* po: sync translations from ZanataLubomir Rintel2016-06-2266-137730/+97864
* device: clearify behavior of NM_UNMANAGED_USER_SETTINGS in commentThomas Haller2016-06-222-2/+5
* nmcli: manage "--ask connection add" with no argsFrancesco Giudici2016-06-221-2/+2
* cli: don't free the completion string when a setting name is unambiguousLubomir Rintel2016-06-221-1/+1
* merge: branch 'lr/connection-add'fg/temp_oldLubomir Rintel2016-06-2112-5170/+1747
|\
| * cli: use --complete-args for connection add completionlr/connection-addLubomir Rintel2016-06-211-234/+2
| * man: update the nmcli manual for new connection add syntaxLubomir Rintel2016-06-213-1279/+435
| * nmcli: streamline connection additionLubomir Rintel2016-06-212-3621/+1274
| * man: turn the manual page cross-references into linksLubomir Rintel2016-06-219-54/+54
|/
* libnm/libnm-glib: use Bluetooth device name as description (bgo #592819)Dan Williams2016-06-212-0/+20
* nmlci merge branch 'fg/autocomplete_fix_rh1301226_with_LR_patches'Francesco Giudici2016-06-214-141/+331
|\
| * nmcli: add support to shortnames for connection properties autocompletionfg/autocomplete_fix_rh1301226_with_LR_patchesFrancesco Giudici2016-06-211-26/+73
| * nmcli: improve connection autocompletion (2/2)Lubomir Rintel2016-06-213-91/+158
| * nmcli: improve connection autocompletion (1/2)Lubomir Rintel2016-06-211-5/+22
| * cli: streamline complete_connection_by_type() argumentsLubomir Rintel2016-06-211-74/+70
| * nmcli: enable connection autocompletion for 802.1x propertiesFrancesco Giudici2016-06-214-3/+70
| * nmcli autocompletion cleanupsFrancesco Giudici2016-06-211-15/+11
|/
* team: check return value of g_dbus_connection_call_sync()Beniamino Galvani2016-06-211-3/+11
* clients,vpn/trivial: rename argument of nm_vpn_get_secret_names()Thomas Haller2016-06-202-6/+6
* clients,vpn: only accept full service-types in nm_vpn_get_secret_names()Thomas Haller2016-06-201-4/+6
* clients: fix wrong assertion _assert_format_int()Thomas Haller2016-06-181-1/+1
* all: merge branch 'th/g_strv_contrains'Thomas Haller2016-06-1720-92/+98
|\
| * all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-1718-77/+60
| * nm-glib: implement compatibility macro for g_strv_contains() differentlyThomas Haller2016-06-171-14/+7
| * nm-glib: remove G_GNUC_EXTENSIONThomas Haller2016-06-172-17/+17
| * shared: backport g_strv_contains()Lubomir Rintel2016-06-171-0/+30
|/
* wwan: check at runtime whether to start ModemManagerDidier Raboud2016-06-173-10/+16
* platform: recognize rmnet and ccmni interfaces as WWAN network devicesDan Williams2016-06-171-0/+9
* platform/trivial: rename NM_LINK_TYPE_WWAN_ETHERNET to NM_LINK_TYPE_WWAN_NETDan Williams2016-06-174-5/+5
* logging: enable logging domain VPN_PLUGIN up to level <info>Thomas Haller2016-06-173-11/+25
* shared: add also "shared/nm-utils/nm-vpn-plugin-macros.h"Thomas Haller2016-06-162-0/+44
* tests: fix checking NM_ASSERT_NO_MSG define in "nm-test-utils.h"Thomas Haller2016-06-161-1/+1
* shared: merge branch 'th/shared-bgo767697'Thomas Haller2016-06-1635-37/+238
|\
| * shared/tests: build "nm-utils/nm-vpn-plugin-utils.c"th/shared-bgo767697Thomas Haller2016-06-161-0/+24
| * shared: include "nm-glib.h" from "nm-macros-internal.h"Thomas Haller2016-06-162-2/+3
| * shared: include "gsystem-local-alloc.h" from "nm-glib.h"Thomas Haller2016-06-163-2/+2
| * shared: add "nm-utils/nm-vpn-plugin-utils.h"Thomas Haller2016-06-164-0/+175