summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ip-config.c
Commit message (Expand)AuthorAgeFilesLines
* dns: change default DNS priority of VPNs to -50bg/dns-vpnBeniamino Galvani2020-10-091-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-291-6/+6
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-352/+352
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-3348/+3454
* all/style: remove duplicate semicolon (";;") in sourcesThomas Haller2020-09-231-2/+2
* libnm: hide nm_setting_ip_config_next_valid_dns_option() function from headersThomas Haller2020-09-221-2/+0
* libnm/doc: improve description for ipv[46].dns-priority and ipv[46].dns-searc...Thomas Haller2020-09-141-22/+44
* all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-261-0/+146
* all: fix minor typosYuri Chornoivan2020-07-071-2/+2
* all: fix typo in man pagesSayed Shah2020-07-031-4/+4
* libnm: use NMStrBuf in nm_ip_routing_rule_to_string()Thomas Haller2020-06-261-66/+67
* libnm: ensure stable behavior in _nm_ip_route_attribute_validate_all()Thomas Haller2020-06-191-5/+14
* setting-ip-config: validate route attributes in verify()Antonio Cardace2020-06-161-0/+14
* platform: add support for local routesAntonio Cardace2020-06-161-2/+41
* shared: support stripping whitespace from nm_utils_buf_utf8safe_unescape()Thomas Haller2020-05-131-1/+1
* libnm/doc: clarify use of "ipv[46].gateway in nm-settings manualThomas Haller2020-04-261-2/+6
* cli: unset "ipv[46].never-default" when setting "ipv[46].gateway"Thomas Haller2020-04-221-0/+3
* 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-201-0/+2
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-171-1/+1
* libnm/doc: explain values for dhcp-timeout settingThomas Haller2020-02-171-1/+5
* core: for WireGuard devices use a default dns-priority of 50 (like for VPNs)Thomas Haller2020-02-121-1/+1
* libnm-core: fix documentation of dns-priority propertyBeniamino Galvani2020-02-121-3/+4
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-281-12/+12
* libnm: use nm_utils_addr_family_to_size() in "nm-setting-ip-config.c"Thomas Haller2020-01-281-16/+3
* libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-241-13/+8
* libnm: sort fields in NMSetting structures by size and alignmentThomas Haller2019-12-241-16/+16
* libnm: add nm_ip_address_cmp_full() functionThomas Haller2019-11-281-32/+47
* libnm: add ipvx.dhcp-hostname-flags propertiesBeniamino Galvani2019-11-281-0/+83
* all: add support for "scope" attribute for IPv4 routesThomas Haller2019-11-281-0/+1
* libnm: lookup route attributes attribute spec via binary searchThomas Haller2019-11-271-17/+12
* all: support 'stable' DHCP IAIDbg/dhcp-iaid-rh1749358Beniamino Galvani2019-11-111-8/+10
* all: add ipvX.dhcp-iaid propertiesBeniamino Galvani2019-11-111-0/+63
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-301-13/+13
* libnm: replace _properties_override_add_override() with _properties_override_...Thomas Haller2019-09-301-6/+6
* libnm: replace _properties_override_add_dbus_only() with _properties_override...Thomas Haller2019-09-301-5/+7
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: allow configuring default-routes as manual, static routesThomas Haller2019-08-131-10/+1
* libnm: avoid heap allocation for checking valid routes in nm_ip_route_attribu...Thomas Haller2019-08-131-11/+14
* libnm: when stringifying policy routing rule place "not" specifier after "pri...Thomas Haller2019-08-051-4/+5
* all: codespell fixesLubomir Rintel2019-07-241-3/+3
* libnm,core: add support for "suppress_prefixlength" rule attributeThomas Haller2019-07-161-67/+148
* libnm: accept special table names for policy-routingThomas Haller2019-07-161-3/+12
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+2
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-111-3/+3
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0