From 3e11fdc73187be0bca39266c619b4bdc7c052b96 Mon Sep 17 00:00:00 2001 From: Andrew Boardman Date: Tue, 15 Aug 2006 22:49:48 +0000 Subject: [PATCH] Notes on hostname munging git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18443 dc483132-0cff-0310-8789-dd5450dbe970 --- implementation.notes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/implementation.notes b/implementation.notes index 4cfd08a5b7..6ea023ec2d 100644 --- a/implementation.notes +++ b/implementation.notes @@ -38,6 +38,14 @@ new logic: - if service ticket returned, operation is complete. - if loop count exceeded, exit +notes on resolving hostnames +============================ +krb5_get_host_realm does various sanity-checking on supplied hostnames +including folding them to lowercase and using the local hostname if +blank. Currently krb5_get_fallback_host realm is set up to do the same +thing, with the common code moved to krb5_clean_hostname. (Stupid +name...) Should it really do that, or should it be much more limited? + problems ======== - draft and actual microsoft implementation are divergent enough that MS -- 2.47.2