summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* license: relicense "libnm-core/nm-vpn-dbus-interface.h" under LGPL-2.1+th/fix-lgpl-license-violationsThomas Haller2020-05-151-1/+1
* license: relicense "libnm-core/nm-dbus-interface.h" under LGPL-2.1+Thomas Haller2020-05-151-1/+1
* license: relicense "libnm-core/nm-core-types.h" under LGPL-2.1+Thomas Haller2020-05-151-1/+1
* license: relicense "libnm/nm-types.h" under LGPL-2.1+Thomas Haller2020-05-151-1/+1
* license: relicense "shared/nm-udev-aux/nm-udev-utils.[hc]" under LGPL-2.1+Thomas Haller2020-05-152-2/+2
* license: relicense "shared/nm-libnm-core-aux/nm-dispatcher-api.h" under LGPL-...Thomas Haller2020-05-151-1/+1
* license: relicense "shared/nm-test-utils-impl.c" under LGPL-2.1+Thomas Haller2020-05-151-1/+1
* ip-tunnel: merge branch 'bg/ip-tunnel-cloned-mac-rh1832170'Beniamino Galvani2020-05-155-15/+43
|\
| * ip-tunnel: set ip6gretap MAC address when creating the linkbg/ip-tunnel-cloned-mac-rh1832170Beniamino Galvani2020-05-153-3/+8
| * ip-tunnel: set cloned-mac-address only for layer2 tunnel devicesBeniamino Galvani2020-05-151-9/+21
| * libnm-core: add _nm_ip_tunnel_mode_is_layer2()Beniamino Galvani2020-05-152-3/+14
|/
* po: update Ukrainian (uk) translationYuri Chornoivan2020-05-151-912/+1004
* contrib/rpm: no longer mention that libnm is "new API"Thomas Haller2020-05-141-6/+4
* shared: move _nm_utils_format_variant_attributes*() API to "shared/nm-glib-aux"Thomas Haller2020-05-144-90/+109
* cli: let nmcli remove individual coalesce settingsAntonio Cardace2020-05-141-0/+7
* all: merge branch 'th/ubsan-fixes'Thomas Haller2020-05-1412-38/+127
|\
| * contrib/rpm: enable undefined-sanitizer libubsan on RHEL-8th/ubsan-fixesThomas Haller2020-05-141-2/+4
| * build/autotools: fix linking nm-online,nm-dispatcher,nm-bt-test with sanitize...Thomas Haller2020-05-141-3/+13
| * build/autotools: reject invalid sanitizer options in configure.acThomas Haller2020-05-141-0/+8
| * clients/tests: set "UBSAN_OPTIONS" to abort tests and set "ASAN_OPTIONS=detec...Thomas Haller2020-05-141-2/+3
| * clients/tests: preserve caller's ASAN/LSAN/UBSAN environment variables for cl...Thomas Haller2020-05-141-1/+18
| * tests/sanitizer: suppress leak in opensslThomas Haller2020-05-141-0/+1
| * tests/sanitizer: make ASAN/LSAN/UBSAN options configurable in "tools/run-nm-t...Thomas Haller2020-05-143-0/+14
| * gitlab-ci: add more CentOS images for testsThomas Haller2020-05-141-5/+26
| * gitlab-ci: optionally install libasan,libubsan via REQUIRED_PACKAGES scriptThomas Haller2020-05-141-0/+2
| * gitlab-ci: accept failure in REQUIRED_PACKAGES script for non-existing qt-develThomas Haller2020-05-141-3/+3
| * tests: fix uint32 integer constants for TC_H_MAKE()Thomas Haller2020-05-141-10/+10
| * cli: use nm_strdup_int() in "clients/cli/devices.c"Thomas Haller2020-05-141-7/+7
| * cli: fix leak in show_device_lldp_list() for nmc_parse_lldp_capabilities()Thomas Haller2020-05-141-2/+5
| * cli: fix leak in show_device_lldp_list()Thomas Haller2020-05-141-2/+2
| * cli: fix memcpy() with %NULL pointers in nmc_get_devices_sorted()Thomas Haller2020-05-141-1/+2
| * libnm: don't compare invalid mac addresses as equal in nm_utils_hwaddr_matches()Thomas Haller2020-05-142-4/+13
|/
* build: fix redefinition of VALGRIND define in "nm-sd-adapt-shared.h"Thomas Haller2020-05-131-0/+2
* cli: cleanup internal functions in "clients/cli/connections.c"Thomas Haller2020-05-131-60/+49
* cli: use cleanup attribute in save_history_cmds()Thomas Haller2020-05-131-37/+32
* cli: merge branch 'th/nmcli-passwd-file-parsing'Thomas Haller2020-05-1311-111/+369
|\
| * cli/tests: add unit test for nmc_utils_parse_passwd_file()Thomas Haller2020-05-131-0/+73
| * cli: split parsing from nmc_utils_read_passwd_file()Thomas Haller2020-05-132-7/+22
| * cli: move nmc_utils_read_passwd_file() to "common/nm-client-utils.c"Thomas Haller2020-05-133-180/+184
| * cli: refactor error handling in parse_passwords()Thomas Haller2020-05-131-26/+53
| * cli: support backslash escaping in passwd-fileThomas Haller2020-05-131-34/+118
| * shared: add NM_UTILS_NAMED_VALUE_INIT() macroThomas Haller2020-05-132-0/+5
| * shared: support stripping whitespace from nm_utils_buf_utf8safe_unescape()Thomas Haller2020-05-137-21/+50
| * shared: assert that nm_utils_buf_utf8safe_unescape() doesn't reallocate memoryThomas Haller2020-05-132-2/+23
|/
* ethtool: merge branch 'ac/ethtool_opts'Antonio Cardace2020-05-1320-113/+1128
|\
| * nm-device: apply ethtool coalesce settings when activating a connectionac/ethtool_optsAntonio Cardace2020-05-131-41/+186
| * platform: add support for coalesce settings using ioctl()Antonio Cardace2020-05-134-0/+307
| * clients: add support for ethtool coalesce settingsAntonio Cardace2020-05-131-38/+107
| * ifcfg-rh: add support for ethtool coalesce settingsAntonio Cardace2020-05-136-17/+115
| * ethtool: add coalesce settingsAntonio Cardace2020-05-137-17/+392