]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Switched back to using compatible KDC option flag for referrals.
authorAndrew Boardman <amb@mit.edu>
Fri, 11 Aug 2006 05:18:12 +0000 (05:18 +0000)
committerAndrew Boardman <amb@mit.edu>
Fri, 11 Aug 2006 05:18:12 +0000 (05:18 +0000)
Added declaration of krb5_get_fallback_host_realm.

git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18431 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.hin

index fadc0b633075aa91ff9498af345018e96c7b7a2f..f93ad3d2370ec46cd7571dfb4827e4e234fe985d 100644 (file)
@@ -702,8 +702,8 @@ krb5_error_code krb5_decrypt_data
 /* #define     KDC_OPT_RESERVED        0x00080000 */
 /* #define     KDC_OPT_RESERVED        0x00040000 */
 #define        KDC_OPT_REQUEST_ANONYMOUS       0x00020000
-#define        KDC_OPT_MSCANONICALIZE          0x00010000
-#define        KDC_OPT_CANONICALIZE            0x00008000
+#define        KDC_OPT_CANONICALIZE            0x00010000
+/* #define     KDC_OPT_RESERVED        0x00008000 */
 /* #define     KDC_OPT_RESERVED        0x00004000 */
 /* #define     KDC_OPT_RESERVED        0x00002000 */
 /* #define     KDC_OPT_RESERVED        0x00001000 */
@@ -2255,6 +2255,10 @@ krb5_error_code KRB5_CALLCONV krb5_get_host_realm
        (krb5_context,
                const char *,
                char *** );
+krb5_error_code KRB5_CALLCONV krb5_get_fallback_host_realm
+       (krb5_context,
+               const char *,
+               char *** );
 krb5_error_code KRB5_CALLCONV krb5_free_host_realm
        (krb5_context,
                char * const * );