summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nm-setting: mangle public constant to make g-ir-scanner happylr/sad-gir-scannerLubomir Rintel2022-11-032-3/+16
* libnm: export nm_setting_ip_config_get_dhcp_iaidLubomir Rintel2022-11-033-2/+3
* tests: add tests for generating stable UUIDs for keyfile/initrdThomas Haller2022-11-032-5/+25
* all: fix generating UUIDs for stringThomas Haller2022-11-031-4/+4
* release: bump version to 1.41.4 (development)1.41.4-devThomas Haller2022-11-022-2/+2
* initrd/tests: add unit test for autoconnect-priority settingThomas Haller2022-11-022-0/+18
* all: update references to our mailing listThomas Haller2022-11-023-3/+4
* gitignore: ignore "po/.Makefile.patched" fileThomas Haller2022-10-311-0/+2
* build: merge branch 'th/gen-metadata-nm-settings-libnm-core'Thomas Haller2022-10-3111-48/+1359
|\
| * libnm: generate "gen-metadata-nm-settings-libnm-core.xml" with meta dataThomas Haller2022-10-315-0/+1312
| * nmcli: rename "generate-docs-nm-settings-nmcli" to "gen-metadata-nm-settings-...Thomas Haller2022-10-316-36/+38
| * build: pass both filenames to "tools/check-compare-generated.sh" scriptThomas Haller2022-10-314-14/+11
| * build/meson fix "gen-metadata-nm-settings-nmcli.xml.in" without enable_docsThomas Haller2022-10-311-1/+1
|/
* std-aux: fix build error due to __assert_fail() missing with NDEBUGThomas Haller2022-10-291-1/+5
* libnm: merge branch 'th/libnm-fix-compare-dns'Thomas Haller2022-10-287-27/+129
|\
| * libnm: minor refactoring on property_to_dbus() and add commentThomas Haller2022-10-281-21/+26
| * libnm: fix comparing "ipv[46].dns" propertiesThomas Haller2022-10-285-5/+21
| * libnm: fix _nm_setting_property_compare_fcn_default() for "to_dbus_only_in_ma...Thomas Haller2022-10-281-1/+2
| * libnm/tests: test comparing "ipv[46].dns" propertiesThomas Haller2022-10-281-0/+80
| * libnm/tests: use g_assert_cmpint() in ensure_diffs() testThomas Haller2022-10-281-3/+3
|/
* build/autotools: adjust hack for gettext() for other Makefile versionsThomas Haller2022-10-281-1/+2
* cli: cleanup connecting state change signalThomas Haller2022-10-281-9/+34
* platform/tests: don't use translations in test toolThomas Haller2022-10-271-2/+2
* hostname: rename nm_hostname_manager_write_hostname() to set_static_hostname()Thomas Haller2022-10-273-22/+25
* 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