Implement unique ccache names
authorRobbie Harwood <rharwood@redhat.com>
Sun, 8 May 2016 06:31:00 +0000 (02:31 -0400)
committerSimo Sorce <simo@redhat.com>
Wed, 18 May 2016 21:46:14 +0000 (17:46 -0400)
commit6a0bc4f5cd46b1ab85dba5bd2de28f568cc947b0
tree8f1451065efa8afb840cde844b48cf1c3de5c6b0
parent6e746f91177902528e42ac982e965fe469aa8855
Implement unique ccache names

Unique ccache names may be requested using the GssapiDelegCcacheUnique
configuration option.  This option is off by default.  If both unique
ccache names and session use are enabled, then a mechanism for removing
old ccaches must be supplied.

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Also-authored-by: Petr Vobornik <pvoborni@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
README
src/asn1c/GSSSessionData.c
src/asn1c/GSSSessionData.h
src/asn1c/Uint32.c
src/asn1c/Uint32.h
src/asn1c/session.asn1
src/environ.c
src/mod_auth_gssapi.c
src/mod_auth_gssapi.h
src/sessions.c