summaryrefslogtreecommitdiffstats
path: root/src/TODO
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1996-01-22 04:53:48 +0000
committerRichard Basch <probe@mit.edu>1996-01-22 04:53:48 +0000
commit4d4bb40eba6882f011f03e64094000a98360f4e8 (patch)
tree375e5538335776c340d5b7c88ae7b4702a8e785e /src/TODO
parentb1e0369e1b9516117d24a7c90fafe69048f36660 (diff)
downloadkrb5-4d4bb40eba6882f011f03e64094000a98360f4e8.tar.gz
krb5-4d4bb40eba6882f011f03e64094000a98360f4e8.tar.xz
krb5-4d4bb40eba6882f011f03e64094000a98360f4e8.zip
A couple more tasks have been completed (use dbm, and kdc locking)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7352 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/TODO')
-rw-r--r--src/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/TODO b/src/TODO
index 72dda630e..8666378f4 100644
--- a/src/TODO
+++ b/src/TODO
@@ -3,9 +3,9 @@ Major projects:
1. Run a V5 KDC on the master KDC.
* audit code in v4 kadmind server
DONE * convert syslog -> log (to real file)
- * save versus deletion of rcache file (HIGH PRIORITY)
- * Use dbm as the default database. (HIGH PRIORITY)
- * Solaris: KDC does not notice new databases.
+DONE * save versus deletion of rcache file (HIGH PRIORITY)
+DONE * Use dbm as the default database. (HIGH PRIORITY)
+DONE * KDC does not notice new databases after new db loads (HIGH PRIORITY)
2. API changes
DONE * context changes (mostly done)