From 6a0bc4f5cd46b1ab85dba5bd2de28f568cc947b0 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Sun, 8 May 2016 02:31:00 -0400 Subject: 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 Also-authored-by: Petr Vobornik Reviewed-by: Simo Sorce --- src/asn1c/GSSSessionData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/asn1c/GSSSessionData.h') diff --git a/src/asn1c/GSSSessionData.h b/src/asn1c/GSSSessionData.h index 53556d8..4ae224f 100644 --- a/src/asn1c/GSSSessionData.h +++ b/src/asn1c/GSSSessionData.h @@ -2,7 +2,6 @@ * Generated by asn1c-0.9.27 (http://lionet.info/asn1c) * From ASN.1 module "GssapiSessionModule" * found in "session.asn1" - * `asn1c -fskeletons-copy` */ #ifndef _GSSSessionData_H_ @@ -29,6 +28,7 @@ typedef struct GSSSessionData { OCTET_STRING_t username; OCTET_STRING_t gssname; OCTET_STRING_t basichash; + OCTET_STRING_t ccname; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; -- cgit