summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shared: use NMStrBuf in _nm_utils_enum_to_str_full()th/strbuf-v2Thomas Haller2020-04-031-10/+13
* shared: pre-allocate GString with 16 bytes for _nm_utils_enum_to_str_full()Thomas Haller2020-04-031-1/+1
* shared: use NMStrBuf for implementing nm_utils_str_utf8safe_unescape()Thomas Haller2020-04-031-9/+8
* shared: use nm_utils_buf_utf8safe_unescape() for nm_utils_str_utf8safe_unesca...Thomas Haller2020-04-031-6/+10
* shared: add NM_UTILS_STR_UTF8_SAFE_FLAG_SECRET flagThomas Haller2020-04-033-16/+22
* shared: add NMStrBuf utilThomas Haller2020-04-033-0/+276
* shared: add nm_utils_get_next_realloc_size() helperThomas Haller2020-04-033-0/+222
* shared: use nm_secret_mem_try_realloc_take() in nm_utils_fd_get_contents()Thomas Haller2020-04-031-29/+3
* shared: add nm_secret_mem_realloc() helpersThomas Haller2020-04-031-0/+121
* shared: use G_UNLIKELY() macro for unlikely branch in nm_explicit_bzero()Thomas Haller2020-04-031-1/+1
* shared/tests: add nmtst_get_rand_size()Thomas Haller2020-04-031-0/+10
* wifi: merge branch 'th/fix-wifi-scan-1'Thomas Haller2020-04-0315-399/+481
|\
| * wifi: rework scanning-prohibited tracking for Wi-Fi companion and OLPC deviceThomas Haller2020-04-033-48/+86
| * wifi: add and use nm_device_wifi_get_scanning()Thomas Haller2020-04-033-7/+16
| * wifi/iwd: drop unused signal NM_DEVICE_IWD_SCANNING_PROHIBITEDThomas Haller2020-04-032-33/+3
| * wifi: rename scan-interval variable to indicate they are in secondsThomas Haller2020-04-031-21/+21
| * wifi: parse RequestScan D-Bus arguments before authenticating requestThomas Haller2020-04-031-23/+23
| * wifi: drop workaround for bad values in nm_platform_wifi_get_quality()Thomas Haller2020-04-031-6/+2
| * wifi: cleanup periodic_update() in "nm-device-wifi.c"Thomas Haller2020-04-032-28/+41
| * wifi/trivial: rename function nm_supplicant_interface_state_is_operational() ...Thomas Haller2020-04-035-12/+12
| * wifi: fix and improve handling of Wi-Fi scanning stateThomas Haller2020-04-033-81/+72
| * wifi: print age of Wi-Fi access point with milliseconds precisionThomas Haller2020-04-034-19/+31
| * wifi/trivial: rename field NMDeviceWifiPrivate.last_scan to last_scan_msecThomas Haller2020-04-031-6/+7
| * supplicant: cleanup notify signals for combined properties in supplicant (2)Thomas Haller2020-04-031-42/+37
| * supplicant: cleanup notify signals for combined properties in supplicantThomas Haller2020-04-031-30/+43
| * supplicant: log message whenever we request scanningThomas Haller2020-04-031-4/+6
| * cli: fix `nmcli device wifi list --rescan=yes` to waitThomas Haller2020-04-031-2/+1
| * shared: cleanup _get_hash_key_init() and better explain the reasoningThomas Haller2020-04-032-44/+49
| * shared: add nm_pgbytes_hash()/nm_pgbytes_equal()Thomas Haller2020-04-032-0/+27
| * shared: add nm_hash_mem() helperThomas Haller2020-04-031-0/+12
| * shared: accept empty buffer for nm_hash_update()Thomas Haller2020-04-031-2/+1
|/
* IPv6 SLAAC: Honor small PIO Valid LifetimesFernando Gont2020-04-022-26/+18
* gitlab-ci: use old meson version on Ubuntu 16.04 to work with ninja-1.5.1Thomas Haller2020-04-021-1/+2
* contrib/rpm: avoid bare words in spec fileThomas Haller2020-04-021-2/+2
* gitlab-ci: set DEBIAN_FRONTEND=noninteractive for `apt-get install`Thomas Haller2020-04-021-2/+2
* all: merge branch 'th/strtoll-workaround'Thomas Haller2020-04-029-35/+186
|\
| * all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()th/strtoll-workaroundThomas Haller2020-04-013-24/+8
| * shared: add nm_g_ascii_strtoull() to workaround bugThomas Haller2020-04-012-0/+53
| * shared: add nm_g_ascii_strtod() to workaround bugThomas Haller2020-04-012-0/+40
| * shared: add nm_g_ascii_strtoll() to workaround bugThomas Haller2020-04-012-0/+70
| * device/bluetooth: avoid g_ascii_strtoull() to parse capabilitiesThomas Haller2020-04-011-1/+1
| * ifupdown: use _nm_utils_ascii_str_to_int64() for converting netmask to stringThomas Haller2020-04-011-7/+4
| * ifcfg-rh/tests: add unit test for reading DEVTIMEOUT (connection.wait-device-...Thomas Haller2020-04-012-0/+5
| * ifcfg: strip whitespaces around "DEVTIMEOUT"Thomas Haller2020-04-011-2/+4
| * initrd: fix setting VLan ID in reader_parse_vlan()Thomas Haller2020-04-011-1/+1
|/
* man: clarify description of keyfiles in `man nm-settings-keyfile`Thomas Haller2020-04-011-3/+5
* ndisc/trivial: stype fixes in receive_ra()Thomas Haller2020-04-011-2/+6
* IPv6 SLAAC: Clamp received PIO and RIO Lifetime ValuesFernando Gont2020-04-011-6/+19
* shared: add assertions to _parse_legacy_addr4() and _nm_utils_ascii_str_to_in...Thomas Haller2020-03-311-2/+23
* libnm: ignore "Peer" property on Device.Veth interfaceThomas Haller2020-03-301-0/+3