summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_telnetd.c
Commit message (Collapse)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
| | | | Noted by Lazlo
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-041-0/+2
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* 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
| | | | buffers. From Bertold Van den Bergh
* Add support for a login script (in addition to the init script); Add logic ↵patacongo2013-01-291-5/+28
| | | | | | so that a USB console session can connect and reconnect to the USB serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5582 42af7a65-404d-4744-a932-0658087f49c3
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-121-1/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5231 42af7a65-404d-4744-a932-0658087f49c3
* Fix read() return value for the case of permissions problempatacongo2012-03-311-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4545 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-021-750/+83
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* Additional changes for clean NSH buildpatacongo2011-03-191-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3400 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+853
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3393 42af7a65-404d-4744-a932-0658087f49c3