Merge from vendor branch OPENSSH:
[dragonfly.git] / contrib / lukemftpd / todo
1 autoconf checks:
2         - HAVE_FTP_NAMES if FTP_NAMES et al in <arpa/ftp.h>
3         - replace getopt() if optreset (BSD) or getoptreset() (irix)
4           is not available?
5         - IF_NAMESIZE not available on darwin
6         - inet_net_pton() ipv6 support
7         - FNM_CASEFOLD for fnmatch(3)
8
9 support lfcompile(5) (large files) on solaris
10
11 fix internalls (actually fts) on IRIX
12
13 enable utmp stuff (need to make it portable)
14
15 enable wtmp stuff (need to make it portable)
16
17 enable kerberos support once its fixed?
18
19 add getenv(3) to replace putenv(3) cruft?
20
21 barf if neither flock() nor lockf() is available