summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nm-dispatcher: allow scripts to be marked as no-waitbg/dispatch-sync-requests-rh746703-v2Beniamino Galvani2015-07-155-41/+126
* route-manager: merge branch 'th/route-full-sync'Thomas Haller2015-07-1419-165/+362
|\
| * route-manager/test: add test for full-syncThomas Haller2015-07-141-0/+89
| * test: add nmtst_platform_ip4_route() utilsThomas Haller2015-07-141-0/+32
| * platform: replace addr/route exists() functions by get()Thomas Haller2015-07-148-98/+96
| * route-manager: align trace logging statementThomas Haller2015-07-141-6/+6
| * routes: fix race syncing routes by not doing full-syncThomas Haller2015-07-141-6/+20
| * routes/trival: add argument @routes_full_sync to IP config commitThomas Haller2015-07-147-10/+16
| * route-manager: add argument to to only remove routes that were added by NMRou...Thomas Haller2015-07-145-46/+104
| * route-manager/trivial: fix naming of local variableThomas Haller2015-07-141-4/+4
|/
* vpn-plugin-old,dispatcher: cast unchecked g_variant_lookup() calls to voidLubomir Rintel2015-07-142-7/+7
* linux-platform: correct the lifetime conditionalLubomir Rintel2015-07-141-2/+2
* config: fix a potential NULL dereferenceLubomir Rintel2015-07-141-1/+1
* vpn: send firewall zone to firewalld also for VPN connections (rh #1065948)Jiří Klimeš2015-07-141-7/+83
* platform: don't assert there's no parent-parent loopsLubomir Rintel2015-07-141-3/+3
* vpn: merge branch 'th/vpn-route-bgo752225'Thomas Haller2015-07-132-15/+39
|\
| * 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-132-3/+6
| * 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
| * default-route-manager: fix handling for absent default routes for VPNThomas Haller2015-07-131-1/+7
| * default-route-manager: don't add entries with (!synced && never_default)Thomas Haller2015-07-131-0/+7
|/
* cli: fix usage output for `nmcli connection add` removing duplicate "save"Thomas Haller2015-07-131-1/+0
* merge: branch 'lr/cli-add-master'Lubomir Rintel2015-07-124-243/+285
|\
| * cli: add "nmcli c add master" to bash-completionlr/cli-add-masterLubomir Rintel2015-07-121-22/+4
| * cli: add master option to "nmcli c add"Lubomir Rintel2015-07-123-22/+63
| * cli: discover slave type for a connection with a masterLubomir Rintel2015-07-121-11/+33
| * cli: remove an extraneous _strip_master_prefix() callLubomir Rintel2015-07-121-1/+1
| * cli: process slave parameters after the rest of the settings are set upLubomir Rintel2015-07-121-193/+190
|/
* merge branch 'th/misc-bgo752087'Thomas Haller2015-07-1245-396/+480
|\
| * core: print connection path in nm_utils_log_connection_diff()Thomas Haller2015-07-121-4/+8
| * settings: use _LOG() macros in "nm-settings-connection.c"Thomas Haller2015-07-121-68/+72
| * libnm-core: don't assert in nm_connection_get_uuid() for valid connectionThomas Haller2015-07-121-1/+2
| * settings: add _LOG() macros to "nm-settings-connection.h"Thomas Haller2015-07-121-0/+42
| * settings/trivial: consistently name @self argument in NMSettingsConnectionThomas Haller2015-07-122-159/+159
| * settings: refactor logging statement in nm_settings_connection_get_secrets()Thomas Haller2015-07-121-12/+8
| * platform: assert for valid ifname in ethtool_get()Thomas Haller2015-07-121-1/+4
| * all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-1224-56/+34
| * core: add glib compatibility wrapper nm_g_type_init() for g_type_init()Thomas Haller2015-07-121-0/+11
| * iface-helper: remove redundant g_type_init() callThomas Haller2015-07-121-4/+0
| * test: initialize tests with nmtst_init()Thomas Haller2015-07-1213-77/+62
| * platform: fix wrapper nm_platform_addr_flags2str() for rtnl_addr_flags2str()Thomas Haller2015-07-122-14/+66
| * platform: don't allocate string for flags in nm_platform_ip6_address_to_string()Thomas Haller2015-07-121-6/+7
| * nmtst: add function nmtst_assert_str_has_substr()Thomas Haller2015-07-121-0/+11
|/
* clients: fix bad array loop in nm-secret-agent-simple.c:strv_has (bgo #752137)Jiří Klimeš2015-07-101-3/+3
* po: update Polish (pl) translation (bgo #751998)Piotr Drąg2015-07-101-900/+1147
* device: fix regression for ignored search domains in ip._config_merge_and_app...Thomas Haller2015-07-091-2/+4
* contrib/rpm: always drag in bluez-libs-develLubomir Rintel2015-07-091-5/+1
* bluetooth: avoid an assertion failure if built w/o bluez5 supportLubomir Rintel2015-07-091-3/+6
* systemd: fix compiler warning about uninitialized variableThomas Haller2015-07-091-1/+1