kustomzone / plush

Plush is a browser-based shell or terminal.
Apache License 2.0
0 stars 0 forks source link

plush does not track noecho mode, outputs password in sudo, etc #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Type 'sudo ls /etc/'
2. At the password prompt type anything
3. Notice that what you typed is echoed to the screen

What is the expected output? What do you see instead?
The password should not be echoed

What version of the product are you using? On what operating system?
v0.2.0.0-218-g3ebde3f, OSX 10.8.3, Chrome 26.0.1410.40 beta

Please provide any additional information below.

Original issue reported on code.google.com by j...@glyphic.com on 24 Mar 2013 at 7:07

GoogleCodeExporter commented 9 years ago
new input regime solves this (as command input is now round-tripped through the 
ptty)

commit: [5d337f4]

Original comment by m...@glyphic.com on 15 Jun 2013 at 2:54