summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: clean source on dispatch failurebg/nettools-dispatch-failBeniamino Galvani2020-03-011-0/+1
* nm-setting-bond: fix '[up|down]delay', 'miimon' validationAntonio Cardace2020-02-282-5/+29
* license: add Pavel to RELICENSE.mdThomas Haller2020-02-281-0/+1
* device/trivial: move code aroundThomas Haller2020-02-261-288/+292
* device: merge branch 'th/device-cleanup-properties'Thomas Haller2020-02-261-39/+27
|\
| * device/trivial: rename property enums for statistics properties of NMDeviceThomas Haller2020-02-261-13/+13
| * device/trivial: add comment about NMDevice properties writable from D-BusThomas Haller2020-02-261-3/+6
| * device: don't make NM_DEVICE_(IP|DHCP)(4|6)_CONFIG properties writableThomas Haller2020-02-261-4/+4
| * device: don't make NM_DEVICE_DRIVER_VERSION property writableThomas Haller2020-02-261-5/+1
| * device: don't make NM_DEVICE_FIRMWARE_VERSION property writableThomas Haller2020-02-261-5/+1
| * device: don't make NM_DEVICE_FIRMWARE_MISSING property writableThomas Haller2020-02-261-5/+1
| * device: don't make NM_DEVICE_IP4_ADDRESS property writableThomas Haller2020-02-261-4/+1
|/
* libnm,all: merge branch 'th/libnm-interface-name-cleanup'Thomas Haller2020-02-2611-200/+184
|\
| * libnm: validate "connection.interface-name" at one place onlyThomas Haller2020-02-262-46/+48
| * shared: add NMU_IFACE_OVS_OR_KERNEL for nm_utils_ifname_valid()Thomas Haller2020-02-262-0/+4
| * shared: add NMU_IFACE_ANY for nm_utils_ifname_valid()Thomas Haller2020-02-262-1/+13
| * libnm: always return normalized-type from _nm_setting_ovs_interface_verify_in...Thomas Haller2020-02-262-10/+11
| * libnm: allow _nm_setting_ovs_interface_verify_interface_type() without NMSett...Thomas Haller2020-02-263-5/+8
| * ifcfg-rh: use nm_utils_ifname_valid() for validating interface-name in readerThomas Haller2020-02-261-1/+3
| * libnm: remove redundant check from "nm-setting-bond.c"'s validate_ifname()Thomas Haller2020-02-261-3/+0
| * settings: simplify property setter from GVariant to NMSettingConnection:inter...Thomas Haller2020-02-262-30/+4
| * clients: use nm_utils_ifname_valid() to validate interface name in nm_vpn_wir...Thomas Haller2020-02-261-2/+2
| * libnm: don't validate "connection.interface-name" from "nm-setting-infiniband...Thomas Haller2020-02-261-32/+16
| * libnm: in find_virtual_interface_name() ensure return value stays aliveThomas Haller2020-02-261-4/+10
| * libnm: validate settings in _nm_connection_verify() in defined orderThomas Haller2020-02-261-29/+10
| * libnm: use nm_utils_hash_values_to_array() to implement nm_connection_get_set...Thomas Haller2020-02-261-38/+17
| * shared: reject reserved names from "connection.interface-name"Thomas Haller2020-02-261-0/+13
| * shared: reject '%' from nm_utils_ifname_valid() for kernel namesThomas Haller2020-02-261-2/+28
|/
* supplicant: allocate blobs hash table lazily for supplicant configThomas Haller2020-02-262-21/+25
* license: add Sigfox to RELICENSE.mdThomas Haller2020-02-241-0/+4
* ovs: merge branch 'bg/ovs-no-bridge-rh1797696'Beniamino Galvani2020-02-241-2/+11
|\
| * ovs: fail port enslavement when the bridge device is not foundBeniamino Galvani2020-02-241-0/+5
| * ovs: fail port enslavement when the bridge AC is not foundBeniamino Galvani2020-02-241-2/+6
|/
* n-dhcp4: keep trying after a failure in send()Beniamino Galvani2020-02-241-12/+13
* n-dhcp4: fix logging macroBeniamino Galvani2020-02-241-2/+3
* shared: fix suffix for NM_GOBJECT_PROPERTIES_DEFINE_BASE*() for multiple defi...Thomas Haller2020-02-241-6/+9
* gitlab-ci: fix deploying documentation after switching to Fedora 31Thomas Haller2020-02-221-1/+1
* platform: avoid compiler warning in _NMP_OBJECT_TYPE_IS_OBJ_WITH_IFINDEX()Thomas Haller2020-02-221-2/+8
* platform: belatedly add NMP_OBJECT_TYPE_LNK_VRF to _NMP_OBJECT_TYPE_IS_OBJ_WI...Thomas Haller2020-02-221-0/+1
* release: bump version to 1.23.2-dev1.23.2-devThomas Haller2020-02-212-2/+2
* all: merge branch 'th/fix-gitlab-ci-failures'Thomas Haller2020-02-2116-32/+87
|\
| * libnm-core/tests: avoid -Wstring-compare in unit test for NM_IN_SET()Thomas Haller2020-02-211-2/+4
| * build: disable -Wimplicit-fallthrough warning with clangThomas Haller2020-02-212-2/+42
| * all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-2110-20/+20
| * build/meson: fix missing dependency when building nm-libnm-auxThomas Haller2020-02-211-0/+1
| * gitlab-ci: add "t_fedora:32" and by default build on Fedora 31Thomas Haller2020-02-211-2/+8
| * tests: ignore valgrind warnings for unhandled syscalls in libnm,service-provi...Thomas Haller2020-02-211-6/+12
|/
* license: minor spelling fixes in RELICENSE.mdThomas Haller2020-02-211-2/+2
* license: add Robert to RELICENSE.mdThomas Haller2020-02-211-0/+2
* shared: add more debug messages to nm_utils_parse_inaddr_bin_full()Beniamino Galvani2020-02-211-5/+31