]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/lukemftpd/todo
MFC 253176,253179: make sure the rxbuf->flags is cleared when the RX ring is reset
[FreeBSD/releng/9.2.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
8 support lfcompile(5) (large files) on solaris
9
10 fix internalls (actually fts) on IRIX
11
12 enable utmp stuff (need to make it portable)
13
14 enable wtmp stuff (need to make it portable)
15
16 enable kerberos support once its fixed?
17
18 add getenv(3) to replace putenv(3) cruft?
19
20 barf if neither flock() nor lockf() is available