Module Name: krb5 Committed By: tlyu Date: Wed Feb 5 03:57:23 UTC 2003 Modified Files: krb5/src/lib/krb5/ChangeLog krb5/src/lib/krb5/configure.in krb5/src/lib/krb5/os/ChangeLog krb5/src/lib/krb5/os/prompter.c Added Files: Removed Files: Log Message ticket: 673 ticket: 680 * 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