What I can do:
* improved log facility in multi-process mode,
* Set-UID wrapper,
* ability to pass file descriptors as log files (more secure),
* improved error report handling,
* internet super-server (inetd) support,
* working Windows/Winsock support.
* an additionnal tool better suited than telnet for human to chat with Unix
  daemons (SMTP, HTTP, FTP, POP, IMAP and other 7-bits clean protocols...),
  some sort of replacement for tcpcat,
* ability to specify an address family (inet/inet6) without explicit bind
  address,
* modular logging format (so that anyone can easily write a module to
  specifically analyses the protocol it want to),
* clarify log format selection (different when using -o and -vv, quite
  confusing when multiple logs are used),
* Unix addresses space/socket support,
* support for Destination NAT: iptables (Linux), natd (FreeBSD), etc,
* replacement for getaddrinfo() for older C libraries,
* support for multiples clients in non-multi-process mode.

What I can't do myself:
* other translations.

