summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xxxxth/hostname-cleanup-2Thomas Haller2022-10-271-75/+226
* glib-aux: add nm_dbus_connection_call_get() helperThomas Haller2022-10-272-0/+37
* dns: merge branch 'th/dot-sni'Thomas Haller2022-10-2752-696/+1318
|\
| * NEWS: updateThomas Haller2022-10-271-0/+2
| * libnm: unify IPv4/IPv6 forms of DNS to GVariant helperThomas Haller2022-10-274-54/+31
| * dns/resolved: set DoT server name (SNI) in systemd-resolvedThomas Haller2022-10-274-34/+116
| * dns/resolved: cleanup detection of supported API in "nm-dns-systemd-resolved.c"Thomas Haller2022-10-271-26/+28
| * core: extend NML3ConfigData:nameserver to track DNS as stringThomas Haller2022-10-2719-205/+249
| * dns: accept DoT SNI server name in "ipv[46].dns" settingsThomas Haller2022-10-2715-54/+424
| * nmcli: drop validation of DNS name in nmcliThomas Haller2022-10-271-19/+0
| * libnm: fix inconsistencies and assertions of "ipv[46].dns" handingThomas Haller2022-10-274-65/+79
| * wifi/iwd: merge ip[46]_config_to_iwd_config()Thomas Haller2022-10-271-89/+63
| * libnm: add "dns-data" replacement for "ipv[46].dns" properties on D-BusThomas Haller2022-10-273-21/+85
| * libnm: rework _nm_setting_use_legacy_property() to minimize dictionary lookupsThomas Haller2022-10-271-11/+57
| * libnm: refactor to-dbus on the client skipping to serialize legacy propertiesThomas Haller2022-10-276-19/+29
| * libnm: cleanup from/to dbus callbacks in ip[46]-configThomas Haller2022-10-272-44/+35
| * libnm: mark deprecated D-Bus properties in meta dataThomas Haller2022-10-2711-30/+48
| * libnm: add NMSettInfoProperty.{,dbus_}deprecated flag to mark deprecated prop...Thomas Haller2022-10-271-0/+31
| * libnm: add extra arguments to _nm_properties_override_dbus()Thomas Haller2022-10-271-4/+8
| * libnm: rename internal to/from dbus functionsThomas Haller2022-10-2711-84/+96
|/
* policy: refactor all_devices_not_active() to any_devices_active()Thomas Haller2022-10-261-4/+4
* core: merge branch 'bg/ipv6-dad'Beniamino Galvani2022-10-269-106/+271
|\
| * dhcp: improve detection of DADFAILED addressesBeniamino Galvani2022-10-261-21/+22
| * ndisc: log DAD failures at info levelBeniamino Galvani2022-10-261-4/+4
| * device: generate a new AC6 address when DAD failsBeniamino Galvani2022-10-261-12/+30
| * device: use nm_l3cfg_check_ready() in _dev_ipac6_ndisc_config_changed()Beniamino Galvani2022-10-261-20/+7
| * ndisc: accept multiple addresses in nm_ndisc_dad_failed()Beniamino Galvani2022-10-262-13/+20
| * core: return conflicting addresses from nm_l3cfg_check_ready()Beniamino Galvani2022-10-263-8/+40
| * l3cfg: don't accept AF_UNSPEC in nm_l3cfg_check_ready()Beniamino Galvani2022-10-261-28/+31
| * platform: detect dadfailed IPv6 addresses during pruningBeniamino Galvani2022-10-261-0/+8
| * platform: add mechanism to report removed IPv6 addresses that failed DADBeniamino Galvani2022-10-263-2/+111
|/
* platform/tests: merge branch 'th/platform-1'Thomas Haller2022-10-2612-80/+256
|\
| * platform/tests: use nmtst_inet6_from_string() instead of *nmtst_inet6_from_st...Thomas Haller2022-10-267-33/+33
| * platform/tests: add nmtst_inet6_from_string() helperThomas Haller2022-10-261-0/+16
| * platform/tests: rename nmtst_inet6_from_string() to nmtst_inet6_from_string_p()Thomas Haller2022-10-268-37/+37
| * platform/tests: extend monitor tool to dump the state of NMPlatformThomas Haller2022-10-261-0/+161
| * platform/tests: make "external_command" int typeThomas Haller2022-10-262-42/+38
| * glib-aux: add nm_auto_unref_gdatetime cleanup macroThomas Haller2022-10-261-0/+3
|/
* systemd: merge branch systemd into mainThomas Haller2022-10-2510-224/+190
|\
| * systemd: update code from upstream (2022-10-25)Thomas Haller2022-10-2518-1993/+190
* | examples: fix code formatting in "gmaincontext.py"Thomas Haller2022-10-251-1/+1
* | docs: document routing-rules dbus propertiesFernando Fernandez Mancera2022-10-251-1/+6
* | iwd: Register the Netconfig agentAndrew Zaborowski2022-10-254-44/+538
* | all: merge branch 'th/nm-close'Thomas Haller2022-10-259-120/+217
|\ \
| * | main: use helper function to write pid file in nm_main_utils_write_pidfile()Thomas Haller2022-10-251-21/+7
| * | glib-aux: handle errors from close() in nm_utils_file_set_contents()Thomas Haller2022-10-251-1/+11
| * | std-aux: assert against any EBADF error in nm_close()Thomas Haller2022-10-251-1/+11
| * | all: cleanup close() handling and clarify nm_close()/nm_close_with_error()Thomas Haller2022-10-255-53/+103
| * | std-aux: drop assertion and function name from assert() in release modeThomas Haller2022-10-252-0/+22
| * | std-aux,glib-aux: rework nm_assert() implementationsThomas Haller2022-10-252-49/+64