summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: add support for MODE=Aplr/apJiří Klimeš2014-10-232-1/+5
* wifi: Use SSID from connection also if AP is not configuredLubomir Rintel2014-10-231-26/+27
* wwan: fix wwan-exports.verDan Winship2014-10-221-1/+0
* core: Remove use of NM_SESSION_MONITOR_ERROR domainLubomir Rintel2014-10-221-24/+21
* core: drop all remaining core-internal error domainsDan Winship2014-10-2217-215/+41
* libnm-core, settings: move NMAgentManagerError to nm-errorsDan Winship2014-10-223-31/+6
* settings: drop plugin-specific error domainsDan Winship2014-10-2239-559/+271
* libnm-core, settings: move NMSettingsError to nm-errorsDan Winship2014-10-229-110/+16
* libnm-core, core: merge NMLoggingError into NMManagerErrorDan Winship2014-10-223-24/+3
* libnm-core, core: move NMManagerError to nm-errorsDan Winship2014-10-222-37/+9
* devices: drop device-type-specific error domainsDan Winship2014-10-2223-295/+54
* libnm-core, libnm, devices: merge client and daemon NMDeviceErrorDan Winship2014-10-222-23/+2
* libnm-core, core: register NMConnectionError with D-BusDan Winship2014-10-221-3/+3
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-229-221/+299
* libnm-core: drop nm_setting_lookup_type_by_quark()Dan Winship2014-10-223-11/+6
* core: let kernel add IPv6LL address when method=ignore (rh #1132938)Dan Williams2014-10-211-1/+15
* settings: pass valid error domain to g_set_error() in load_plugins()Thomas Haller2014-10-211-3/+3
* rdisc,device: set MTU if an appropriate option is present in a RALubomir Rintel2014-10-203-0/+24
* core: track origin of MTULubomir Rintel2014-10-2010-16/+31
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-2019-192/+189
* core: lie about NMActiveConnection:state in new connectionsDan Winship2014-10-191-1/+10
* core: ensure interface is up before applying IP configuration (bgo #738479)Dan Williams2014-10-171-5/+16
* core: remove child devices without deconfiguring them (bgo #738479)Dan Williams2014-10-171-8/+10
* core: don't override external route metrics (bgo #738268)Dan Williams2014-10-171-4/+12
* trivial: add missing breakDan Williams2014-10-161-0/+1
* keyfile: fix handling of enum/flags properties after fcfb4b40 (bgo #738585)Dan Williams2014-10-168-2/+232
* bluez: fix compiler error due to redefinition of typedefThomas Haller2014-10-141-2/+2
* bluez: re-add DUN support for Bluez5Lubomir Rintel2014-10-134-43/+556
* bluez: track adapter address in NMBluezDeviceDan Williams2014-10-134-6/+32
* bluez: split out errorsDan Williams2014-10-135-18/+73
* 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: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2014-10-125-27/+42
* 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
* 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
* 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
* ifnet: fix parsing dhcp configurationThomas Haller2014-10-081-39/+61
* test: fix check-local in Makefile to print newline after messageThomas Haller2014-10-061-1/+1