summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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...th/coverityThomas 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-011-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
| * device: avoid unnecessary check for existing device in release_slave() implem...Thomas Haller2019-08-013-12/+18
| * 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
| |/
| * manager: don't treat the initramfs-configured DHCP connections as generatedLubomir Rintel2019-07-311-6/+40
| * introspection/doc: better document flags argument of Update2() D-Bus commandThomas Haller2019-07-311-1/+8
| * wireguard: merge branch 'th/wireguard-fixes'Thomas Haller2019-07-313-164/+91
| |\
| | * example: print WireGuard parameters in nm-wg-set example scriptth/wireguard-fixesThomas Haller2019-07-311-0/+12
| | * wireguard: use fixed fwmark/rule-priority for auto-default-routeThomas Haller2019-07-311-139/+32
| | * wireguard: clear cached auto-default-route setting in act_stage1_prepare()Thomas Haller2019-07-311-0/+12
| | * wireguard: fix crash in _auto_default_route_init()Thomas Haller2019-07-311-26/+33
| | * shared: add NM_HASH_SEED_16() macroThomas Haller2019-07-311-0/+3
| |/
| * cli: abort on extra argumentsLubomir Rintel2019-07-304-40/+28
| * cli: drop NMC_RETURNLubomir Rintel2019-07-302-26/+21
| * contrib/rpm: fix libnm License tagLubomir Rintel2019-07-301-1/+3
| * libnm/doc: fix gtk-doc annotations for documenting enum values in "nm-dbus-in...Thomas Haller2019-07-301-4/+4
| * contrib/rpm: use --with-runstatedir=%{_rundir} instead of hard-coding /runThomas Haller2019-07-291-1/+1
| * contrib/rpm: fix parsing of %real_version_major for ".0" versionsThomas Haller2019-07-291-1/+1
| * release: bump version to 1.21.0 (development)1.21.0-devThomas Haller2019-07-294-3/+18
* | release: bump version to 1.20.01.20.0Thomas Haller2019-08-062-3/+3
* | libnm/doc: add missing "Since: 1.20" commentsThomas Haller2019-08-063-3/+5
* | ifupdown: fix assertion during logging %NULL storage in load_eni_ifaces()Thomas Haller2019-08-061-1/+1
* | libnm/doc: add Since tag for %NM_SETTING_IP6_CONFIG_METHOD_DISABLEDThomas Haller2019-08-061-0/+2
* | NEWS: updateThomas Haller2019-08-061-14/+20
* | modem: fix memory leakBeniamino Galvani2019-08-061-1/+1