From: Sam Hartman Date: Wed, 23 Dec 2009 21:10:03 +0000 (+0000) Subject: Update flag values for anonymous kdc option and ticket flag X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a88381b6bc5a2f2ba390ca1aac52adf1c2532417;p=thirdparty%2Fkrb5.git Update flag values for anonymous kdc option and ticket flag per discussion with Tom git-svn-id: svn://anonsvn.mit.edu/krb5/branches/anonymous@23496 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index bb62453f5a..1b495d6dd8 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -846,10 +846,9 @@ krb5_verify_checksum(krb5_context context, krb5_cksumtype ctype, /* #define KDC_OPT_RESERVED 0x00100000 */ /* #define KDC_OPT_RESERVED 0x00080000 */ /* #define KDC_OPT_RESERVED 0x00040000 */ -#define KDC_OPT_REQUEST_ANONYMOUS 0x00020000 #define KDC_OPT_CNAME_IN_ADDL_TKT 0x00020000 #define KDC_OPT_CANONICALIZE 0x00010000 -/* #define KDC_OPT_RESERVED 0x00008000 */ +#define KDC_OPT_REQUEST_ANONYMOUS 0x000080000 /* #define KDC_OPT_RESERVED 0x00004000 */ /* #define KDC_OPT_RESERVED 0x00002000 */ /* #define KDC_OPT_RESERVED 0x00001000 */ @@ -937,9 +936,8 @@ krb5_verify_checksum(krb5_context context, krb5_cksumtype ctype, #define TKT_FLG_HW_AUTH 0x00100000 #define TKT_FLG_TRANSIT_POLICY_CHECKED 0x00080000 #define TKT_FLG_OK_AS_DELEGATE 0x00040000 -#define TKT_FLG_ANONYMOUS 0x00020000 #define TKT_FLG_ENC_PA_REP 0x00010000 -/* #define TKT_FLG_RESERVED 0x00008000 */ + #define TKT_FLG_ANONYMOUS 0x00008000 /* #define TKT_FLG_RESERVED 0x00004000 */ /* #define TKT_FLG_RESERVED 0x00002000 */ /* #define TKT_FLG_RESERVED 0x00001000 */