[krbdev.mit.edu #6739] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Tue Jun 8 12:26:24 EDT 2010


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.)


http://src.mit.edu/fisheye/changelog/krb5/?cs=24121
Commit By: ghudson
Revision: 24121
Changed Files:
U   trunk/src/lib/gssapi/krb5/k5seal.c
U   trunk/src/lib/gssapi/krb5/k5sealiov.c
U   trunk/src/lib/gssapi/krb5/k5unseal.c




More information about the krb5-bugs mailing list