summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: nettools: support option 249 (Microsoft Classless Static Route)bg/dhcp-nettools-option249Beniamino Galvani2021-05-141-11/+14
* cli: merge branch 'th/cli-ethtool-ternary'Thomas Haller2021-05-143-17/+39
|\
| * cli: use nmc_string_to_ternary() to parse ternary in _set_fcn_ethtool()Thomas Haller2021-05-121-13/+10
| * libnmc-base: optionally accept "ignore" in nmc_string_to_ternary() for NMTern...Thomas Haller2021-05-122-4/+29
|/
* ethtool: Introducing PAUSE supportGris Ge2021-05-1220-6/+405
* ifcfg-rh: merge branch 'th/ifcfg-write-wired-setting'Thomas Haller2021-05-127-56/+46
|\
| * ifcfg-rh: for ethernet profiles write TYPE before other wired settingsThomas Haller2021-05-127-9/+8
| * ifcfg-rh: write all [ethernet] settings for write_wired_for_virtual()Thomas Haller2021-05-121-52/+44
| * ifcfg-rh: refactor common parts of write_wired_setting()/write_wired_for_virt...Thomas Haller2021-05-121-78/+77
| * ifcfg-rh: cleanup write_wired_for_virtual() to return-earlyThomas Haller2021-05-121-21/+21
| * ifcfg-rh/trivial: move codeThomas Haller2021-05-121-33/+33
|/
* contrib/rpm: merge branch 'th/contrib-rpm-fixes'Thomas Haller2021-05-121-2/+3
|\
| * contrib/rpm: %ghost "/etc/NetworkManager/VPN"Thomas Haller2021-05-121-0/+1
| * contrib/rpm: obsolete "config-routing-rules" package with fixed versionThomas Haller2021-05-121-1/+1
| * contrib/rpm: let NetworkManager-libnm package conflict with exact NetworkMana...Thomas Haller2021-05-121-1/+1
|/
* glib-aux: use nm_str_buf_append_c() in nm_str_buf_append_c_hex()Thomas Haller2021-05-121-4/+4
* glib-aux: avoid potential undefined behavior for nm_str_buf_append_printf()Thomas Haller2021-05-121-1/+4
* wifi: refactor parsing secrutiy flags of supplicant in security_from_vardict()Thomas Haller2021-05-111-20/+27
* all: merge branch 'th/coverity-fix-some-leaks'Thomas Haller2021-05-1120-121/+195
|\
| * cli: fix leak in print_wifi_connection()Thomas Haller2021-05-111-1/+1
| * libnmt-newt: use cleanup macro in nmt_newt_button_build_component()Thomas Haller2021-05-111-4/+3
| * libnmt-newt: fix leak in nmt_newt_button_build_component()Thomas Haller2021-05-111-1/+2
| * libnmc-base:fix leak in NMSecretAgentSimple's request_secrets_from_ui()Thomas Haller2021-05-111-1/+1
| * glib-aux: workaround coverty warning about comparing nm_json_int_t with int64Thomas Haller2021-05-111-3/+17
| * tui: use internal _nm_utils_ip4_prefix_to_netmask() helperThomas Haller2021-05-111-1/+1
| * glib-aux/tests: add test for _nm_utils_ip4_prefix_to_netmask()Thomas Haller2021-05-111-0/+30
| * dhcp/systemd: avoid using g_free() with buffers allocated with malloc() in le...Thomas Haller2021-05-111-23/+23
| * systemd/tests: avoid using g_free() with buffers allocated with malloc() in _...Thomas Haller2021-05-111-5/+5
| * wifi: avoid large shift for calculating netmask in ip4_config_to_iwd_config()Thomas Haller2021-05-111-1/+1
| * tests: avoid Coverity warning UNINIT in nmtst_keyfile_get_num_keys()Thomas Haller2021-05-111-1/+1
| * libnm: use nm_auto_unref_tc_action cleanup macro in nm_utils_tc_action_from_s...Thomas Haller2021-05-111-8/+5
| * libnm: fix leak in nm_utils_tc_tfilter_from_str()Thomas Haller2021-05-111-11/+9
| * libnm: add nm_auto_unref_tc_action cleanup macro for NMTCActionThomas Haller2021-05-111-0/+3
| * libnm: fix leak in nm_vpn_service_plugin_read_vpn_details()Thomas Haller2021-05-111-2/+3
| * core: fix leak in _config_data_get_main_auth_polkit()Thomas Haller2021-05-111-1/+1
| * ifcfg-rh: use NMStrBuf in svUnescape()Thomas Haller2021-05-111-36/+35
| * glib-aux: add nm_str_buf_append_unichar() helperThomas Haller2021-05-111-0/+11
| * ifcfg-rh: avoid cloning vlans array in write_bridge_vlans()Thomas Haller2021-05-111-16/+11
| * libnm: add internal accessors for _nm_setting_bridge{,_port}_get_vlans()Thomas Haller2021-05-113-0/+24
| * ifcfg-rh: add comment about unreachable code in write_bridge_vlans()Thomas Haller2021-05-111-2/+5
| * ifcfg-rh: fix code that looks like a leak in write_bridge_vlans()Thomas Haller2021-05-111-7/+6
|/
* CONTRIBUTING: add section about unit testsThomas Haller2021-05-111-0/+16
* ifcfg: fix ACCEPT_ALL_MAC_ADDRESSES for virtual interfacesFernando Fernandez Mancera2021-05-101-0/+4
* wifi: fix WPS PBC string typoWade Berrier2021-05-091-1/+1
* firewall: merge branch 'th/firewall'Thomas Haller2021-05-079-253/+416
|\
| * firewall: rename NMUtilsShareRules to NMFirewallConfigThomas Haller2021-05-075-32/+32
| * firewall: move firewall code to new "nm-firewall-utils.c" fileThomas Haller2021-05-076-369/+373
| * firewall: add new "nm-firewall-utils.[ch]" moduleThomas Haller2021-05-074-0/+22
| * firewall: rework iptables rules for shared mode to use custom chainThomas Haller2021-05-071-197/+242
| * firewall: extract _share_iptables_set_masquerade() helperThomas Haller2021-05-071-12/+28