freebsd-dev/contrib/lukemftpd/todo

21 lines
536 B
Plaintext
Raw Normal View History

2001-07-19 16:25:08 +00:00
autoconf checks:
- HAVE_FTP_NAMES if FTP_NAMES et al in <arpa/ftp.h>
- replace getopt() if optreset (BSD) or getoptreset() (irix)
is not available?
- IF_NAMESIZE not available on darwin
- inet_net_pton() ipv6 support
support lfcompile(5) (large files) on solaris
2001-07-19 16:25:08 +00:00
fix internalls (actually fts) on IRIX
enable utmp stuff (need to make it portable)
enable wtmp stuff (need to make it portable)
enable kerberos support once its fixed?
add getenv(3) to replace putenv(3) cruft?
barf if neither flock() nor lockf() is available