summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ifcfg-rh: rework writing secrets and write them all at once laterThomas Haller2017-10-251-49/+85
| * ifcfg-rh: replace svUnsetValuesWithPrefix() by svUnsetAll(USER)Thomas Haller2017-10-253-25/+10
| * ifcfg-rh: use svUnsetAll() to clear IPv4 address propertiesThomas Haller2017-10-253-7/+9
| * ifcfg-rh: write route file outside of write_ipx_setting()Thomas Haller2017-10-251-56/+71
| * ifcfg-rh: rework writing route file in sv formatThomas Haller2017-10-251-62/+58
| * ifcfg-rh: add svUnsetAll() functionThomas Haller2017-10-252-0/+58
| * ifcfg-rh: don't fail creating shvarFile instanceThomas Haller2017-10-251-2/+4
| * ifcfg-rh: merge IPv4 and IPv6 implementations of write_route_file()Thomas Haller2017-10-251-53/+9
| * ifcfg-rh: fix handling error writing route file to diskThomas Haller2017-10-251-10/+6
| * ifcfg-rh: don't write to disk in write_route_file_legacy()/write_route6_file()Thomas Haller2017-10-251-47/+43
| * ifcfg-rh: merge new_connection() and update_connection() functionsThomas Haller2017-10-255-90/+59
| * settings: return re-read connection from ifcfg-rh writerThomas Haller2017-10-251-15/+19
| * settings: first persist connection to disk before replacing settingsThomas Haller2017-10-251-44/+46
| * settings: extend commit_changes() to update the settings after writingThomas Haller2017-10-258-45/+127
| * settings: split nm_settings_connection_replace_settings() functionThomas Haller2017-10-252-11/+57
| * settings: get rid of callback arguments for nm_settings_connection_delete()Thomas Haller2017-10-257-54/+26
| * settings: get rid of callback arguments for nm_settings_connection_commit_cha...Thomas Haller2017-10-255-118/+83
| * settings: fix leaking info in update_auth_cb()Thomas Haller2017-10-251-1/+2
| * settings: inline nm_settings_connection_replace_and_commit()Thomas Haller2017-10-253-51/+26
| * settings: refactor virtual delete() functionThomas Haller2017-10-255-74/+50
| * settings: refactor virtual commit_changes() functionThomas Haller2017-10-255-106/+68
| * settings: refactor replace_and_commit()Thomas Haller2017-10-253-51/+37
| * ifcfg-rh: use svGetValueInt64() to read DEVTIMEOUTThomas Haller2017-10-251-9/+1
| * ifcfg-rh: use svSetValueInt64_cond() in writerThomas Haller2017-10-251-10/+12
| * ifnet: avoid registering and leaking multiple file monitorsThomas Haller2017-10-251-12/+16
| * ifnet/trivial: whitespace onlyThomas Haller2017-10-251-8/+8
| * libnm: add nm_setting_ip_config_get_addr_family() utilThomas Haller2017-10-251-0/+12
|/
* device: don't configure automatic default-routes if an explicit gateway is setThomas Haller2017-10-251-2/+10
* vpn: consider the never-default connection propertyBeniamino Galvani2017-10-251-5/+11
* device: merge branch 'th/device-mtu-rh1414901'Thomas Haller2017-10-2414-172/+338
|\
| * device: show better logging message when setting MTU failsThomas Haller2017-10-241-3/+22
| * platform: log result also for EEXIST in sysctl_set()Thomas Haller2017-10-241-3/+5
| * platform: return platform error code from nm_platform_link_set_mtu()Thomas Haller2017-10-245-10/+10
| * platform: suppress logging error on failure to set MTUThomas Haller2017-10-241-2/+11
| * core: add nm_utils_sysctl_ip_conf_is_path() utilThomas Haller2017-10-243-1/+80
| * core: merge IPv4 and IPv6 implementation of nm_utils_ip4_property_path()Thomas Haller2017-10-246-71/+46
| * core: don't use static buffer for nm_utils_ip4_property_path()Thomas Haller2017-10-246-32/+59
| * platform: merge do_change_link_request() into do_change_link()Thomas Haller2017-10-231-30/+26
| * platform: merge do_change_link_result() into do_change_link()Thomas Haller2017-10-231-18/+8
| * platform: move evaluating the result of set_address to do_change_link_result()Thomas Haller2017-10-231-37/+41
| * platform: downgrade warning about failure to set MTUThomas Haller2017-10-233-10/+23
| * device: reset MTU when slave's MTU changesThomas Haller2017-10-231-0/+8
| * device: reset MTU when VLAN's parent device changes MTUThomas Haller2017-10-233-3/+39
| * device: set MTU property of device in new _set_mtu() functionThomas Haller2017-10-231-18/+19
| * platform: fix return value for nm_platform_sysctl_set()Thomas Haller2017-10-231-1/+2
| * libnm: reject colon in nm_utils_is_valid_iface_name()Thomas Haller2017-10-231-13/+19
|/
* build: disable lcov version checkBeniamino Galvani2017-10-201-24/+2
* manager: fix evaluation of manager stateBeniamino Galvani2017-10-201-1/+1
* merge: branch 'bg/close-rh1451236'Beniamino Galvani2017-10-1912-41/+76
|\
| * core: add option to pass ownership of file descriptor to nm_utils_fd_get_cont...Thomas Haller2017-10-193-7/+18