* prompter.c (krb5_prompter_posix): Rewrite to no longer use longjmp(), as well as to get a non-buffered stdio stream on stdin to avoid passwords staying around in stdio buffers. This does have the side effect of possibly losing pre-buffered input from an application that reads from stdin using stdio functions prior to calling the prompter, but hopefully those are rare. To generate a diff of this commit: cvs diff -r5.89 -r5.90 krb5/src/lib/krb5/ChangeLog cvs diff -r1.50 -r1.51 krb5/src/lib/krb5/configure.in cvs diff -r5.337 -r5.338 krb5/src/lib/krb5/os/ChangeLog cvs diff -r5.13 -r5.14 krb5/src/lib/krb5/os/prompter.c