Stop checking the current time against the context expiration time in
authorGreg Hudson <ghudson@mit.edu>
Tue, 8 Jun 2010 16:26:23 +0000 (16:26 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 8 Jun 2010 16:26:23 +0000 (16:26 +0000)
commitc38c2428d55cc3fa5440907e42d15e9a2e882084
treed542f77bf034ea6926d021c20a08beb2299e73b0
parent8cabf8a9bbc359a1627d005e4a08dfa4ca61c89e
Stop checking the current time against the context expiration time in
the message wrap/unwrap functions in the krb5 GSS mech.  Heimdal
doesn't do it, and it generally results in poor app behavior when a
ticket expires.  In exchange, it doesn't provide much security benefit
since it's not enforced across the board--for example, ssh sessions
can persist beyond ticket expiration time since they don't use GSS to
wrap payload data.

(This is a continuation of r24120, which should have contained the
changes to all four files.)

ticket: 6739

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24121 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/krb5/k5seal.c
src/lib/gssapi/krb5/k5sealiov.c
src/lib/gssapi/krb5/k5unseal.c