summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* dns: change default DNS priority of VPNs to -50Beniamino Galvani2020-10-091-1/+1
* all: add trailing semicolon after NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()Thomas Haller2020-10-081-2/+3
* libnm/trivial: fix indentation for NMSettingWirelessWakeOnWLan enumThomas Haller2020-09-291-16/+16
* all: use C-style comments for "clang-format on|off"Thomas Haller2020-09-293-6/+6
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-29153-153/+153
* libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-294-210/+295
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-294-61/+61
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-2870-6138/+6138
* all: reformat all with new clang-format styleAntonio Cardace2020-09-28153-61085/+63545
* libnm-core: turn off clang-format for 'glib-mkenums'Antonio Cardace2020-09-283-25/+31
* shared,libnm: avoid mixing signed and unsigned integers in netmask_to_prefix(...Thomas Haller2020-09-241-3/+3
* libnm: relax asserting argument for nm_utils_hwaddr_len()Thomas Haller2020-09-231-6/+8
* shared: move nm_utils_hwaddr_ntoa_buf() to shared/ as _nm_utils_hwaddr_ntoa()Thomas Haller2020-09-232-14/+0
* shared: move _nm_utils_hwaddr_aton() to shared/Thomas Haller2020-09-232-40/+7
* libnm: cleanup nm_utils_hwaddr_canonical() and nm_utils_hwaddr_valid()Thomas Haller2020-09-231-21/+17
* all/style: remove duplicate semicolon (";;") in sourcesThomas Haller2020-09-233-5/+5
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-8/+8
* libnm: hide nm_setting_ip_config_next_valid_dns_option() function from headersThomas Haller2020-09-223-4/+3
* shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller2020-09-221-2/+2
* libnm: mark static buffer for nm_utils_inet[46]_ntop() as thread localThomas Haller2020-09-151-5/+7
* libnm/doc: improve description for ipv[46].dns-priority and ipv[46].dns-searc...Thomas Haller2020-09-141-22/+44
* libnm,core: deprecate "active_slave" and alias it for "primary"Thomas Haller2020-09-101-2/+13
* libnm: allow setting "primary" option with modes "tlb" and "alb"Thomas Haller2020-09-101-1/+3
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-023-13/+13
* man: explain "/var/lib/NetworkManager/secret-key" in `man NetworkManager`Thomas Haller2020-09-021-0/+1
* libnm: fix order of includes in "libnm-core/nm-libnm-core-intern/nm-libnm-cor...Thomas Haller2020-09-011-3/+2
* core: add 'dhcp-vendor-class-identifier' validation functionAntonio Cardace2020-09-013-45/+60
* all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-263-0/+161
* libnm-core: use nm_strvarray_remove_first()Beniamino Galvani2020-08-261-44/+16
* libnm-core,clients: add support for ipv4.dhcp-vendor-class-identifier optionAntonio Cardace2020-08-263-25/+131
* shared: enforce compatible C-type argument for nm_utils_strv_dup()Thomas Haller2020-08-251-1/+1
* platform: use netlink for configuring bridge settingsSayed Shah2020-08-201-0/+3
* all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-175-6/+23
* platform: add support for configuring bridge settings via netlink (2)Sayed Shah2020-08-141-4/+4
* settings: rework wait-device-timeout handling and consider device compatibilityThomas Haller2020-08-121-19/+4
* libnm/docs: fix doc for D-Bus format of "ipv6.route-data"Thomas Haller2020-08-101-1/+1
* platform: add support for configuring bridge settings via netlinkSayed Shah2020-08-071-0/+4
* keyfile: use NM_STR_HAS_SUFFIX_ASCII_CASE_WITH_MORE() to check filename suffixThomas Haller2020-08-071-25/+7
* shared: change NM_SWAP() macro to take pointer argumentsThomas Haller2020-08-061-3/+3
* shared: move nm_utils_is_power_of_two() to nm-stdaux and add nm_utils_is_powe...Thomas Haller2020-07-311-1/+12
* libnm-core: avoid compiler warning in nm_connection_to_dbus_full()tk9063282020-07-241-1/+1
* libnm-core: support 'clsact' qdiscBeniamino Galvani2020-07-232-2/+10
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-193-11/+11
* libnm: fix -Werror=maybe-uninitialized warning _setting_bond_validate_option()Thomas Haller2020-07-131-0/+2
* libnm: add _nm_setting_bond_mode_from_string() to nm-libnm-core-internThomas Haller2020-07-114-36/+37
* cli: fix alternating miimon/arp_interval settings for bond options in nmcliThomas Haller2020-07-113-1/+25
* libnm,core: fix handling miimon and arp_interval as conflicting kernel optionsThomas Haller2020-07-101-30/+26
* libnm: don't fail assertion for _bond_get_option_normalized() with invalid bo...Thomas Haller2020-07-101-1/+5
* libnm: cleanup validating bond option "arp_ip_target"Thomas Haller2020-07-101-87/+79
* libnm: add nm_utils_bond_option_arp_ip_targets_split() helperThomas Haller2020-07-102-0/+12