diff options
author | Richard Basch <probe@mit.edu> | 1996-03-12 19:04:14 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1996-03-12 19:04:14 +0000 |
commit | 9de25f5b4de8e0a168be70ed8414b6c7538777ed (patch) | |
tree | 64cfb092a7514122105d4e943eb36c93855b1ade /src/TODO | |
parent | 22553ce19a069c8522082073c8d4b81e8f1e83c5 (diff) | |
download | krb5-9de25f5b4de8e0a168be70ed8414b6c7538777ed.tar.gz krb5-9de25f5b4de8e0a168be70ed8414b6c7538777ed.tar.xz krb5-9de25f5b4de8e0a168be70ed8414b6c7538777ed.zip |
Additional bugs needing to be addressed
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7608 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/TODO')
-rw-r--r-- | src/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -8,6 +8,10 @@ DONE * Use dbm as the default database. (HIGH PRIORITY) 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 + be a mechanism in ktutil to query the server for the kvno + because V4 and V5 kvno's have different limits/wraps. 2. API changes DONE * context changes (mostly done) @@ -22,6 +26,12 @@ 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. + * 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). 4. Better Kerberos Database DONE * Design encoders/decoders |