svn rev #22121: branches/fast/src/include/

hartmans@MIT.EDU hartmans at MIT.EDU
Thu Mar 26 01:36:29 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22121
Commit By: hartmans
Log Message:
Add #defines for fast options and to keep track of unsupported
critical fast options.


Changed Files:
U   branches/fast/src/include/k5-int.h
Modified: branches/fast/src/include/k5-int.h
===================================================================
--- branches/fast/src/include/k5-int.h	2009-03-26 05:36:26 UTC (rev 22120)
+++ branches/fast/src/include/k5-int.h	2009-03-26 05:36:28 UTC (rev 22121)
@@ -981,6 +981,10 @@
    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;




More information about the cvs-krb5 mailing list