aboutsummaryrefslogtreecommitdiff
path: root/src/TODO
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1996-04-13 03:19:34 +0000
committerRichard Basch <probe@mit.edu>1996-04-13 03:19:34 +0000
commit39b5545754d69d254f13ee52ea3dbbe5755774ce (patch)
treec23579406b06930f6b4dc62f87110c3b9c0c0bb6 /src/TODO
parent55817d941714372672957817ffdbed9dfc6d8673 (diff)
downloadkrb5-39b5545754d69d254f13ee52ea3dbbe5755774ce.zip
krb5-39b5545754d69d254f13ee52ea3dbbe5755774ce.tar.gz
krb5-39b5545754d69d254f13ee52ea3dbbe5755774ce.tar.bz2
Reflect today's reality... it hasn't been edited in a while
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7809 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/TODO')
-rw-r--r--src/TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/TODO b/src/TODO
index 13678a3..1f94a1f 100644
--- a/src/TODO
+++ b/src/TODO
@@ -9,9 +9,10 @@ DONE * KDC does not notice new databases after new db loads (HIGH PRIORITY)
* KDC returns wrong starttime if queried too quickly with a TGS req.
after a TGT request.
* v4kadmind: convert syslog -> log (to real file)
- * v4kadmind: should store (kvno++ % 256) in database, or there should
+DONE * v4kadmind: should store (kvno++ % 256) in database, or there should
be a mechanism in ktutil to query the server for the kvno
because V4 and V5 kvno's have different limits/wraps.
+ (currently, it is set to store kvno++ % 256)
2. API changes
DONE * context changes (mostly done)
@@ -26,9 +27,6 @@ DONE * Remove krb5_enctype argument from string_to_key(). (HIGH)
DONE * kdb5_edit support (show princal, set attributes)
DONE * test DES-MD5
DONE * make DES-MD5 default, fall back to DES-CRC
- * krb5_get_in_tkt_with_keytab needs to pass local ktypes in AS_REQ.
- It should only be requesting ktypes for which there are
- local keytab entries.
DONE * DES_CBC_* are not being properly treated.
Requesting one type does not always return a key of the
same type (even if there is another DES key in the db).
@@ -102,9 +100,9 @@ DONE * Save the time offset between the kerberos server and the
8. New applications
* POP (POST 1.0)
* discuss (POST 1.0)
- * FTP (POST 1.0?)
+DONE * FTP (POST 1.0?)
* Zephyr (POST 1.0)
- * Encrypted telnet (HIGH)
+ * Proper encrypted telnet (POST 1.0)
9. Kadmin
DONE * Password changing protocol.