summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initrd: support infiniband pkeysbg/initrd-ib-pkeyBeniamino Galvani2021-07-263-0/+98
* wifi: change auth-alg form "open" to NULL when authentication is wpa3xiangnian2021-07-261-18/+3
* libnm: merge branch 'th/setting-more-direct'Thomas Haller2021-07-2324-735/+1070
|\
| * libnm: add from_dbus_fcn for direct NMSettingIPConfig.gateway propertyThomas Haller2021-07-233-17/+38
| * libnm: add from_dbus_fcn for direct propertiesThomas Haller2021-07-235-19/+227
| * libnm: add from_dbus_fcn for direct mac-address propertiesThomas Haller2021-07-232-19/+44
| * libnm: add _nm_property_variant_to_gvalue() helperThomas Haller2021-07-234-16/+82
| * libnm: implement special setter for direct string property for ip addressThomas Haller2021-07-2310-23/+44
| * libnm: implement special setter for direct string property for mac addressThomas Haller2021-07-2311-156/+113
| * libnm: implement special setter for direct string property via g_ascii_strdown()Thomas Haller2021-07-234-30/+35
| * libnm: use direct properties for NMSettingTunThomas Haller2021-07-231-112/+35
| * libnm: use direct properties for NMSettingConnectionThomas Haller2021-07-231-88/+101
| * libnm: use direct properties for NMSettingOvsPortThomas Haller2021-07-231-132/+69
| * libnm: use direct properties for NMSettingWpanThomas Haller2021-07-231-78/+47
| * libnm: use direct properties for NMSettingBluetoothThomas Haller2021-07-231-38/+12
| * libnm: add nm_sett_info_propert_type_direct_int32 property typeThomas Haller2021-07-234-14/+143
| * libnm: add nm_sett_info_propert_type_direct_mac_addressThomas Haller2021-07-2313-109/+190
| * libnm: normalize mac-address properties in GObject property setterThomas Haller2021-07-233-3/+5
| * glib-aux: add NM_G_PARAM_SPEC_GET_DEFAULT_INT() helperThomas Haller2021-07-231-0/+4
|/
* cloud-setup,glib-aux: merge branch 'th/cloud-setup-logging'Thomas Haller2021-07-235-78/+81
|\
| * glib-aux: use nm_vsprintf_buf_or_alloc() to stack allocate logging message in...Thomas Haller2021-07-231-7/+6
| * glib-aux,cloud-setup: add _nm_logging_enabled*() helper APIThomas Haller2021-07-234-28/+32
| * cloud-setup: link with libnm-log-nullThomas Haller2021-07-233-6/+4
| * cloud-setup: use _nm_log_simple_printf() for plain loggingThomas Haller2021-07-232-44/+2
| * glib-aux: add _nm_log_simple_printf() helperThomas Haller2021-07-232-0/+44
|/
* initrd: fix handling "ip=single-dhcp:..." in reader_parse_ip()Thomas Haller2021-07-231-0/+1
* initrd: honor "ip=single-dhcp" option as alias for "dhcp"Thomas Haller2021-07-231-1/+1
* gitlab-ci: regenerate ci-templates's containersThomas Haller2021-07-212-6/+6
* core: merge branch 'th/external-routes-no-sync'Thomas Haller2021-07-216-62/+121
|\
| * platform: don't add routes that are tracked as external routesThomas Haller2021-07-211-10/+34
| * platform: mark routes in NMPlatform cache as "external"Thomas Haller2021-07-213-48/+60
| * core: preserve "is_external" route flag during _nm_ip_config_add_obj()Thomas Haller2021-07-211-0/+5
| * platform: add is-external flag to NMPlatformIPRouteThomas Haller2021-07-212-4/+22
|/
* cloud-setup: configure secondary ip in Aliyun cloudWen Liang2021-07-197-0/+565
* glib-aux: add nm_g_unix_signal_add_source() helperThomas Haller2021-07-191-0/+8
* build: merge branch 'th/build-libreadline'Thomas Haller2021-07-193-84/+105
|\
| * build/meson: cleanup handling of libreadline build optionThomas Haller2021-07-191-10/+13
| * build: rework libreadline detection in autotoolsThomas Haller2021-07-192-74/+92
|/
* all: merge branch 'th/ascii-control-chars'Thomas Haller2021-07-198-53/+153
|\
| * libnm: use nm_ascii_is_regular() in _keyfile_key_encode()Thomas Haller2021-07-191-2/+2
| * libnm: use nm_ascii_is_ctrl_or_del() in nm_utils_fixup_product_string() to pr...Thomas Haller2021-07-191-1/+1
| * libnm: fix clearing parentheses in nm_utils_fixup_product_string()Thomas Haller2021-07-192-31/+34
| * ifcfg: also ANSIC escape DEL character in ifcfg writerThomas Haller2021-07-191-7/+8
| * ifcfg: use nm_ascii_is_ctrl() helper in shvar.cThomas Haller2021-07-191-4/+4
| * glib-aux: also backslash escape ASCII DEL character in nm_utils_buf_utf8safe_...Thomas Haller2021-07-192-4/+8
| * glib-aux: fix handling ASCII control characters in nm_utils_buf_utf8safe_esca...Thomas Haller2021-07-192-33/+17
| * libnm/tests: add test for broken behavior of nm_utils_bin_utf8safe_escape()Thomas Haller2021-07-191-5/+35
| * glib-aux: add nm_ascii_is_ctrl() helper (and similar)Thomas Haller2021-07-192-0/+78
|/
* build/meson: fix when crypto libraries are builtMaxine Aubrey2021-07-181-16/+20
* libnm: merge branch 'th/setting-compare-hook'Thomas Haller2021-07-1630-954/+1495
|\