diff options
| author | Richard Basch <probe@mit.edu> | 1996-01-04 05:33:35 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1996-01-04 05:33:35 +0000 |
| commit | 1d372cd85187937087665c706b1e217de286ac48 (patch) | |
| tree | a37fde1a922c01312909c165fe8937b1dd6d7aa0 | |
| parent | b15d85f97a4f321a908cfb566db3532ba8bfebd7 (diff) | |
| download | krb5-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/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.) |
