summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-235-11/+11
* | libnm: enable macros for marking sync libnm methods as deprecatedThomas Haller2020-03-231-4/+5
* | libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-233-4/+4
* | nm-setting-bond: don't take default values into account when comparing optionsAntonio Cardace2020-03-192-18/+9
* | libnm-core: fix wording for 'nm_sett_info_propert_type_mac_addrees'Antonio Cardace2020-03-199-10/+10
* | libnm-core: minor cleanup checks in "nm-setting-adsl.c"'s verify()Thomas Haller2020-03-171-8/+8
* | libnm: fix nm_vpn_plugin_info_list_find_service_type()Thomas Haller2020-03-151-2/+0
* | libnm: hide NMVpnPluginInfo structs from public APIThomas Haller2020-03-142-22/+15