Optimize BASIC AUTH checks with sessions.
authorSimo Sorce <simo@redhat.com>
Sat, 13 Jun 2015 20:46:40 +0000 (16:46 -0400)
committerSimo Sorce <simo@redhat.com>
Sat, 13 Jun 2015 21:27:25 +0000 (17:27 -0400)
If sessions are enbled store a MAC of the password and use it to check
if the password is the same on follow-up requests. If it is, avoid the
whole gssapi dance and use the session data instead.

Signed-off-by: Simo Sorce <simo@redhat.com>

No differences found