]> granicus.if.org Git - python/commit
Fixes issue7208 - getpass would still allow the password to be echoed on
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 31 Oct 2009 21:26:08 +0000 (21:26 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 31 Oct 2009 21:26:08 +0000 (21:26 +0000)
commit29b5365f6981523bb6a84e3eaf57f4d4433d27ae
tree2df2132b6d0195f99998adbebfc3039133ff4f2d
parentb2b92ea7bc9abcde3209414b21d80f699dff20bb
Fixes issue7208 - getpass would still allow the password to be echoed on
Solaris due to not flushing the input buffer.

This change also incorporates some additional getpass implementation
suggestions for security based on an analysis of getpass.c linked to from the
issue.
Lib/getpass.py