svn rev #23496: branches/anonymous/src/include/krb5/

hartmans@MIT.EDU hartmans at MIT.EDU
Wed Dec 23 16:10:03 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=23496
Commit By: hartmans
Log Message:
Update flag  values for anonymous  kdc option and ticket flag
per discussion with Tom


Changed Files:
U   branches/anonymous/src/include/krb5/krb5.hin
Modified: branches/anonymous/src/include/krb5/krb5.hin
===================================================================
--- branches/anonymous/src/include/krb5/krb5.hin	2009-12-23 21:10:00 UTC (rev 23495)
+++ branches/anonymous/src/include/krb5/krb5.hin	2009-12-23 21:10:03 UTC (rev 23496)
@@ -846,10 +846,9 @@
 /* #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 @@
 #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 */




More information about the cvs-krb5 mailing list