summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* glib-aux: use nm_vsprintf_buf_or_alloc() to stack allocate logging message in...th/cloud-setup-loggingThomas Haller2021-07-211-7/+6
* glib-aux,cloud-setup: add _nm_logging_enabled*() helper APIThomas Haller2021-07-214-28/+32
* cloud-setup: link with libnm-log-nullThomas Haller2021-07-213-6/+4
* cloud-setup: use _nm_log_simple_printf() for plain loggingThomas Haller2021-07-212-44/+2
* glib-aux: add _nm_log_simple_printf() helperThomas Haller2021-07-212-0/+44
* 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
|\
| * libnm: always set from_dbus_fcn() property hookThomas Haller2021-07-1619-118/+274
| * libnm: pass full property meta data to from_dbus_fcn() hookThomas Haller2021-07-1612-140/+163
| * libnm: explicitly ignore to-dbus for "name" propertyThomas Haller2021-07-163-24/+57
| * libnm: reorder code in init_from_dbus()Thomas Haller2021-07-161-19/+26
| * libnm: move NMSettInfoProperty.to_dbus_including_default flagThomas Haller2021-07-164-13/+11
| * libnm: drop unused NMSettInfoProperty.gprop_to_dbus_fcn() hookThomas Haller2021-07-163-18/+1
| * libnm: refactor to_dbus_fcn() for "ipv4.dns" propertyThomas Haller2021-07-163-11/+35
| * libnm: refactor to_dbus_fcn() for "ipv6.dns" propertyThomas Haller2021-07-165-13/+46
| * libnm: refactor to_dbus_fcn() for "wifi-sec.wep-key-type" propertyThomas Haller2021-07-161-9/+22
| * libnm: refactor to_dbus_fcn() for "serial.parity" propertyThomas Haller2021-07-161-7/+14
| * libnm: implement "direct" properties for compare_fcn()Thomas Haller2021-07-165-20/+73
| * libnm: add _nm_setting_compare_flags_check() helperThomas Haller2021-07-162-18/+35
| * libnm: special handle "name" properties compare_fcnThomas Haller2021-07-162-8/+14
| * libnm: add special ignore function for NMSettInfoPropertType.compare_fcn()Thomas Haller2021-07-167-12/+44
| * libnm: drop NMSettingClass.compare_property()Thomas Haller2021-07-162-29/+1
| * libnm: refactor NMSettingClass.compare_property() to NMSettInfoPropertType.co...Thomas Haller2021-07-1623-476/+563
| * libnm: add compare_fcn() to property meta dataThomas Haller2021-07-1618-55/+154
| * libnm: pass around property_info instead of property_idx in NMSetting APIThomas Haller2021-07-1623-284/+282
|/
* firewall/nftables: only configure "ip" address familiar for masqueradingThomas Haller2021-07-151-13/+13
* ifcfg: merge branch 'th/ifcfg-warn-invalid'Thomas Haller2021-07-158-12/+191
|\
| * ifcfg: log messages about invalid an unrecognized lines in ifcfg filesThomas Haller2021-07-156-4/+111
| * ifcfg: reject non-UTF-8 at the lowest layer when reading shell variableThomas Haller2021-07-154-7/+56