conserver/TODO

92 lines
2.9 KiB
Plaintext
Raw Normal View History

2001-07-05 16:18:19 +00:00
TODO
====
Warning to those who aren't me: this is an unorganized list of things
that might be classified as bugs, improvements, random thoughts or
2002-03-12 09:12:20 +00:00
suggestions. Hopefully it will get cleaned up over time (yeah,
right!).
2001-07-05 16:18:19 +00:00
Bryan Stansell
---------------------------------------------------------------------------
2001-07-27 00:05:04 +00:00
- Telnet protocol should be improved
- Not even RFC 854 compliant
- Option negotiation ignored - should we negotiate anything?
- Others?
2001-07-05 16:18:19 +00:00
- better shadow file support
2002-10-14 21:03:35 +00:00
- what does this mean? i've forgotten.
2001-07-05 16:18:19 +00:00
- syslog?
2002-01-21 10:58:05 +00:00
Daniel E. Singer <des@cs.duke.edu> would like to see it - especially
in regards to --use-libwrap code
2001-07-05 16:18:19 +00:00
- alternate (md5) password encryption support in conserver.passwd
2003-09-22 20:49:53 +00:00
- actually happens if the crypt() call supports it, like under linux
- hpux has bigcrypt() also, which we support, so maybe we're covered
2001-07-05 16:18:19 +00:00
- config file examples for various configurations
- per-line timestamps
- only when not connected?
- pipe input/output (console <-> program) via 'console'
2002-03-12 09:12:20 +00:00
- some apps (net-ups thing, gdb) might need to talk to user
2001-07-05 16:18:19 +00:00
- autologout? setting per console? gack, would have to interpret data.
- "listen" capability (watch all/multiple consoles)
2003-09-22 20:49:53 +00:00
- send data to multiple consoles (carbon copy) -
Steve Lammert <slammert@panasas.com>
2001-07-05 16:18:19 +00:00
- authentication to terminal servers (ssh, passphrase, whatever)
2003-09-22 20:49:53 +00:00
- ssh should probably just be handled by invoking the ssh command.
so, that's really already covered, no?
- passphrase...hmmm..could really use some sort of send/expect
thing here. you could write a wrapper script of sorts, but it
really would be nice to have a raw socket and do the right thing.
2001-07-05 16:18:19 +00:00
- cyclades ts1000/2000 port : "Moses, Joel" <jmoses@deloitte.com>
- config file for client (list of masters, for example)
- strftime() idea for logfile names : Lars Kellogg-Stedman <lars@larsshack.org>
- 9600baud log replay?
- server -M flag should accept multiple addresses (comma separated)
- should client as well?
- logfile rotation based on size
2001-10-16 05:49:17 +00:00
- automatic log rotation in general : Egan Ford <egan@us.ibm.com>
2001-07-05 16:18:19 +00:00
- website docs on serial port configs
- PCs (solaris x86, linux, *bsd, etc)
- lilo
- bios support
2001-10-16 05:49:17 +00:00
- suggestions by Trevor Fiatal <trevor@seven.com>
- include server hostname on 'console -x' output
2002-06-05 22:06:43 +00:00
- ability to configure strings to be sent to a console periodically :
Greg A. Woods <woods@planix.com>
- show attach/detach events to/of spy console clients : Greg A. Woods
<woods@planix.com>
2003-10-31 18:15:09 +00:00
- redefine client escape sequence in conserver.cf : Toby Gerhart
<toby.gerhart@eds.com>
2003-11-16 19:33:39 +00:00
- send a string when connected to a console, so you can set the
xterm title, for example : Richard Threadgill <richardt@tellme.com>
- allows for very long replays (hundres of lines) : John Stoffel
<stoffel@lucent.com>
2001-07-05 16:18:19 +00:00
#
2003-11-16 19:33:39 +00:00
# $Id: TODO,v 1.42 2003/11/15 17:08:15 bryan Exp $
2001-07-05 16:18:19 +00:00
#