summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: update NEWSth/libnm-setting-vpn-cleanupThomas Haller2020-04-031-0/+4
* cli: support backslash escaping for cli options like vpn.data, vpn.secrets, b...Thomas Haller2020-04-031-59/+63
* cli: simplify _value_strsplit() by using nm_utils_strsplit_set_full()Thomas Haller2020-04-031-29/+8
* cli: allow setting VPN data and secrets to empty valuesThomas Haller2020-04-031-2/+0
* shared: add nm_utils_escaped_tokens_options_*() APIThomas Haller2020-04-033-0/+454
* shared: add flags for nm_utils_escaped_tokens_escape_full()Thomas Haller2020-04-032-27/+163
* shared: refactor initializing character lookup tables for strsplitThomas Haller2020-04-031-8/+21
* shared/trivial: improve code comments about NMUtilsStrsplitSetFlags flagsThomas Haller2020-04-032-13/+21
* shared: add nm_str_is_stripped() utilThomas Haller2020-04-031-0/+11
* shared/tests: add nmtst_get_rand_word_length()Thomas Haller2020-04-031-0/+63
* libnm: convert vpn-secrets to D-Bus in stable orderThomas Haller2020-04-031-16/+17
* libnm: avoid cloning secrets during vpn_secrets_from_dbus()Thomas Haller2020-04-031-4/+19
* libnm: refactor property setters of data and secrets in NMSettingVpnThomas Haller2020-04-031-28/+34
* libnm: allow setting empty vpn.secrets itemThomas Haller2020-04-032-24/+12
* libnm: allow setting empty vpn.data itemThomas Haller2020-04-032-8/+14
* libnm: ensure we have no empty secret keys in NMSettingVpnThomas Haller2020-04-031-5/+13
* libnm: ensure we have no empty data keys in NMSettingVpnThomas Haller2020-04-031-2/+10
* libnm: allocate "secrets" hash for NMSettingVpn lazilyThomas Haller2020-04-031-36/+56
* libnm: allocate "data" hash for NMSettingVpn lazilyThomas Haller2020-04-031-29/+47
* libnm: fail get_secret_flags(),set_secret_flags() for empty secret name in NM...Thomas Haller2020-04-031-0/+16
* libnm: make NMSettingVpn's foreach_item_helper() robust against changesThomas Haller2020-04-031-29/+25
* libnm: use streq() instead of strcmp() for NMSettingVpnThomas Haller2020-04-031-3/+3
* libnm: drop unrechable g_warn_if_fail() assertion from NMSettingVpn's update_...Thomas Haller2020-04-031-9/+0
* libnm: avoid strlen() to determine whether a string is emptyThomas Haller2020-04-031-7/+7
* libnm: use NM_STR_HAS_SUFFIX() in nm-setting-vpn.c's aggregate()Thomas Haller2020-04-031-1/+1
* shared: add nm_g_hash_table_*() utils for accepting %NULL hash argumentThomas Haller2020-04-031-0/+20
* libnmm,shared: extract and move nm_utils_strdict_to_variant_ass() to sharedThomas Haller2020-04-033-47/+59
* 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