summaryrefslogtreecommitdiff
path: root/src/core/settings
Commit message (Expand)AuthorAgeFilesLines
* hostname: rename nm_hostname_manager_write_hostname() to set_static_hostname()Thomas Haller2022-10-271-2/+2
* dns: accept DoT SNI server name in "ipv[46].dns" settingsThomas Haller2022-10-275-20/+43
* style: various minor adjustmentsThomas Haller2022-10-251-1/+1
* core: use new rerequest infrastructureAlexander Elbs2022-10-251-2/+4
* glib-aux: add and use nm_uuid_generate_from_strings_old()Thomas Haller2022-10-111-2/+1
* all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-031-1/+2
* glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-031-1/+1
* glib-aux: swap arguments for nm_array_find_bsearch()Thomas Haller2022-09-281-1/+1
* glib-aux: rename nm_utils_array_find_binary_search() to nm_array_bsearch()Thomas Haller2022-09-281-6/+6
* ifcfg-rh: rework error handling in parse_infiniband_p_key()wl/ifcfgThomas Haller2022-09-071-22/+20
* ipoib: skip validating the DEVICE when reading the ifcfg fileWen Liang2022-09-073-28/+72
* infiniband: avoid normalizing the p-key when reading from ifcfgWen Liang2022-09-071-1/+0
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-254-31/+29
* all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-094-1/+12
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-062-15/+15
* all: make "ipv6.addr-gen-mode" configurable by global defaultThomas Haller2022-06-2935-36/+46
* libnm,core: add support for {rto_min,quickack,advmss} route attributesBeniamino Galvani2022-06-274-3/+28
* ifcfg-rh: support reading boolean route attributesBeniamino Galvani2022-06-271-0/+24
* all: use internal _nm_utils_ip4_netmask_to_prefix()Thomas Haller2022-06-272-3/+3
* ifcfg-rh: fix serializing lock route attributesThomas Haller2022-06-271-4/+5
* ifcfg-rh: in get_route_attributes_string() check prefix for "lock" namesThomas Haller2022-06-271-1/+1
* ifcfg-rh: fix wrong type for vint64 variableFernando Fernandez Mancera2022-06-161-3/+4
* libnm: support wait-activation-delay propertyFernando Fernandez Mancera2022-06-164-1/+9
* ifcfg: set errno for svGetValueEnum() to detect unset valuesThomas Haller2022-06-071-0/+3
* core/hostname: avoid blocking calls in NMHostnameManager setting static hostnameThomas Haller2022-05-301-25/+80
* core: minor cleanup in hostname codeThomas Haller2022-05-301-6/+8
* core: fix unsetting static hostname via empty argumentThomas Haller2022-05-301-2/+2
* ifcfg-rh: add support for ipv4.link-localAdrian Freihofer2022-05-277-2/+61
* core/connection: ensure wired settings are around for bridgesLubomir Rintel2022-05-101-0/+6
* all: avoid using systemd path utilsThomas Haller2022-04-201-6/+4
* settings: use GSource instead of numeric ID in NMSettingsThomas Haller2022-04-201-25/+28
* settings: fix assertion failure in NMSettings' _startup_complete_check()Thomas Haller2022-04-201-2/+2
* ifcfg-rh: move code around in write_8021x_setting()Thomas Haller2022-04-061-8/+8
* ifcfg-rh/trivial: add fixme comments about lossy write/read of propertiesThomas Haller2022-04-061-2/+10
* settings-connection: add a "plugin" argument to Update2()Lubomir Rintel2022-03-284-9/+70
* settings: add "plugin" argument to AddAndActivate2()Lubomir Rintel2022-03-282-4/+44
* core: use nm_dbus_manager_lookup_object_with_type()Thomas Haller2022-03-131-2/+4
* core: fall back to loading all known settings pluginsBeniamino Galvani2022-03-061-8/+20
* core: use NM_SHUTDOWN_TIMEOUT_1500_MSECThomas Haller2022-02-241-1/+1
* core/trivial: rename NM_SHUTDOWN_TIMEOUT_MS to NM_SHUTDOWN_TIMEOUT_MAX_MSECThomas Haller2022-02-241-1/+1
* all: suppress wrong gcc-12 warning "-Wdangling-pointer"Thomas Haller2022-02-212-1/+6
* keyfile: for keyfile owner check allow root and euidThomas Haller2022-01-181-1/+1
* core: move nm_main_utils_get_nm_[ug]id() to "nm-core-utils.h"Thomas Haller2022-01-182-7/+3
* Assert keyfiles are owned by euid, not rootJustin Spencer2022-01-181-1/+3
* Write keyfiles as euid / egid instead of 0 / 0 (root / root)Justin Spencer2022-01-181-2/+4
* all: don't use strlen() to check whether string is empty/non-emptyThomas Haller2022-01-181-3/+3
* core: rename related things explicitly to "static-hostname"Thomas Haller2022-01-102-17/+22
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-2940-3002/+3002
* libnm: change default value for "dcb.app-fcoe-mode" propertyThomas Haller2021-11-041-1/+0
* ifcfg: always read/write KEY_DCB_APP_FCOE_MODE keyThomas Haller2021-11-042-16/+13