* aclocal.m4, acconfig.h
authorRichard Basch <probe@mit.edu>
Thu, 4 Jan 1996 05:33:35 +0000 (05:33 +0000)
committerRichard Basch <probe@mit.edu>
Thu, 4 Jan 1996 05:33:35 +0000 (05:33 +0000)
Removed sys/fcntl.h checking (always use fcntl.h instead)
* TODO
Documented that sys/fcntl.h checks have been removed.
Added a KDC bug that needs to be investigated.

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

src/TODO

index 030fd5eb0deafb6669e3ef625f61de80ea5f0b0d..72dda630efe0f6580be9216e19214f6f136fa891 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -5,6 +5,7 @@ Major projects:
 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.
 
 2.  API changes
 DONE   * context changes (mostly done)
@@ -38,7 +39,7 @@ DONE  * write configuration file library
 DONE   * fold in krb4 library
 DONE   * kdc support automatic fallback (done)
        * DES glue code rewrite
-       * don't need NEED_SYS_FCNTL.H; just always include <fnctl.h>
+DONE   * don't need NEED_SYS_FCNTL.H; just always include <fnctl.h>
        * utmp configure cleanup
        * telnet portability
 DONE   * CONFIG_RULES should include more standard rules (WITH_KRB4, etc.)