This commit is contained in:
Alfred M. Szmidt
2009-05-09 06:08:10 +00:00
parent 22cf71e912
commit 12793eff01

18
TODO
View File

@@ -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.