You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Nathaniel Case f221105882
Prevent data being truncated over persistent connection socket (#43885)
* Change how data is sent to the persistent connection socket.

We can't rely on readline(), so send the size of the data first. We can
then read that many bytes from the stream on the recieving end.

* Set pty to noncanonical mode before sending

* Now that we send data length, we don't need a sentinel anymore

* Copy socket changes to persistent, too

* Use os.write instead of fdopen()ing and using that.

* Follow pickle with sha1sum of pickle

* Swap order of vars and init being passed to ansible-connection
6 years ago
..
cli Fix config manager to show errors 6 years ago
compat Surround top-level function and class definitions with two blank lines. 6 years ago
config Only print warning when ansible.cfg is actually skipped (#43583) 6 years ago
errors give hint to users when a file is not found 7 years ago
executor Prevent data being truncated over persistent connection socket (#43885) 6 years ago
galaxy Fix invalid Dockerfile created by "galaxy init --type apb" (#42017) 6 years ago
inventory Error on empty group/host name (#42584) 6 years ago
module_utils Prevent data being truncated over persistent connection socket (#43885) 6 years ago
modules Update iosxr cliconf plugin (#43837) 6 years ago
parsing Surround top-level function and class definitions with two blank lines. 6 years ago
playbook Fix referenced before assignment in role requirements 6 years ago
plugins Prevent data being truncated over persistent connection socket (#43885) 6 years ago
template Add specific exceptions to except 6 years ago
utils New module for managing EMC VNX Block storage (#42945) 6 years ago
vars delegate_to: accept only string for delegation host (#43473) 6 years ago
__init__.py
constants.py Fix spelling of ansbile to ansible (#43898) 6 years ago
release.py update 2.7 codename 7 years ago