From: Andrew Boardman Date: Thu, 7 Sep 2006 16:49:25 +0000 (+0000) Subject: Added some known problems to bug list, removed assertion failure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f7c7de35ede35700ccdaf8e2a820c740a22e64;p=thirdparty%2Fkrb5.git Added some known problems to bug list, removed assertion failure fixed in #18568. git-svn-id: svn://anonsvn.mit.edu/krb5/branches/referrals@18569 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/TODO b/TODO index 745ed486f6..9d18cba612 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,12 @@ blocking issues for beta release ================================ -- check assertion failure case: - - reproduce: "./ptest argos.mit.edu" - - might require NOT tickets and no domain_realm setting - - no longer reproducible? - correctly return first-hop TGTs for ccache storage - - old code was convoluted and buggy. replace. + - old code was convoluted and buggy. replacement underway. - referral loop checking - testing, cleanup, documentation +- ccache match failure; referred tickets are always refetched +- fallback uses local realm instead of remote fallback realm +- switch string comparisons to use krb5_is_referral_realm further work: ============ @@ -30,8 +29,9 @@ testing issues: low-priority: - code (or explicitly punt) edge cases in krb5_get_cred_from_kdc_opt -final cleanup: +final cleanup: (pre-beta) ============= +- scan for leftover bogosities with "XXX" tag - check namespace use with tom - review code for: - string safety, particularly strcmp use -- nothing is guaranteed to be a string,