summaryrefslogtreecommitdiff
path: root/libnm-core
AgeCommit message (Expand)AuthorFilesLines
2020-10-09dns: change default DNS priority of VPNs to -50Beniamino Galvani1-1/+1
2020-09-29libnm/trivial: fix indentation for NMSettingWirelessWakeOnWLan enumThomas Haller1-16/+16
2020-09-29all: use C-style comments for "clang-format on|off"Thomas Haller3-6/+6
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller153-153/+153
2020-09-29libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller4-210/+295
2020-09-29format: manually replace remaining tabs with spaces and reformatThomas Haller4-61/+61
2020-09-28format: replace tabs for indentation in code commentsThomas Haller70-6138/+6138
2020-09-28all: reformat all with new clang-format styleAntonio Cardace153-61085/+63545
2020-09-28libnm-core: turn off clang-format for 'glib-mkenums'Antonio Cardace3-25/+31
2020-09-24shared,libnm: avoid mixing signed and unsigned integers in netmask_to_prefix(...Thomas Haller1-3/+3
2020-09-23libnm: relax asserting argument for nm_utils_hwaddr_len()Thomas Haller1-6/+8
2020-09-23shared: move nm_utils_hwaddr_ntoa_buf() to shared/ as _nm_utils_hwaddr_ntoa()Thomas Haller2-14/+0
2020-09-23shared: move _nm_utils_hwaddr_aton() to shared/Thomas Haller2-40/+7
2020-09-23libnm: cleanup nm_utils_hwaddr_canonical() and nm_utils_hwaddr_valid()Thomas Haller1-21/+17
2020-09-23all/style: remove duplicate semicolon (";;") in sourcesThomas Haller3-5/+5
2020-09-23all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller1-8/+8
2020-09-22libnm: hide nm_setting_ip_config_next_valid_dns_option() function from headersThomas Haller3-4/+3
2020-09-22shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller1-2/+2
2020-09-15libnm: mark static buffer for nm_utils_inet[46]_ntop() as thread localThomas Haller1-5/+7
2020-09-14libnm/doc: improve description for ipv[46].dns-priority and ipv[46].dns-searc...Thomas Haller1-22/+44
2020-09-10libnm,core: deprecate "active_slave" and alias it for "primary"Thomas Haller1-2/+13
2020-09-10libnm: allow setting "primary" option with modes "tlb" and "alb"Thomas Haller1-1/+3
2020-09-02all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller3-13/+13
2020-09-02man: explain "/var/lib/NetworkManager/secret-key" in `man NetworkManager`Thomas Haller1-0/+1
2020-09-01libnm: fix order of includes in "libnm-core/nm-libnm-core-intern/nm-libnm-cor...Thomas Haller1-3/+2
2020-09-01core: add 'dhcp-vendor-class-identifier' validation functionAntonio Cardace3-45/+60
2020-08-26all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani3-0/+161
2020-08-26libnm-core: use nm_strvarray_remove_first()Beniamino Galvani1-44/+16
2020-08-26libnm-core,clients: add support for ipv4.dhcp-vendor-class-identifier optionAntonio Cardace3-25/+131
2020-08-25shared: enforce compatible C-type argument for nm_utils_strv_dup()Thomas Haller1-1/+1
2020-08-20platform: use netlink for configuring bridge settingsSayed Shah1-0/+3
2020-08-17all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller5-6/+23
2020-08-14platform: add support for configuring bridge settings via netlink (2)Sayed Shah1-4/+4
2020-08-12settings: rework wait-device-timeout handling and consider device compatibilityThomas Haller1-19/+4
2020-08-10libnm/docs: fix doc for D-Bus format of "ipv6.route-data"Thomas Haller1-1/+1
2020-08-07platform: add support for configuring bridge settings via netlinkSayed Shah1-0/+4
2020-08-07keyfile: use NM_STR_HAS_SUFFIX_ASCII_CASE_WITH_MORE() to check filename suffixThomas Haller1-25/+7
2020-08-06shared: change NM_SWAP() macro to take pointer argumentsThomas Haller1-3/+3
2020-07-31shared: move nm_utils_is_power_of_two() to nm-stdaux and add nm_utils_is_powe...Thomas Haller1-1/+12
2020-07-24libnm-core: avoid compiler warning in nm_connection_to_dbus_full()tk9063281-1/+1
2020-07-23libnm-core: support 'clsact' qdiscBeniamino Galvani2-2/+10
2020-07-19all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller3-11/+11
2020-07-13libnm: fix -Werror=maybe-uninitialized warning _setting_bond_validate_option()Thomas Haller1-0/+2
2020-07-11libnm: add _nm_setting_bond_mode_from_string() to nm-libnm-core-internThomas Haller4-36/+37
2020-07-11cli: fix alternating miimon/arp_interval settings for bond options in nmcliThomas Haller3-1/+25
2020-07-10libnm,core: fix handling miimon and arp_interval as conflicting kernel optionsThomas Haller1-30/+26
2020-07-10libnm: don't fail assertion for _bond_get_option_normalized() with invalid bo...Thomas Haller1-1/+5
2020-07-10libnm: cleanup validating bond option "arp_ip_target"Thomas Haller1-87/+79
2020-07-10libnm: add nm_utils_bond_option_arp_ip_targets_split() helperThomas Haller2-0/+12
2020-07-09shared: cleanup dlopening libjansson depending on configure optionsThomas Haller1-0/+19