summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nettools: reimport nettools' n-dhcp4 and rework loggingth/n-dhcp4-logging-as-eventsThomas Haller2020-05-1915-129/+306
|\
| * Squashed 'shared/n-dhcp4/' changes from fb1d43449ba8..4c578d62fd3eThomas Haller2020-05-1920-127/+626
* | license: add Przemysław to RELICENSE.mdThomas Haller2020-05-191-0/+1
* | n-dhcp4: style fix in n_dhcp4_client_probe_transition_accept()Thomas Haller2020-05-181-1/+1
* | license: add luzpaz to RELICENSE.mdThomas Haller2020-05-171-0/+1
* | license: add Aleksander to RELICENSE.mdThomas Haller2020-05-161-0/+1
* | license: add Evan to RELICENSE.mdThomas Haller2020-05-161-0/+1
* | license: add companies to RELICENSE.mdThomas Haller2020-05-151-0/+3
* | license: add Pantelis to RELICENSE.mdThomas Haller2020-05-151-0/+1
* | mailmap: update mailmap for Ray (halfline)Thomas Haller2020-05-151-0/+1
* | license/RELICENSE: merge branch 'halfline:patch-1'Thomas Haller2020-05-151-0/+1
|\ \
| * | Update RELICENSE.md to include halflineRay Strode2020-05-151-0/+1
* | | license: add Mario to RELICENSE.mdThomas Haller2020-05-151-0/+2
* | | license: add Giovanni to RELICENSE.mdThomas Haller2020-05-151-0/+1
* | | license: add Colin to RELICENSE.mdThomas Haller2020-05-151-0/+1
|/ /
* | nmtui: show error on connection deactivation failureOlivier Gayot2020-05-151-1/+12
* | core: merge branch 'bg/shared-mode-firewall-rh1829637'Beniamino Galvani2020-05-1511-1/+105
|\ \
| * | contrib/rpm: enable the firewalld zone in F32 and RHEL8bg/shared-mode-firewall-rh1829637Beniamino Galvani2020-05-152-0/+28
| * | device: use the nm-shared firewalld zone in shared modeBeniamino Galvani2020-05-152-1/+20
| * | build: install a firewalld zone for shared modeBeniamino Galvani2020-05-157-0/+57
|/ /
* | mailmap: update Chrstopher Aillon mailmap entryThomas Haller2020-05-151-0/+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
|\ \