summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: use GSource for timeout in nm_utils_kill_child_async()th/kill-child-log-warnThomas Haller2022-03-111-9/+8
* core: log warning when sending SIGKILL in nm_utils_kill_child_async()Thomas Haller2022-03-112-8/+8
* libnm: fix assertion in NMClient checking for current main contextThomas Haller2022-03-111-2/+2
* glib-aux: add nm_g_main_context_can_acquire() helperThomas Haller2022-03-112-0/+22
* core/trivial: add code comment to nm_utils_stable_id_parse()Thomas Haller2022-03-111-1/+6
* core: use NM_STR_HAS_PREFIX() in nm_utils_stable_id_parse()Thomas Haller2022-03-111-1/+1
* core: rename nm_utils_host_id_get_timestamp_ns() to "nsec"Thomas Haller2022-03-113-15/+15
* core/trivial: reword code comment about fake host-id timestampThomas Haller2022-03-111-2/+9
* libnm/docs: add reference to secret-key in description for stable-idThomas Haller2022-03-113-3/+4
* core/dhcp: use gs_free_error in NMDhcpDhcpcd's ip4_start()Thomas Haller2022-03-091-2/+1
* core/dhcp: fix uninitialized GError in NMDhcpDhcpcd's ip4_start()Thomas Haller2022-03-091-1/+1
* libnm: fix uninitialized GError in NMClient's _init_start_cancel_on_idle_cb()Thomas Haller2022-03-091-2/+2
* core/team: fix leak and uninitialized GError in NMDeviceTeam's constructed()Thomas Haller2022-03-091-1/+1
* contrib/checkpatch: try to warn about uninitialized GError variablesThomas Haller2022-03-091-0/+1
* release: bump version to 1.37.2 (development)1.37.2-devBeniamino Galvani2022-03-092-2/+2
* NEWS: updateBeniamino Galvani2022-03-091-0/+2
* libnm: fix crash during the restart after killedWen Liang2022-03-091-3/+3
* libnm: fix an assert in nm_client_get_capabilities()Lubomir Rintel2022-03-091-1/+0
* cli: document connection/device-external colorsLubomir Rintel2022-03-091-0/+14
* rpm: fix autotools build options for default pluginsBeniamino Galvani2022-03-091-1/+3
* po: update Ukrainian (uk) translationYuri Chornoivan2022-03-091-2133/+2224
* std-aux: add code comment for NM_STR_HAS_PREFIX()/NM_STR_HAS_SUFFIX()Thomas Haller2022-03-091-0/+32
* merge: branch 'bg/dhcp-overlong-hostname'Beniamino Galvani2022-03-0911-64/+186
|\
| * core: preserve the domain when system hostname is truncatedbg/dhcp-overlong-hostnameBeniamino Galvani2022-03-097-38/+44
| * core: shorten hostname when too longBeniamino Galvani2022-03-091-15/+35
| * core: add nm_utils_shorten_hostname()Beniamino Galvani2022-03-093-0/+106
| * dns: drop nm_dns_manager_set_initial_hostname()Beniamino Galvani2022-03-093-11/+1
|/
* cli: don't ignore errors from setting property aliasesLubomir Rintel2022-03-081-10/+10
* nm-online: set the timeout upper limit to 2073600 secondsFernando Fernandez Mancera2022-03-071-2/+3
* platform: merge branch 'egrumbach:intel-vnd-commands'Thomas Haller2022-03-079-0/+305
|\
| * platform: add Intel vendor command to get the device from CSMEEmmanuel Grumbach2022-03-077-0/+58
| * platform: add the plumbing to get the CSME connection infoEmmanuel Grumbach2022-03-077-0/+140
| * linux-headers: add nl80211-vnd-intel.h kernel headerEmmanuel Grumbach2022-03-072-0/+107
|/
* dhcp6: fix setting ifindex in nm_dhcp_utils_merge_new_dhcp6_lease()Thomas Haller2022-03-071-1/+1
* merge: branch 'bg/ifcfg-rh-split'Beniamino Galvani2022-03-066-35/+92
|\
| * rpm: split ifcfg-rh settings plugin into a separate packageBeniamino Galvani2022-03-061-1/+41
| * rpm: remove build-time default for plugins on newer distrosBeniamino Galvani2022-03-061-3/+5
| * core: fall back to loading all known settings pluginsBeniamino Galvani2022-03-065-27/+46
| * build: remove unused variable from configure.acBeniamino Galvani2022-03-061-4/+0
|/
* libnmc: Remove verbose loggingTill Maas2022-03-041-1/+0
* ovs-port: fix removal of ovsdb entry if the interface goes awayLubomir Rintel2022-03-041-3/+5
* cli: merge branch 'th/nmcli-wifi-in-use'Thomas Haller2022-03-042-50/+54
|\
| * cli: make APInfo parameter to fill_output_access_point() constThomas Haller2022-03-041-20/+27
| * cli: change "IN-USE" property to only honor the exact access pointThomas Haller2022-03-041-28/+16
| * cli: minor cleanup initializing APInfo in "devices.c"Thomas Haller2022-03-041-12/+11
| * glib-aux: hide API g_alloca0() and g_newa0()Thomas Haller2022-03-041-0/+10
|/
* core: merge branch 'th/checkpoint-preserve-external-ports'Thomas Haller2022-03-045-15/+114
|\
| * core: preserve external ports during checkpoint rollbackth/checkpoint-preserve-external-portsThomas Haller2022-03-035-7/+90
| * core: reject unsupported flags for CheckpointCreate D-Bus requestThomas Haller2022-03-031-9/+25
|/
* glib-aux: avoid nm_crypto_md5_hash() in nm_uuid_generate_from_string()Thomas Haller2022-03-021-30/+40