search for: _t_flush

Displaying 3 results from an estimated 3 matches for "_t_flush".

Did you mean: qt_flush
2001 Oct 18
0
Patch for hanging ssh-add under Solaris CDE
...e. A patch to go back to the old way is attached in case it is wanted. You might think that because readpassphrase() usually turns off echoing, that flushing the input is a good idea. If that's desired, I suggest either adding another flag or using the existing RPP_REQUIRE_TTY flag and using _T_FLUSH only if that is set. That flag is not set for ssh-add, but it is set for other things. - Dave Dykstra --- openbsd-compat/readpassphrase.c.O Fri Oct 12 17:12:22 2001 +++ openbsd-compat/readpassphrase.c Thu Oct 18 13:59:25 2001 @@ -36,12 +36,6 @@ #include <termios.h> #include <readpass...
2016 Sep 27
10
[Bug 2619] New: infinite loop, 100% cpu use in ssh if ^Z is pressed at password prompt
...events the problem. So, while the problem appears to be kind of expected, it is being reported in case it was not meant to happen. Originally reported in Red Hat bugzilla [1]. This is rare race condition, where we stuck in the code openbsd-compat/readpassphrase.c: while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && errno == EINTR) continue; but it should not happen. The possible solution would be to check the signal received in the handler, but I am not sure about most appropriate fallback when the above fails. More verbose analysis is in the above menti...
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a new release soon. If you have any patches you would like us to consider, please resend them to the list ASAP. -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer