From: Sam Hartman Date: Thu, 26 Mar 2009 05:36:28 +0000 (+0000) Subject: Add #defines for fast options and to keep track of unsupported X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fda9fb39706ab95ba507b781570cb7aeca9fe0e;p=thirdparty%2Fkrb5.git Add #defines for fast options and to keep track of unsupported critical fast options. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/fast@22121 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 4dbc8d300e..8d5d817f8f 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -981,6 +981,10 @@ typedef struct _krb5_fast_req { krb5_kdc_req *req_body; } krb5_fast_req; +/* Bits 0-15 are critical in fast options.*/ +#define UNSUPPORTED_CRITICAL_FAST_OPTIONS 0x00ff +#define KRB5_FAST_OPTION_HIDE_CLIENT_NAMES 0x01 + typedef struct _krb5_fast_finished { krb5_timestamp timestamp; krb5_int32 usec;