]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Added some known problems to bug list, removed assertion failure
authorAndrew Boardman <amb@mit.edu>
Thu, 7 Sep 2006 16:49:25 +0000 (16:49 +0000)
committerAndrew Boardman <amb@mit.edu>
Thu, 7 Sep 2006 16:49:25 +0000 (16:49 +0000)
fixed in #18568.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/referrals@18569 dc483132-0cff-0310-8789-dd5450dbe970

TODO

diff --git a/TODO b/TODO
index 745ed486f61d763ddba00bb447be032b01226224..9d18cba612e1287fa610b3f8b2b101dd3ad4df54 100644 (file)
--- 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,