]> git.ipfire.org Git - thirdparty/krb5.git/commit
Abort client preauth on keyboard interrupt 704/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 22 Sep 2017 20:51:15 +0000 (16:51 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 27 Sep 2017 16:01:50 +0000 (12:01 -0400)
commit144f109d930d509c3809d6f7da21eae6be500b2e
tree809a9a9aa81d862f9722e42811f805a583117ecf
parent9563fab8faf281a5da61e011a7a74bd8dca2fdbb
Abort client preauth on keyboard interrupt

Continuing client preauth after a keyboard interrupt is unexpected and
can manifest bugs (such as the one in ticket 8596) by invoking preauth
mechs we wouldn't ordinarily reach.  Based on a patch by Marc Dionne.

ticket: 8615 (new)
src/lib/krb5/krb/get_in_tkt.c
src/lib/krb5/krb/preauth2.c