GNU bug report logs -
#17839
24.4.50; read-passwd echoes password input in non-interactive sessions
Previous Next
Reported by: Sebastian Wiesner <swiesner <at> lunaryorn.com>
Date: Mon, 23 Jun 2014 15:37:02 UTC
Severity: normal
Found in version 24.4.50
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #85 received at 17839 <at> debbugs.gnu.org (full text, mbox):
> From: Michael Albinus <michael.albinus <at> gmx.de>
> Cc: monnier <at> iro.umontreal.ca, schwab <at> suse.de, 17839 <at> debbugs.gnu.org, swiesner <at> lunaryorn.com
> Date: Fri, 11 Jul 2014 14:43:10 +0200
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> Alternatively, shall we add (disable|enable)_echo functions to sysdep.c?
> >
> > Yes, please. This will make emulating termios for Windows easier.
>
> I've moved the code to the new function suppress_echo_on_tty of
> sysdep.c. For resetting the tty, no new function was necessary.
Thanks. I added implementation for MS-Windows.
The result is not 100% satisfactory, as one needs to press RET twice
to finish the input, and it looks like some garbage is left in the
input buffer, since the following (normal) input gets something
strange. A workaround is to press C-z, which produces EOF, instead of
RET, when password entry is finished.
I also needed a change in minibuf.c to end the reading loop on CR, not
just a newline. If this is bad news for Posix platforms, we can make
that code conditional on Windows.
This bug report was last modified 10 years and 295 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.