summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm: fix verification of connection:mud-url propertyThomas Haller2020-04-241-9/+24
* libnm: fix API version annotation for nm_setting_connection_get_mud_url()Thomas Haller2020-04-242-2/+4
* dhcp: fix leaking mud_url in NMSettingConnectionThomas Haller2020-04-241-0/+1
* dhcp: rename mudurl to mud_urlThomas Haller2020-04-241-1/+0
* dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-243-0/+61
* cli: unset "ipv[46].never-default" when setting "ipv[46].gateway"Thomas Haller2020-04-221-0/+3
* wireguard: don't let explicit gateway override WireGuard's peer routeThomas Haller2020-04-221-5/+9
* wireguard: suppress automatic "wireguard.peer-routes" for default routes if "...Thomas Haller2020-04-221-1/+5
* libnm: cleanup _nm_utils_dns_option_validate()Thomas Haller2020-04-201-40/+38
* dns: add trust-ad DNS option only if all contributing settings agreeThomas Haller2020-04-201-0/+4
* libnm: document supported "ipv[46].dns-option" valuesThomas Haller2020-04-201-0/+5
* libnm-core: add 'no-reload' and 'trust-ad' resolv.conf optionsBeniamino Galvani2020-04-202-0/+4
* keyfile: cleanup mac_address_parser()Thomas Haller2020-04-151-2/+0
* release: bump version to 1.25.0 (development)1.25.0-devBeniamino Galvani2020-04-101-0/+14
* bond: small cleanupsac/bond_mode_fixAntonio Cardace2020-04-102-27/+36
* nm-setting-bond: also accept bond mode as a numerical idAntonio Cardace2020-04-101-0/+7
* libnm: don't use local variable in _bond_get_option_or_default()Thomas Haller2020-04-101-7/+2
* nm-setting-bridge: add 'multicast-querier' bridge optionac/bridge_optionsAntonio Cardace2020-04-062-0/+51
* nm-setting-bridge: add 'multicast-query-use-ifaddr' bridge optionAntonio Cardace2020-04-062-34/+85
* nm-setting-bridge: add 'multicast-router' bridge optionAntonio Cardace2020-04-063-0/+101
* nm-setting-bridge: add 'vlan-stats-enabled' bridge optionAntonio Cardace2020-04-062-14/+63
* nm-setting-bridge: add 'vlan-protocol' bridge optionAntonio Cardace2020-04-063-0/+77
* nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-065-11/+210
* nm-setting-bridge: hide GObject structs from public API and embed private dataAntonio Cardace2020-04-062-18/+16
* shared: add nm_utils_escaped_tokens_options_*() APIThomas Haller2020-04-041-0/+328
* libnm: convert vpn-secrets to D-Bus in stable orderThomas Haller2020-04-041-16/+17
* libnm: avoid cloning secrets during vpn_secrets_from_dbus()Thomas Haller2020-04-041-4/+19
* libnm: refactor property setters of data and secrets in NMSettingVpnThomas Haller2020-04-041-28/+34
* libnm: allow setting empty vpn.secrets itemThomas Haller2020-04-042-24/+12
* libnm: allow setting empty vpn.data itemThomas Haller2020-04-042-8/+14
* libnm: ensure we have no empty secret keys in NMSettingVpnThomas Haller2020-04-041-5/+13
* libnm: ensure we have no empty data keys in NMSettingVpnThomas Haller2020-04-041-2/+10
* libnm: allocate "secrets" hash for NMSettingVpn lazilyThomas Haller2020-04-041-36/+56
* libnm: allocate "data" hash for NMSettingVpn lazilyThomas Haller2020-04-041-29/+47
* libnm: fail get_secret_flags(),set_secret_flags() for empty secret name in NM...Thomas Haller2020-04-041-0/+16
* libnm: make NMSettingVpn's foreach_item_helper() robust against changesThomas Haller2020-04-041-29/+25
* libnm: use streq() instead of strcmp() for NMSettingVpnThomas Haller2020-04-041-3/+3
* libnm: drop unrechable g_warn_if_fail() assertion from NMSettingVpn's update_...Thomas Haller2020-04-041-9/+0
* libnm: avoid strlen() to determine whether a string is emptyThomas Haller2020-04-041-7/+7
* libnm: use NM_STR_HAS_SUFFIX() in nm-setting-vpn.c's aggregate()Thomas Haller2020-04-041-1/+1
* libnmm,shared: extract and move nm_utils_strdict_to_variant_ass() to sharedThomas Haller2020-04-041-47/+1
* shared: add NM_UTILS_STR_UTF8_SAFE_FLAG_SECRET flagThomas Haller2020-04-031-3/+4
* all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()th/strtoll-workaroundThomas Haller2020-04-011-2/+2
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-282-0/+4
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-172-0/+4
* | tests: replace NMTST_SWAP() by new NM_SWAP() macroThomas Haller2020-03-261-3/+3
* | Add domain_match mode for wifi certificate domain comparisonNiklas Goerke2020-03-232-0/+111
* | libnm-core: slightly improve sriov setting documentationBeniamino Galvani2020-03-231-1/+2
* | libnm-core: remove trailing dot from setting descriptionBeniamino Galvani2020-03-234-4/+4
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-236-11/+11