summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-03libnm/crypto: add OpenSSL crypto backendth/opensslThomas Haller4-4/+356
2022-11-03tests: add tests for generating stable UUIDs for keyfile/initrdThomas Haller2-5/+25
2022-11-03all: fix generating UUIDs for stringThomas Haller1-4/+4
2022-11-02release: bump version to 1.41.4 (development)1.41.4-devThomas Haller2-2/+2
2022-11-02initrd/tests: add unit test for autoconnect-priority settingThomas Haller2-0/+18
2022-11-02all: update references to our mailing listThomas Haller3-3/+4
2022-10-31gitignore: ignore "po/.Makefile.patched" fileThomas Haller1-0/+2
2022-10-31build: merge branch 'th/gen-metadata-nm-settings-libnm-core'Thomas Haller11-48/+1359
2022-10-31libnm: generate "gen-metadata-nm-settings-libnm-core.xml" with meta dataThomas Haller5-0/+1312
2022-10-31nmcli: rename "generate-docs-nm-settings-nmcli" to "gen-metadata-nm-settings-...Thomas Haller6-36/+38
2022-10-31build: pass both filenames to "tools/check-compare-generated.sh" scriptThomas Haller4-14/+11
2022-10-31build/meson fix "gen-metadata-nm-settings-nmcli.xml.in" without enable_docsThomas Haller1-1/+1
2022-10-29std-aux: fix build error due to __assert_fail() missing with NDEBUGThomas Haller1-1/+5
2022-10-28libnm: merge branch 'th/libnm-fix-compare-dns'Thomas Haller7-27/+129
2022-10-28libnm: minor refactoring on property_to_dbus() and add commentThomas Haller1-21/+26
2022-10-28libnm: fix comparing "ipv[46].dns" propertiesThomas Haller5-5/+21
2022-10-28libnm: fix _nm_setting_property_compare_fcn_default() for "to_dbus_only_in_ma...Thomas Haller1-1/+2
2022-10-28libnm/tests: test comparing "ipv[46].dns" propertiesThomas Haller1-0/+80
2022-10-28libnm/tests: use g_assert_cmpint() in ensure_diffs() testThomas Haller1-3/+3
2022-10-28build/autotools: adjust hack for gettext() for other Makefile versionsThomas Haller1-1/+2
2022-10-28cli: cleanup connecting state change signalThomas Haller1-9/+34
2022-10-27platform/tests: don't use translations in test toolThomas Haller1-2/+2
2022-10-27hostname: rename nm_hostname_manager_write_hostname() to set_static_hostname()Thomas Haller3-22/+25
2022-10-27glib-aux: add nm_dbus_connection_call_get() helperThomas Haller2-0/+37
2022-10-27dns: merge branch 'th/dot-sni'Thomas Haller52-696/+1318
2022-10-27NEWS: updateThomas Haller1-0/+2
2022-10-27libnm: unify IPv4/IPv6 forms of DNS to GVariant helperThomas Haller4-54/+31
2022-10-27dns/resolved: set DoT server name (SNI) in systemd-resolvedThomas Haller4-34/+116
2022-10-27dns/resolved: cleanup detection of supported API in "nm-dns-systemd-resolved.c"Thomas Haller1-26/+28
2022-10-27core: extend NML3ConfigData:nameserver to track DNS as stringThomas Haller19-205/+249
2022-10-27dns: accept DoT SNI server name in "ipv[46].dns" settingsThomas Haller15-54/+424
2022-10-27nmcli: drop validation of DNS name in nmcliThomas Haller1-19/+0
2022-10-27libnm: fix inconsistencies and assertions of "ipv[46].dns" handingThomas Haller4-65/+79
2022-10-27wifi/iwd: merge ip[46]_config_to_iwd_config()Thomas Haller1-89/+63
2022-10-27libnm: add "dns-data" replacement for "ipv[46].dns" properties on D-BusThomas Haller3-21/+85
2022-10-27libnm: rework _nm_setting_use_legacy_property() to minimize dictionary lookupsThomas Haller1-11/+57
2022-10-27libnm: refactor to-dbus on the client skipping to serialize legacy propertiesThomas Haller6-19/+29
2022-10-27libnm: cleanup from/to dbus callbacks in ip[46]-configThomas Haller2-44/+35
2022-10-27libnm: mark deprecated D-Bus properties in meta dataThomas Haller11-30/+48
2022-10-27libnm: add NMSettInfoProperty.{,dbus_}deprecated flag to mark deprecated prop...Thomas Haller1-0/+31
2022-10-27libnm: add extra arguments to _nm_properties_override_dbus()Thomas Haller1-4/+8
2022-10-27libnm: rename internal to/from dbus functionsThomas Haller11-84/+96
2022-10-26policy: refactor all_devices_not_active() to any_devices_active()Thomas Haller1-4/+4
2022-10-26core: merge branch 'bg/ipv6-dad'Beniamino Galvani9-106/+271
2022-10-26dhcp: improve detection of DADFAILED addressesBeniamino Galvani1-21/+22
2022-10-26ndisc: log DAD failures at info levelBeniamino Galvani1-4/+4
2022-10-26device: generate a new AC6 address when DAD failsBeniamino Galvani1-12/+30
2022-10-26device: use nm_l3cfg_check_ready() in _dev_ipac6_ndisc_config_changed()Beniamino Galvani1-20/+7
2022-10-26ndisc: accept multiple addresses in nm_ndisc_dad_failed()Beniamino Galvani2-13/+20
2022-10-26core: return conflicting addresses from nm_l3cfg_check_ready()Beniamino Galvani3-8/+40