summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: reorder checks in nm_ifcfg_connection_check_devtimeout()jk/ifcfg-rh-udev-DEVTIMEOUT-rh1192633Thomas Haller2015-07-161-3/+4
* fixup! ifcfg-rh: respect DEVTIMEOUT if link is not announced by udev yet (rh ...Thomas Haller2015-07-161-13/+4
* ifcfg-rh: respect DEVTIMEOUT if link is not announced by udev yet (rh #1192633)Jiří Klimeš2015-07-161-2/+13
* cli: fix a crash adding a slave connection with 'nmcli -a con add'Jiří Klimeš2015-07-151-2/+4
* cli: fix formating of "nmcli con add help" outputJiří Klimeš2015-07-151-2/+2
* cli: add 'slave-type' parameter for "nmcli con add" to bash completionJiří Klimeš2015-07-151-3/+9
* settings: call dispatcher when setting hostname with systemdJiří Klimeš2015-07-151-0/+2
* build: fix comment for NM_MORE_LOGGINGLubomir Rintel2015-07-151-1/+1
* contrib/rpm: WEXT depends on enabled wifiDan Horák2015-07-141-5/+5
* logging: merge branch 'th/logging-sd-journal-bgo752136'Thomas Haller2015-07-1412-80/+334
|\
| * logging: refactor level conversion from switch() to @level_desc lookup-arrayThomas Haller2015-07-141-59/+29
| * logging: add compile time default for logging.backend configurationThomas Haller2015-07-143-6/+28
| * logging: add "journal-syslog-style" logging backend to log the old formatThomas Haller2015-07-142-8/+22
| * logging: make use of journal configurableThomas Haller2015-07-147-6/+40
| * logging: add native systemd-journald support to nm-loggingThomas Haller2015-07-142-16/+170
| * build: detect systemd-journald supportThomas Haller2015-07-141-0/+25
| * logging: factor our construction of logging message in _nm_log_impl()Thomas Haller2015-07-141-9/+17
| * logging: refactor @syslog_opened variable to @log_backendThomas Haller2015-07-141-5/+12
| * logging: allow calling nm_logging_syslog_openlog() only onceThomas Haller2015-07-141-8/+8
| * logging: remove nm_logging_syslog_closelog()Thomas Haller2015-07-144-11/+0
| * config: move debug command line option to NMConfigThomas Haller2015-07-143-4/+13
| * config: add nm_config_data_get_value_cached() functionThomas Haller2015-07-142-0/+22
|/
* 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
|/