summaryrefslogtreecommitdiff
path: root/src
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-212-6/+2
* 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
* 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-195-0/+503
* glib-aux: add nm_g_unix_signal_add_source() helperThomas Haller2021-07-191-0/+8
* 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: 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: 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
* ifcfg: ANSIC escape non-UTF-8 "strings" and preserve valid unicodeThomas Haller2021-07-151-1/+17
* glib-aux: add nm_str_buf_utf8_validate() helperThomas Haller2021-07-151-0/+7
* device/dhcp: avoid crash by not starting DHCPv6 client without ifindexThomas Haller2021-07-141-2/+9
* cli: Provide optional support for libedit instead of readlineLukasz Majewski2021-07-145-4/+42
* cli: Provide rl_completion_display_matches_hook function only for libreadlineLukasz Majewski2021-07-141-0/+4
* cli: Fix for rl_startup_hook function signatures mismatch (-lreadline vs -ledit)Lukasz Majewski2021-07-143-5/+11
* glib-aux: avoid compiler warning about ignoring getrandom() resultThomas Haller2021-07-141-5/+10
* device: avoid crash setting VPN config during unrealizeThomas Haller2021-07-131-5/+11