summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1996-01-04 05:33:35 +0000
committerRichard Basch <probe@mit.edu>1996-01-04 05:33:35 +0000
commit1d372cd85187937087665c706b1e217de286ac48 (patch)
treea37fde1a922c01312909c165fe8937b1dd6d7aa0
parentb15d85f97a4f321a908cfb566db3532ba8bfebd7 (diff)
downloadkrb5-1d372cd85187937087665c706b1e217de286ac48.tar.gz
krb5-1d372cd85187937087665c706b1e217de286ac48.tar.xz
krb5-1d372cd85187937087665c706b1e217de286ac48.zip
* aclocal.m4, acconfig.h
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
-rw-r--r--src/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/TODO b/src/TODO
index 030fd5eb0..72dda630e 100644
--- 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.)