source: rtems/cpukit/telnetd/README @ 2aa8014

4.104.115
Last change on this file since 2aa8014 was 8ad6681b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/25/07 at 17:14:01

2007-09-25 Joel Sherrill <joel.sherrill@…>

  • telnetd/README, telnetd/pty.c, telnetd/pty.h, telnetd/telnetd.c, telnetd/telnetd.h: telnetd rewrite.
  • telnetd/check_passwd.c, telnetd/des.c, telnetd/genpw.c: New files.
  • Property mode set to 100644
File size: 633 bytes
Line 
1#
2#  $Id$
3#
4
5Author: fernando.ruiz@ctv.es (correo@fernando-ruiz.com)
6
7This directory contains a telnetd server
8primary features:
9
10   + create a user shell pseudo-terminal task.
11
12This code has not been extensively tested.  It is provided as a tool
13for RTEMS users to open more shell tcp/ip pseudo-terminal.
14Suggestions and comments are appreciated.
15
16Read libmisc/shell for more information.
17
18NOTES:
19
201.  OOB not yet implemented. Only a reduced negotiation is implemented.
21   
222.  If you have tcp/ip initialied you can start telnetd daemon.
23    You need register pseudo-terminals driver into device drivers table.
24
25Enjoy it.
26
27FUTURE:
Note: See TracBrowser for help on using the repository browser.