summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_telnetd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some errors that I introduced into NSH telnet this morningGregory Nutt2014-10-291-4/+6
* Fix some typosGregory Nutt2014-10-291-1/+1
* Fix problem with trailing whitespace (newline) in Telnet username/password. ...Gregory Nutt2014-10-291-7/+93
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* For Telnetd password/username fixes from Bertikd Van den BerghGregory Nutt2014-02-221-2/+2
* NSH telnet: Use strncpy vs strcpy to avoid overrunning username and password ...Gregory Nutt2014-02-221-2/+2
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-291-5/+28
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-1/+109
* Fix read() return value for the case of permissions problempatacongo2012-03-311-1/+2
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-750/+83
* Additional changes for clean NSH buildpatacongo2011-03-191-3/+3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-19/+19
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+853