summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | libnm-core: fix ifcfg-rh variable name for DHCPv6 hostnameBeniamino Galvani2019-08-051-1/+1
* | settings: fix memory leakBeniamino Galvani2019-08-051-2/+2
* | settings: fix registering AgentManager.RegisterWithCapabilities() twiceThomas Haller2019-08-031-10/+0
* | wireguard: fix use-after free in _peers_remove()Thomas Haller2019-08-031-1/+1
* | libnm: fix leak in NMSettingWireGuard's update_one_secret()Thomas Haller2019-08-031-1/+1
* | supplicant: mark static arrays as const and static in "nm-supplicant-settings...Thomas Haller2019-08-021-26/+26
* | supplicant: don't put binary data in error message for supplicantThomas Haller2019-08-021-4/+10
* | supplicant: fix nm_supplicant_settings_verify_setting() honoring the string l...Thomas Haller2019-08-021-21/+27
* | device/bluetooth: explicitly ignore return value of ioctl() in nm_bluez5_dun_...Thomas Haller2019-08-021-1/+1
* | libnm: remove dead code in nm_team_setting_config_get()Thomas Haller2019-08-021-2/+2
* | device: trigger a connectivity check when device disconnectsThomas Haller2019-08-021-6/+7
* | core: assert for valid arguments in _addresses_sort_cmp()Thomas Haller2019-08-021-0/+3
* | tui: newt: remove NULL checks after dereferenceBeniamino Galvani2019-08-021-6/+4
* | n-dhcp4: remove dead codeBeniamino Galvani2019-08-021-4/+1
* | platform/tests: relax assertion for platform signal in test_slave()Thomas Haller2019-08-021-1/+1
* | manager: don't treat the initramfs-configured DHCP connections as generatedLubomir Rintel2019-08-021-6/+40
* | adsl: avoid coverity false-positive when using strcpy() for interface nameThomas Haller2019-08-021-1/+1
* | libnm: fix parsing invalid "pvid" attribute in GVariant in _nm_utils_bridge_v...Thomas Haller2019-08-021-2/+4
* | n-dhcp4: avoid "-Werror=declaration-after-statement" warning with static_assertThomas Haller2019-08-021-2/+2
* | n-acd: fix leaking socket handle in n_acd_socket_new() when setsockopt() failsThomas Haller2019-08-021-2/+4
* | all: merge branch 'th/coverity'Thomas Haller2019-08-0215-87/+101
|\ \
| * | shared: refactor nm_utils_g_slist_strlist_cmp() to avoid dead-code warning fr...Thomas Haller2019-08-021-3/+8
| * | shared: try avoid coverity warning in _nm_utils_user_data_unpack()Thomas Haller2019-08-021-1/+1
| * | shared: explicitly ignore return value of g_utf8_validate()Thomas Haller2019-08-021-1/+1
| * | initrd: avoid coverity warning in parse_ip() about "Dereference before null c...Thomas Haller2019-08-021-1/+1
| * | libnm/keyfile: silence "Identical code for different branches" complaint in _...Thomas Haller2019-08-021-4/+3
| * | device/wireguard: fix explicit_bzero() call on peers buffer in link_config()Thomas Haller2019-08-021-1/+1
| * | device/adsl: restore brfd value on error in br2684_assign_vcc()Thomas Haller2019-08-021-0/+1
| * | core: assert for valid arguments in sort_captured_addresses() and _addresses_...Thomas Haller2019-08-021-0/+6
| * | libnm: avoid NM_CONST_MAX() in enum definition for NMTeamAttributeThomas Haller2019-08-021-1/+1
| * | libnm: try to avoid coverity warning in assertion()Thomas Haller2019-08-021-1/+1
| * | libnm: fix assertions in NMSettingVlan's priority APIThomas Haller2019-08-021-20/+21
| * | cli: fix type for loop variable in _get_fcn_vlan_xgress_priority_map()Thomas Haller2019-08-021-1/+1
| * | cli: fix dereferncing NULL pointer in parse_passwords() with empty fileThomas Haller2019-08-021-2/+1
| * | cli: use gs_free_error in nmcli's "connections.c"Thomas Haller2019-08-021-28/+32
| * | platform: drop checks for failure of nl80211_alloc_msg()Thomas Haller2019-08-021-9/+5
| * | platform: avoid coverity warning about not checking nla_nest_start() resultThomas Haller2019-08-021-0/+2
| * | core: fix coverity warning about memset() non-char value in assertionThomas Haller2019-08-021-1/+1
| * | ifcfg-rh: drop g_assert_not_reached() that clearly cannot be reachedThomas Haller2019-08-021-3/+3
| * | ifcfg-rh: drop unreachable code in make_wpa_setting()Thomas Haller2019-08-021-6/+7
| * | core/trivial: fix whitespaceThomas Haller2019-08-021-3/+3
| * | shared: fix non-serious bug with bogus condition in assertion in nm_key_file_...Thomas Haller2019-08-011-1/+1
|/ /
* | core/lldp: minor cleanup in _lldp_attr_*()Thomas Haller2019-08-011-6/+6
* | core/lldp: fix memleak in _lldp_attr_take_str_ptr()Thomas Haller2019-08-011-1/+3
* | merge: branch 'bg/ovs-restart-part2-rh1733709'Beniamino Galvani2019-08-014-9/+23
|\ \
| * | device: fix releasing slavesBeniamino Galvani2019-08-014-6/+19
| * | device: check platform link compatibility when setting nm-owned flagBeniamino Galvani2019-08-011-3/+4
|/ /
* | introspection/doc: better document flags argument of Update2() D-Bus commandThomas Haller2019-07-311-1/+8
* | contrib/rpm: fix libnm License tagLubomir Rintel2019-07-311-1/+3
* | wireguard: merge branch 'th/wireguard-fixes'Thomas Haller2019-07-313-164/+91
|\ \