git-annex/Messages
Joey Hess 6992fe133b
Ssh password prompting improved when using -J
When ssh connection caching is enabled (and when GIT_ANNEX_USE_GIT_SSH is
not set), only one ssh password prompt will be made per host, and only one
ssh password prompt will be made at a time.

This also fixes a race in prepSocket's stale ssh connection stopping
when run with -J. It was possible for one thread to start a cached ssh
connection, and another thread to immediately stop it, resulting in excess
connections being made.

This commit was supported by the NSF-funded DataLad project.
2017-05-11 17:36:03 -04:00
..
Concurrent.hs disentangle concurrency and message type 2016-09-09 12:57:42 -04:00
Internal.hs Ssh password prompting improved when using -J 2017-05-11 17:36:03 -04:00
JSON.hs factor non-type stuff out of Key 2017-02-24 13:42:30 -04:00
Progress.hs add missing case for unknown size with normal output 2016-10-05 15:10:24 -04:00