Update of Krb5 todo list (lots of changes over the last couple of weeks).
authorTheodore Tso <tytso@mit.edu>
Thu, 26 Jan 1995 17:16:16 +0000 (17:16 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 26 Jan 1995 17:16:16 +0000 (17:16 +0000)
I've just never gotten around to checking it in....

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4853 dc483132-0cff-0310-8789-dd5450dbe970

src/TODO

index ba926ee67e247e8d8cfd1f27556a9df6b6880b2f..a25e05cc6b3eded59c8e8465b426d920360b432c 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,13 +1,62 @@
+
+Major projects:
+
+1.  Run a V5 KDC on the master KDC.
+       * audit code in v4 kadmind server
+       * convert syslog -> log (to real file)
+       * save versus deletion of rcache file
+
+ 2.  API changes
+       * context changes (mostly done)
+       * narrow types (done)
+       * get_in_tkt for salt support, multi encryption
+       * keytab lookup (for multi-encryption)
+       * oracle forwarding support
+
+3.  Multi-encryption support
+       * kdb5_edit support (show princal, set attributes)
+       * test DES-MD5
+       * make DES-MD5 default, fall back to DES-CRC
+
+4.  Better Kerberos Database
+       * Design encoders/decoders
+
+5.  Configuration file
+       * write configuration file library
+
+6.  Misc Cleanup
+       * check file vs stdio ccache code; replace file code with stdio
+       * rewrite rcache code
+       * fold in krb4 library
+       * kdc support automatic fallback (done)
+       * DES glue code rewrite
+       * don't need NEED_SYS_FCNTL.H; just always include <fnctl.h>
+       * utmp configure cleanup
+       * telnet portability
+       * CONFIG_RULES should include more standard rules (WITH_KRB4, etc.)
+               stuff that's in every single configure.in file.
+
+7.  Future development
+       * support for realm name changes
+       * telnet rsh support
+
+8.  New applications
+       * POP
+       * FTP
+
+9.  Kadmin
+       * Password changing protocol.
+
+
+
 needed before beta4-patch2:
 
 940802         stdargs/varargs breakage of ksu under SunOS
-940802         ultrix appl/bsd stuff breaks (Mark?)
 940802         double-check make install
 
 not-quite-critical bug fixes:
 
 940808         Support for DES-MD5
-940802         linux port problems, e.g. broken linux headers, sgtty.h, etc.
 940802         double-check telnet problems, e.g. solaris pty grabbing
 940802         rethink using compile check for fopen() binary mode
 
@@ -31,7 +80,6 @@ cleanup for later:
 940802         sanity check API doc
 940802         deja gnu, testing framework
 940808         make depend 
-940808         flush imake (and MIT DES code)
 940808         make sure we're using $(MAKE) everywhere
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%