summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-02-28 05:47:23 +0000
committerTheodore Tso <tytso@mit.edu>1996-02-28 05:47:23 +0000
commit914e58255f53b7445a0ccdfb66b703e45482e3d2 (patch)
treee4d33c755592d36053333288b3bc4cf2cb84baa2 /src
parent2cd57caee0587c2a459c32bd36bea48c295ca1d3 (diff)
Update TODO list
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7568 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/TODO b/src/TODO
index b60418db5..b816b170c 100644
--- a/src/TODO
+++ b/src/TODO
@@ -56,6 +56,12 @@ DONE * Make kinit not delete the credcache before tickets are
gethostbyname()/gethostbyaddr() to get a real DNS name
so that we don't get bitten by athena.dialup.mit.edu
and resolvers which shuffle DNS records. (HIGH)
+ * GSSAPI V2 calls: gss_export_name(), gss_canonicalize_name(),
+ gss_inquire_mech_for_names()
+ * GSSAPI mechglue: gss_inquire_cred() not quite right for
+ default credential. Fix for Mech-Spec names.
+ * GSSAPI mechglue: gss_acquire_cred is really kinda broken...
+ Fix for mech-spec names.
* krb5 bugs
7. Future development
@@ -66,7 +72,7 @@ DONE * Make kinit not delete the credcache before tickets are
routines update the master key and then update every
principal in the database. Doing this will also allow
us to remove the mkvno field saving 2 bytes per entry.
- * Fix preauthentication code
+DONE * Fix preauthentication code
DONE * Save the time offset between the kerberos server and the
current host in the credential cache. (Just need to
actually get and save the time.)