mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
Updated.
This commit is contained in:
18
TODO
18
TODO
@@ -1,3 +1,21 @@
|
||||
Go through code and check what is clean, needs cleaning, etc.
|
||||
|
||||
Document libraries, and their exported fucntions.
|
||||
|
||||
Document code; in the end this should be as nice as coreutils!
|
||||
|
||||
Allow daemons and clients to take a port number, and daemons started
|
||||
standalone so one can test things more easily. Requires decent
|
||||
infrastructure for things. Ben Asselstine might come inuseful with
|
||||
his argp hacks... Good candidate for this are rsh/rshd
|
||||
rlogin/rlogind, rcp (simple protocol, and simple programs).
|
||||
|
||||
Add debugging output for client/daemon, example of output:
|
||||
FROM-HOST -->: Received message
|
||||
<-- TO-HOST: Sent message
|
||||
<-- TO-HOST: Sent message
|
||||
FROM-HOST -->: Received message
|
||||
|
||||
Add long options to programs libls/ls.c, rcp, rlogind, rlogin, rshd,
|
||||
telnetd, tftpd, especially the clients. The conventions used by
|
||||
telnet & ftp should be followed.
|
||||
|
||||
Reference in New Issue
Block a user