Tentakel TODO List

$Id: TODO,v 1.11 2003/04/17 11:25:54 cran Exp $

important:

* make a difference between ssh exitcode and remote command
  exitcode
* config file

less important:

* use sh builtin getopts (no more longopts) (getopts may be
  worse)
* discuss a styleguide (for function layout, portability, etc.)
* define error handling; like, which errors are to be
  catched/reported/cause exits or warnings
* better hostlist/config file format
* more backends (not just ssh/rsh, what about telnet or
  other password authorizing tools? what about ftp and
  similar non-remote-shell environments?)
* ssh key management:
  define, which key and/or user to use for a specific host

future:

* user defineable functions used for hostlist sorting which enables
  users to select hosts from the hostlist based on parameters such
  as load, uptime etc.
* strftime-like format strings
  This will replace DEXECHOST since we can process the remotecommandstring
  with strftime stuff either
