summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * firewall: use prefix length instead of netmask for iptables argumentsThomas Haller2021-05-071-4/+3
| * firewall: add _share_iptables_subnet_to_str() helper for creating stringThomas Haller2021-05-071-13/+26
| * firewall: extract helper function _shared_iptables_call() to spawn iptablesThomas Haller2021-05-071-29/+37
| * firewall: rework NMUtilsShareRules to generate argv on demandThomas Haller2021-05-073-146/+204
| * firewall: downgrade info logging for iptables commandsThomas Haller2021-05-071-1/+1
| * firewall: fix adding duplicate iptables rules for shared modeThomas Haller2021-05-071-2/+0
|/
* wifi: merge branch 'verdre:better-wifi-auth-selection'Thomas Haller2021-05-067-54/+133
|\
| * devices/wifi: Use wpa-psk key-mgmt for networks supporting WPA2 and WPA3Jonas Dreßler2021-05-061-7/+15
| * supplicant/interface: Match more ciphers to determine AP securityJonas Dreßler2021-05-061-6/+10
| * supplicant/config: Allow using FT ciphers with WPA-EAP-SUITE-B-192Jonas Dreßler2021-05-061-0/+3
| * supplicant/config: Disallow SHA1 ciphers when using required PMFJonas Dreßler2021-05-061-2/+4
| * libnm-core: Don't allow disabling PMF when using WPA3 key managementJonas Dreßler2021-05-061-0/+16
| * supplicant/config: Require pmf for owe, sae and wpa-eap-suite-b-192Jonas Dreßler2021-05-062-6/+32
| * libnm-core: Rewrite comment of key-mgmt propertyJonas Dreßler2021-05-063-8/+10
| * supplicant/config: Refactor key_mgmt config generationJonas Dreßler2021-05-061-27/+45
|/
* strbuf: drop nm_str_buf_append_c[24]() for nm_str_buf_append_c()Thomas Haller2021-05-063-10/+7
* strbuf: make nm_str_buf_append_c() a variadic macroThomas Haller2021-05-061-19/+30
* firewall: merge branch 'th/firewalld-manager-rename'Thomas Haller2021-05-068-205/+205
|\
| * firewall: rename NMFirewallManager to NMFirewalldManagerThomas Haller2021-05-065-193/+193
| * firewall: rename "nm-firewall-manager.[ch]" to "nm-firewalld-manager.[ch]"Thomas Haller2021-05-067-7/+7
|/
* core: add "nm-device-utils.[ch]" with simple helper functionsThomas Haller2021-05-067-235/+274
* ppp: cleanup nm-ppp-manager-call to use const pointer and atomic operationsThomas Haller2021-05-062-17/+32
* release: bump version to 1.31.4 (development)1.31.4-devBeniamino Galvani2021-05-052-2/+2
* build: replace `./tools/generate-docs-nm-property-infos.pl` with python scriptWen Liang2021-05-054-165/+151
* all: merge branch 'th/uuid'Thomas Haller2021-05-0430-513/+867
|\
| * libnm: normalize "connection.uuid"Thomas Haller2021-05-046-14/+156