summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* libnm,core: support "bond.balance-slb" optionThomas Haller2022-10-043-6/+158
* core: add NMBondManager to handle NTF rules for balance-slb (MLAG)Thomas Haller2022-10-043-0/+1000
* firewall: add mlag firewall utils for multi chassis link aggregation (MLAG) f...Thomas Haller2022-10-042-0/+254
* nmcli: don't show state-reason for "nmcli device connect" errorsBeniamino Galvani2022-10-041-2/+1
* nmcli: fix return code on "nmcli device connect" errorBeniamino Galvani2022-10-041-3/+5
* all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-037-50/+40
* libnm-core/tests: drop duplicate tests _check_uuid_v3() (2)Thomas Haller2022-10-031-18/+0
* libnm-core/tests: drop duplicate tests _check_uuid_v3()Thomas Haller2022-10-031-36/+3
* glib-aux: implement nm_uuid_generate_from_strings_legacy() in terms of nm_uui...Thomas Haller2022-10-032-42/+2
* glib-aux: avoid leaking secrets in memory during nm_uuid_generate_from_string...Thomas Haller2022-10-031-1/+1
* glib: add nm_uuid_generate_from_strings() helperThomas Haller2022-10-033-0/+260
* libnm/tests: drop redundant argument in test codeThomas Haller2022-10-031-16/+19
* glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-037-35/+35
* glib-aux: add code comment to NM_UUID_INIT()Thomas Haller2022-10-031-0/+3
* libnm: move optimized NM_IS_{SIMPLE,}CONNECTION() to internal headerThomas Haller2022-10-032-27/+26
* libnm: rework lookup of private data for NMConnection of NMSimpleConnectionThomas Haller2022-10-033-20/+32
* nmcli: don't print warning in `nmcli connection import` about duplicate param...Thomas Haller2022-10-031-8/+3
* firewall: introduce helper function for add/flush/delete nft table commandThomas Haller2022-09-291-2/+9
* firewall: fail from nm_firewall_nft_call() on non-zero exit codeThomas Haller2022-09-291-1/+10
* device: allow resetting the devip state via nm_device_devip_set_state()Thomas Haller2022-09-292-2/+6
* glib-aux: add NM_UTILS_ERROR_COMMAND_FAILED error codeThomas Haller2022-09-291-0/+2
* glib-aux: add nm_utils_get_process_exit_status_desc_buf() helperThomas Haller2022-09-292-7/+30
* core: obfuscate pointer value in logging in "nm-active-connection.c"Thomas Haller2022-09-291-16/+16
* device: downgrade warning level for logging in nm_device_queue_state()Thomas Haller2022-09-291-1/+1
* device: simplify resource management in nm_device_master_release_slave()Thomas Haller2022-09-291-6/+8
* veth: drop iface peer check during create_and_realize()Fernando Fernandez Mancera2022-09-291-2/+2
* glib-aux: fix nm_str_buf_finalize() for cloning bufferThomas Haller2022-09-292-1/+14
* std-aux/trivial: fix typo in code commentThomas Haller2022-09-281-1/+1
* glib-aux: swap arguments for nm_array_find_bsearch()Thomas Haller2022-09-2813-16/+16
* glib-aux: rename nm_utils_array_find_binary_search() to nm_array_bsearch()Thomas Haller2022-09-2815-171/+160
* nmcli: allow selecting profiles by partial UUIDThomas Haller2022-09-281-0/+6
* nmcli: ensure profiles matching by "uuid","path" selector are uniqueThomas Haller2022-09-281-1/+16
* Revert "device: restart DHCP when the MAC changes"Beniamino Galvani2022-09-281-6/+3
* nmtui: add MACsec supportBeniamino Galvani2022-09-286-0/+237
* nmtui: ethernet: support wired 802.1X authenticationBeniamino Galvani2022-09-282-16/+85
* nmtui: wifi: support WPA EnterpriseBeniamino Galvani2022-09-283-11/+41
* nmtui: introduce Nmt8021xFieldsBeniamino Galvani2022-09-285-0/+778
* nmtui: add secret-flags support to NmtPasswordFieldsBeniamino Galvani2022-09-282-45/+77
* nmtui: add NOT_EMPTY flag to NmtPasswordFieldsBeniamino Galvani2022-09-282-1/+8
* newt: fix validity evaluation for stacksBeniamino Galvani2022-09-281-2/+4
* nmtui: fix property getter/setter in NmtPasswordFieldsBeniamino Galvani2022-09-281-4/+2
* wpa_supplicant: add tls_disable_time_checks flag to phase 1 auth flagsVojtech Bubela2022-09-286-11/+18
* bond: fix arp_all_target option when arp_interval is disabledFernando Fernandez Mancera2022-09-274-19/+5
* manager: fix syntaxBeniamino Galvani2022-09-261-2/+4
* core: accept unmanaged parent if it's unrealizedBeniamino Galvani2022-09-261-2/+5
* glib-aux: add nm_strv_contains() helperThomas Haller2022-09-231-0/+2
* all: use nm_hash_vals()/nm_hash_val() where it's shorterThomas Haller2022-09-232-8/+4
* glib-aux: add nm_hash_vals() and adjust implementation of nm_hash_update_val(...Thomas Haller2022-09-231-31/+26
* policy: fix disposal of devices listFernando Fernandez Mancera2022-09-231-1/+1
* platform: move NMPlatformIP[46]Address to "nmp-plobj.c"Thomas Haller2022-09-236-947/+989