Make password prompts interruptable..
commitc3bb2a255619f9a96ac14ad606f34f847907fedc
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Sat, 22 Feb 2014 19:19:27 +0000 (22 20:19 +0100)
committerSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Sat, 22 Feb 2014 22:25:13 +0000 (22 23:25 +0100)
treeacbb7c7ce5fe14610a62e611ddea295013977945
parenta2c956fce8933d57a4ab01eee426d57b989b1151
Make password prompts interruptable..

Thanks to a message from Andy Switala (andy DOT switala AT gmail
DOT com) i came back to non-interruptable password prompts.
We have to use patched SIGINT handlers for this to work for quite
some time, but since implementing this made me realize an
ever-existing memory leak (sclose(): free socket write buffer..)
and an oddity in `smemtrace' pointer display (auxlily.c:
_HOPE_GET_TRACE(): adjust pointer..) it's a good thing.
imap.c
openssl.c
pop3.c
tty.c