summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: suppress logging and return error reason from nm_device_generate_conn...th/assume-master-rh1452062-1Thomas Haller2017-06-073-28/+33
* manager: cleanup logging message during recheck_assume_connection()/get_exist...Thomas Haller2017-06-071-27/+25
* device: remove logging for emitting RECHECK_ASSUME signalThomas Haller2017-06-071-3/+2
* manager: add more logging to recheck_assume_connection()Thomas Haller2017-06-071-6/+13
* manager: add "rfkill" prefix to related logging messagesThomas Haller2017-06-071-11/+11
* manager: add logging macro _NMLOG3() for logging connection messagesThomas Haller2017-06-072-14/+54
* manager: add logging macro _NMLOG2() for logging device messagesThomas Haller2017-06-072-44/+62
* logging: add LOG3 macrosThomas Haller2017-06-071-0/+31
* device: expose nm_device_state_to_str() function for NMDeviceStateThomas Haller2017-06-072-14/+16
* device: rework device's _NMLOG() logging macroThomas Haller2017-06-071-6/+16
* manager: fix checking sys-iface-state when assuming devicesThomas Haller2017-06-071-8/+0
* core: allow assuming connections on "nm-owned" software devicesThomas Haller2017-06-071-3/+0
* device: only set nm-owned from statefile during initial setupThomas Haller2017-06-073-11/+15
* ppp: unexport NMPPPManager instance on dispose()Thomas Haller2017-06-071-0/+4
* ppp: cast int argument for variadic g_signal_emit(NM_PPP_MANAGER_STATE_CHANGE...Thomas Haller2017-06-071-3/+3
* cli: disable pager in editor modeBeniamino Galvani2017-06-071-1/+2
* systemd: update service unit file to use dbus-send for ExecReloadThomas Haller2017-06-071-2/+2
* core: merge branch 'bg/nm-owned-persist-rh1376199'Beniamino Galvani2017-06-075-14/+58
|\
| * manager: restore the previous persistent nm-owned state of devicesBeniamino Galvani2017-06-072-1/+17
| * config: allow persisting the device nm-owned stateBeniamino Galvani2017-06-073-5/+33
| * device: rename priv->is_nm_owned to priv->nm_ownedBeniamino Galvani2017-06-073-9/+9
|/
* bluetooth: merge branch 'th/bluetooth-nap-bgo783326'Thomas Haller2017-06-0750-467/+401
|\
| * bluetooth: assert against registering same device multiple timesThomas Haller2017-06-071-0/+3
| * bluetooth/trivial: rename NetworkServer's network_servers fieldThomas Haller2017-06-071-6/+6
| * bluetooth: split _find_network_server() in two functionsThomas Haller2017-06-071-18/+25
| * device: inline bluetooth function in nm-device-bridge.cThomas Haller2017-06-071-53/+29
| * libnm: streamline functions in nm-connection.cThomas Haller2017-06-072-140/+76
| * all: change handling of connection.type for bluetooth NAP and in generalThomas Haller2017-06-077-109/+103
| * device: remove duplicate check for NMDeviceFactory's _add_factory()Thomas Haller2017-06-071-14/+2
| * device: hide nm_device_factory_get_supported_types() functionThomas Haller2017-06-072-5/+1
| * libnm: avoid assertion with invalid connections in _nm_connection_find_base_t...Thomas Haller2017-06-071-4/+7
| * libnm: downgrade assertions in _nm_register_setting_impl() to nm_assert()Thomas Haller2017-06-071-12/+7
| * libnm: distinguish INVALID priority setting from NM_SETTING_PRIORITY_CONNECTIONThomas Haller2017-06-071-13/+14
| * libnm: use enum for setting prioritiesThomas Haller2017-06-0734-34/+34
| * libnm: add enum for setting prioritiesThomas Haller2017-06-078-53/+70
| * libnm/trivial: rename _nm_register_setting function to _nm_register_setting_implThomas Haller2017-06-072-8/+8
| * core: minor refactoring condition in validate_activation_request()Thomas Haller2017-06-071-15/+11
| * core: print the connection.type in nm_utils_log_connection_diff()Thomas Haller2017-06-071-7/+29
|/
* libnm-core: fix typo in 802.1x doc commentBeniamino Galvani2017-06-061-1/+1
* device: mark device as sys-iface-state=external when assuming connectionThomas Haller2017-06-051-2/+4
* bond: merge branch 'bg/bond-option-normalize-rh1457909'Beniamino Galvani2017-06-054-2/+106
|\
| * bond: add only supported options to the generated connectionBeniamino Galvani2017-06-051-2/+8
| * libnm-core: remove unsupported bond options during normalizationBeniamino Galvani2017-06-053-0/+98
|/
* wifi: merge branch 'th/wifi-ap-hidden'Thomas Haller2017-06-051-13/+30
|\
| * wifi: change logging about probe-scanning SSIDsth/wifi-ap-hiddenThomas Haller2017-06-031-1/+1
| * wifi: fix completing Wi-Fi connection for AP modeThomas Haller2017-06-031-10/+23
| * wifi: exclude AP mode wifi connection from hidden-scan listThomas Haller2017-06-031-2/+6
|/
* device: merge various device cleanupsThomas Haller2017-06-026-69/+72
|\
| * device: transform NM_DEVICE_IS_MASTER gobject property to field in NMDeviceClassThomas Haller2017-06-025-25/+19
| * core: add nm_device_spec_match_list_full()Thomas Haller2017-06-022-1/+18