ansible/changelogs/fragments
Toshio Kuratomi e2e44f846c Fix the local and ssh plugins for a cornercase retrying a syscall
The bundled selectors library which is used by the local and ssh
connection plugins had a bug which caused a traceback in a cornercase.
If selectors were in use and a syscall was interrupted, selectors would
attempt to restart the syscall after the interrupt was processed.  if
the attempt determined that the timeout for running the syscall had
already expired, the code attempted to raise OSError.  The raise was
using a Python3-ism and needed to be ported to work on Python2.

Fixes #41630
2018-08-13 07:17:11 -07:00
..
42042-inventory_with_no_region.yaml fixes #42042 (#42939) 2018-07-27 10:02:34 -04:00
42170-acme-backend-selection.yaml ACME: use Cryptography (if a new enough version is available) instead of OpenSSL (#42170) 2018-08-12 19:12:01 +02:00
42647-win_updates.yaml
42669-add_ssl_zabbix_inventory.yaml Zabbix inventory improvement (#42669) 2018-07-14 09:10:16 -04:00
43024-nclu-empty-net-commands.yaml NCLU Module: Improve performance by not operating on empty lines (#43024) 2018-07-20 11:38:29 -04:00
add_file_lock_feature.yaml
add_random_mac_filtter.yaml
admin-users-default-change.yaml
alternative_facts.yml fix alt linux detection for new versions (#43723) 2018-08-10 15:16:33 -04:00
ansiballz_one_interpreter.yml AnsiballZ improvements 2018-07-26 20:07:25 -07:00
ansiballz_streamline_imports.yaml
any_unparsed_is_failed.yaml
avoid_cwd_vars.yml
aws_core_is_boto3_error_code.yml
aws_s3_async_fix.yaml
aws_s3_decryption_fix.yaml
aws_s3_fix_custom_endpoints.yaml
basic_booleans_backward_compat.yaml
batch_mode_elasticsearch_plugin.yaml
callback_plugin_merge.yml
clarify_error_message.yml better error messasge (#42770) 2018-07-19 12:13:09 -04:00
cleanup__file__.yaml
command_shell_check_mode.yaml Enable check_mode in command module (#40428) 2018-07-23 14:06:41 -07:00
connection_reset.yaml
console_color.yml Allow to specifically customize console's color 2018-07-24 13:21:58 -04:00
deprecated-__file__.yaml AnsiballZ improvements 2018-07-26 20:07:25 -07:00
docker-default-ssl.yml Fix ssl_version default value. (#42955) 2018-07-20 11:32:04 -04:00
elasticsearch_plugin-showSTDERRonFailure.yaml
ensure_text_source.yaml
env_inject.yml handle env exception in gathering even no inject (#43569) 2018-08-10 15:11:20 -04:00
file_attributes.yaml
file_touch_check_mode.yaml
file_touch_diff.yaml
fix-255-exit-code.yaml
fix-config-from-environment.yaml Normalize config from environment as text strings 2018-08-01 19:42:35 -07:00
fix-open-url.yml Only assume GET if no data, otherwise POST (#43133) 2018-07-23 07:30:10 -07:00
fix-selectors-error-condition.yaml Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 07:17:11 -07:00
fix-swap-mount-module.yaml Fix for creation and removal of swap record in fstab (fixes #42706, #31437 and #30090) (#42837) 2018-07-31 17:09:38 -04:00
fix-world-readable-skip-message.yaml Only print warning when ansible.cfg is actually skipped (#43583) 2018-08-03 10:39:33 -07:00
from_yaml_all_filter_plugin.yaml Add from_yaml_all to support multi document yaml strings (#43037) 2018-07-25 16:12:22 -04:00
gce-sort-fix.yaml
get_url_bug_fix.yaml fix issue [ get_url does not change mode when checksum matches ] (#43342) 2018-08-01 15:02:27 -04:00
grafana_5_dashboard_compatible.yaml Moved grafana 5 dashboard compatible changelog to fragments dir (#43593) 2018-08-02 19:07:42 +10:00
inventory_dir_ext_compare_fix.yaml
irc_py3_compat.yaml
lineinfile-empty-regexp.yml
lxd-idempotent-config.yaml changelog for lxd idempotence fix 2018-08-05 15:29:40 -07:00
missing_interpreter.yml more useful messages when module failure (#43576) 2018-08-02 13:30:57 -04:00
no_log_fix_for_connection_exceptions.yaml
passwordstore-lookup-backup.yaml
pause-stdout-redirection.yaml
pause-try-except-curses.yaml
preserve_delegate_nolog.yml
puppet_debugging_options.yaml
remote_tmp_de-escalated_user.yaml
remove-simplejson.yaml Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
remove-unused-ansible-remote-temp.yaml ANSIBLE_REMOTE_TMP was an implementation of unified temp that was later changed 2018-07-25 16:57:46 -07:00
service.yml module_utils_service: Fix glob path of rc.d (#43018) 2018-07-31 11:56:11 -04:00
syslog_facility-for-journald.yml
template_output_encoding.yml Allow specifying the output encoding in the template module (#42171) 2018-07-25 13:10:40 -07:00
user-freebsd-createhome-name-fix.yaml fix a (forgotten?) change in moving createhome -> create_home (#42711) 2018-07-16 16:55:57 -04:00
user_freebsd_always_changed_bugfix.yaml Only report change when home directory is different on FreeBSD (#42865) 2018-07-19 10:07:00 -04:00
v2.7.0-initial-commit.yaml
vultr_modules_renamed.yml vultr: rename prefix vr_to vultr_ (#43994) 2018-08-13 10:21:50 +02:00
win_become_async_older_hosts.yml
win_chocoalatey_install_tls12.yml
win_chocolatey-bugfixes.yaml win_chocolatey: refactor module to fix bugs and add new features (#43013) 2018-07-24 07:52:13 +10:00
win_chocolatey-return-rc-always.yml
win_domain-dns-typo-fix.yml
win_domain_controller-netlogon.yaml win_domain modules: ensure Netlogon service is still running after promotion (#43703) 2018-08-10 16:17:45 +10:00
win_iis_webapppool-output-fix.yml
win_privilege_util.yaml Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179) 2018-07-30 14:48:54 -07:00
win_reboot-fixes.yml
win_security_policy-empty-value.yaml win_security_policy: Allow setting a value to empty (#42051) 2018-07-13 14:08:14 +10:00
win_updates-async-fix.yml
win_user-validate-fixes.yaml win_user: use different method to validate credentials that does not rely on SMB/RPC (#43059) 2018-07-24 08:16:42 +10:00
winrm_kinit-remove-pass-log.yml
wrcwd_ansible.cfg.yml