summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* keyfile: fix handling of enum/flags properties after fcfb4b40dcbw/keyfile-enum-flagsDan Williams2014-10-158-2/+231
* build: ensure rl_echo_signal_char() exists in the readline libraryDan Williams2014-10-141-0/+13
* bluez: fix compiler error due to redefinition of typedefThomas Haller2014-10-141-2/+2
* policy: allow non-local admin sessions to control the network (rh #1145646)Marius Vollmer2014-10-131-0/+1
* bluez: merge branch 'lr-bluez5-dun' (rh #1055628)Thomas Haller2014-10-1313-67/+678
|\
| * bluez: re-add DUN support for Bluez5Lubomir Rintel2014-10-136-43/+573
| * bluez: track adapter address in NMBluezDeviceDan Williams2014-10-134-6/+32
| * bluez: split out errorsDan Williams2014-10-135-18/+73
|/
* merge branch 'th/bgo737380_log_connection_diff'Thomas Haller2014-10-1220-103/+645
|\
| * core: log connection change with nm_utils_log_connection_diff()Thomas Haller2014-10-122-0/+4
| * core: add nm_utils_log_connection_diffThomas Haller2014-10-123-0/+305
| * libnm-util: add _nm_setting_get_property() functionThomas Haller2014-10-124-0/+46
| * libnm: add function _nm_setting_get_setting_priority()Thomas Haller2014-10-124-4/+29
| * libnm-util: let nm_setting_diff() be symetric not to return properties that a...Thomas Haller2014-10-124-22/+144
| * libnm: hide API for generic handling of secretsThomas Haller2014-10-125-30/+11
| * libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2014-10-129-47/+106
|/
* merge branch 'th/bgo580018_autoconnect_priority'Thomas Haller2014-10-1221-93/+360
|\
| * core: prefer connections with higher priority for autoconnectThomas Haller2014-10-124-0/+131
| * core/policy: refactor auto_activate_device() to use a GPtrArrayThomas Haller2014-10-121-5/+13
| * core: remove nm_device_get_best_auto_connection()Thomas Haller2014-10-123-54/+10
| * core: add nm_device_can_auto_connect() functionThomas Haller2014-10-122-0/+32
| * core: ensure properly comparing boolean values in connection_sort()Thomas Haller2014-10-121-5/+5
| * cli: support connection.autoconnect-priority propertyThomas Haller2014-10-122-29/+44
| * cli: add nmc_property_set_int() functionThomas Haller2014-10-121-0/+20
| * cli: fix type when setting variadic argument in nmc_property_set_uint()Thomas Haller2014-10-121-1/+1
| * ifcfg-rh: add support for NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITYThomas Haller2014-10-124-1/+17
| * ifcfg-rh: add svGetValueInt64() utility functionThomas Haller2014-10-122-0/+39
| * libnm: add NMSettingConnection:autoconnect-priority settingThomas Haller2014-10-124-0/+51
| * libnm: make @copy_func argument in _nm_utils_copy_strdict() optionalThomas Haller2014-10-121-1/+1
| * nmtst: improve nmtst_assert_connection_verifies_without_normalization()Thomas Haller2014-10-121-2/+1
|/
* contrib/nm-live-vm: install perl dependancy (YAML) in mock buildThomas Haller2014-10-101-1/+2
* libnm: fix crash in nm_client_new_async(), add a test for itDan Winship2014-10-102-32/+28
* libnm: fix NMActiveConnection object-path-valued properties (bgo #738103)Dan Winship2014-10-1039-272/+265
|\
| * libnm: fix NMActiveConnection object-path-valued propertiesDan Winship2014-10-105-139/+115
| * libnm: add nm-types.h, to avoid include loopsDan Winship2014-10-1036-133/+150
|/
* libnm: merge NMRemoteSettings into NMClient (bgo #738103)Dan Winship2014-10-1029-2083/+3182
|\
| * libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-1026-835/+887
| * cli: (trivial) rename NmCli.system_connections to connectionsDan Winship2014-10-104-28/+28
| * libnm: split "NMManager" out of NMClientDan Winship2014-10-105-870/+1910
| * libnm: clean up NMClient semantics when NM is not runningDan Winship2014-10-101-70/+58
| * libnm: (trivial) reorder NMClient function declarations/codeDan Winship2014-10-102-622/+641
|/
* core: merge branch 'th/bgo737731-kill-process'Thomas Haller2014-10-104-64/+217
|\
| * dhcp: relax check valid PID for dhcp processThomas Haller2014-10-101-1/+1
| * core/dhcp: kill external dhcp process using nm_utils_kill_process_sync()Thomas Haller2014-10-101-2/+6
| * core: add nm_utils_kill_process_sync() functionThomas Haller2014-10-102-2/+145
| * core: add nm_utils_get_start_time_for_pid() functionThomas Haller2014-10-103-59/+65
|/
* ifcfg-rh: fix build on 32-bitDan Williams2014-10-091-2/+2
* platform: fix format string for logging MTU in nm_platform_link_set_mtu()Thomas Haller2014-10-091-1/+1
* ifcfg-rh: read and write WiFi bands with BAND keywordDan Williams2014-10-087-5/+211
* supplicant: fix handling of 'freq_list' option and band locking (bgo #737795)Dan Williams2014-10-081-1/+1