[RTEMS Project] #3542: Remove keep_stdio feature from Telnet service
RTEMS trac
trac at rtems.org
Wed Oct 10 12:06:50 UTC 2018
#3542: Remove keep_stdio feature from Telnet service
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: task | Status: closed
Priority: normal | Milestone: 5.1
Component: lib | Version: 5
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"629faf95046cddedc161ba9bc43fda925ca04ee5/rtems"
629faf9/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="629faf95046cddedc161ba9bc43fda925ca04ee5"
telnetd: Remove keep stdio feature
The Telnet service started via rtems_telnetd_start() had a keep stdio
feature. This just created a task and executed the command function in
a loop. For this kind of service we do not library support. This can
be done by an application task on its own. Remove this feature and
provide only the real Telnet server functionality.
Use syslog() for error and status messages.
Add test program for the Telnet server.
Close #3542.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3542#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list