summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-27clients/secret-agent-simple: support auth helperslr/auth-dialogLubomir Rintel1-6/+310
2018-07-27service-plugin: add a warning here and thereLubomir Rintel1-2/+14
2018-07-27service-plugin: allow continuations in the auth-dialog protocolLubomir Rintel1-20/+40
2018-07-26build: add a some missing dependenciesLubomir Rintel1-0/+2
2018-07-26nm-setting: add missing initializersLubomir Rintel1-4/+4
2018-07-26core/setting: rework nm_connection_dump()Lubomir Rintel2-39/+21
2018-07-26libnm: add g_autoptr function for more typesLubomir Rintel1-0/+3
2018-07-26build: avoid AC_CHECK_FILE() due to problems with cross-compilationThomas Haller1-3/+3
2018-07-25cli: merge branch 'th/cli-connection-handling-4'Thomas Haller864-36537/+67335
2018-07-25cli: remove unused argument from nm_meta_selection_create_parse_list()Thomas Haller4-6/+3
2018-07-25cli: reuse existing nm_meta_abstract_infos_get_names_str()Thomas Haller1-17/+11
2018-07-25cli: don't explicitly unset out_to_free argument in NMMetaType.get_nested()Thomas Haller3-4/+2
2018-07-25cli: drop local variable multiline in _print_do()Thomas Haller1-8/+7
2018-07-25cli: simplify tracking of parent column in PrintDataCol structureThomas Haller1-9/+42
2018-07-25cli: minor cleanup explicitly checking print_outputThomas Haller4-6/+10
2018-07-25cli: minor cleanup evaluating print_outputThomas Haller1-21/+39
2018-07-25cli: minor cleanup in _print_data_cell_clear_text()Thomas Haller1-10/+13
2018-07-25cli: fix skipping columns with all default-valuesThomas Haller2-10/+18
2018-07-25cli: don't translate device state in --terse modeThomas Haller2-85/+86
2018-07-25cli/tests: cache UUID for test replacement in stdoutThomas Haller5-1342/+1351
2018-07-25cli/tests: avoid duplicate --terse option in testsThomas Haller2-1354/+3758
2018-07-25cli/tests: add more tests for nmcli outputThomas Haller2-424/+32097
2018-07-25cli/tests: rework clients-tests.py to combine .expected outputThomas Haller857-36406/+33063
2018-07-25release: bump version to 1.13.2 (development)Lubomir Rintel2-2/+2
2018-07-24libnm: add nm_device_ovs_*_get_slaves()Lubomir Rintel1-0/+2
2018-07-24build: do not randomize tests by defaultLubomir Rintel1-10/+17
2018-07-24rpm: own /etc/sysconfig/network-scriptsLubomir Rintel2-0/+6
2018-07-24connectivity: merge branch 'th/connectivity-busy-loop-fix'Thomas Haller1-24/+65
2018-07-24connectivity: avoid busy looping with connectivity-check failedThomas Haller1-11/+50
2018-07-24connectivity: add compile time check that "curl_socket_t" is a typedef to pla...Thomas Haller1-0/+2
2018-07-24connectivity/trivial: rename socket argument in multi_socket_cb() callbackThomas Haller1-4/+4
2018-07-24connectivity/trivial: rename local functions to avoid "curl" prefixThomas Haller1-12/+12
2018-07-24device: merge branch 'th/not-available-reason'Thomas Haller41-771/+1144
2018-07-24core: improve error message when activating profileThomas Haller1-5/+8
2018-07-24core: improve error message when activating profile on deviceThomas Haller1-3/+7
2018-07-24core: return error reason from nm_manager_get_best_device_for_connection()Thomas Haller1-6/+47
2018-07-24core: give better error reason why device is incompatible with profileThomas Haller36-451/+523
2018-07-24core: give better error reason why device is unavailableThomas Haller9-60/+195
2018-07-24shared: add special error codes to NM_UTILS_ERRORThomas Haller1-0/+28
2018-07-24device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller24-69/+90
2018-07-24device: also use NM_DEVICE_CLASS_DECLARE_TYPES() for types without link-typesThomas Haller3-5/+13
2018-07-24device: use NM_DEVICE_CLASS_DECLARE_TYPES() to set connection_type_supported ...Thomas Haller9-17/+9
2018-07-24device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller20-24/+27
2018-07-24device/trivial: rename NMDeviceClass.connection_type to connection_type_suppo...Thomas Haller13-15/+16
2018-07-24core/trival: rename nm_device_match_hwaddr() function to nm_device_match_pare...Thomas Haller5-11/+11
2018-07-24device/trivial: rename parent-class variable in device class constructorThomas Haller13-176/+176
2018-07-24wwan/trivial: rename NMModemClass.check_connection_compatible() to use unique...Thomas Haller4-9/+9
2018-07-24shared: add nm_utils_error_set*() helper macrosThomas Haller1-0/+9
2018-07-24shared: support zero arguments for NM_NARG() macroThomas Haller2-2/+58
2018-07-23dhcp/dhclient-utils: skip over dhclient.conf blocksLubomir Rintel2-9/+110