Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: tlyu@mit.edu Subject: CVS Commit RT-Send-CC: RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 640 * 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