summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-25telnetd: Fix warningsSebastian Huber5-11/+14
2016-03-24telnetd.c: Fix no prototype warningJoel Sherrill1-4/+5
2014-09-18telnetd: Use socklen_tSebastian Huber1-10/+0
2014-08-28Regenerate all preinstall.am files.Joel Sherrill1-6/+6
Apparently, at some point automake output changed and these were not updated.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns3-3/+3
2013-07-23Include missing <string.h>Sebastian Huber1-1/+1
2012-09-28telnetd: Map CRLF to CRSebastian Huber1-4/+3
It is not so easy to use Termios for that. We already map CRNUL to CR, thus we cannot ignore CRs. We could change the shell code to map CRNL to a single line end, but this is more intrusive than the change here.
2012-09-28telnetd: Inform client that we will echoSebastian Huber1-12/+15
The standard line editor rtems_shell_line_editor() produces an echo.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill8-20/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+4
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-4/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill1-2/+0
2011-12-102011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
PR 1985/cpukit * telnetd/Makefile.am: Remove icmds.c.
2011-12-092011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-64/+0
PR 1985/cpukit * telnetd/icmds.c: Removed. All functionality is in shell. Obsolete and unreferenced.
2010-07-042010-07-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+0
* libblock/include/rtems/ide_part_table.h, libblock/src/bdbuf.c, libcsupport/src/__times.c, libcsupport/src/libio_init.c, libcsupport/src/mallocfreespace.c, libcsupport/src/mount-mgr.c, libcsupport/src/mount.c, libcsupport/src/rewinddir.c, libcsupport/src/seekdir.c, libcsupport/src/telldir.c, libcsupport/src/unmount.c, libfs/src/dosfs/fat.c, libfs/src/dosfs/fat_fat_operations.c, libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_eval.c, libfs/src/dosfs/msdos_file.c, libfs/src/dosfs/msdos_format.c, libfs/src/dosfs/msdos_fsunmount.c, libfs/src/dosfs/msdos_initsupp.c, libfs/src/dosfs/msdos_rename.c, libmisc/cpuuse/cpuusagereport.c, libmisc/shell/vis.c, libmisc/stackchk/check.c, sapi/src/posixapi.c, telnetd/telnetd.c: Remove include of assert.h when it is not needed.
2010-03-272010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-4/+17
* libgnat/ada_intrsupp.c, telnetd/check_passwd.c, telnetd/des.c, telnetd/genpw.c: Add include of config.h
2009-12-172009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* telnetd/telnetd.c: Honor configuration setting for telnet daemon stack size.
2009-12-102009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+4
* telnetd/pty.c: Reflect changes to rtems_termios_callbacks->write.
2009-12-02Whitespace removal.Ralf Corsepius5-40/+40
2009-11-132009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-9/+9
* telnetd/telnetd.c (telnetd_dflt_spawn): Adjust prototype.
2009-06-172009-06-18 Chris Johns <chrisj@rtems.org>Chris Johns1-20/+40
* telnetd/des.c: Split the des_f struct into smaller parts so targets that cannot address large structs can be supported.
2009-05-062009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+0
* libmisc/uuid/gen_uuid.c, libnetworking/lib/syslog.c, telnetd/telnetd.c: Fixed warnings.
2009-05-042009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* telnetd/telnetd.h: Spacing.
2009-04-14adapt copyright statementsThomas Doerfler3-11/+8
2009-03-272009-03-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill3-281/+275
* Makefile.am, preinstall.am, libmisc/Makefile.am, libmisc/shell/shell.c, libmisc/shell/shell.h, telnetd/check_passwd.c, telnetd/telnetd.c, telnetd/telnetd.h: Generalized login check. * libmisc/shell/login.h, libmisc/shell/login_check.c, libmisc/shell/login_prompt.c: New files. * libmisc/stackchk/check.c: Changed format for blown stack message. * libcsupport/src/libio_sockets.c: Removed superfluous cast. * libnetworking/rtems/ftpfs.h: Documentation.
2008-10-152008-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-46/+64
PR 1331/networking * libmisc/shell/shell.c, telnetd/check_passwd.c, telnetd/telnetd.c, telnetd/telnetd.h: Improve comments and explanation of options to rtems_telnetd_initialize. Add extra newline to login sequence from shell.
2008-08-02Add missing prototypes.Ralf Corsepius1-3/+2
Remove unused local declations.
2008-07-29Add prototypes. Remove misc. C++-code pollution.Ralf Corsepius1-51/+6
2007-12-222007-12-22 Chris Johns <chrisj@rtems.org>Chris Johns1-7/+7
* configure.ac: fixed bug that always enabled strict order mutexes. * score/inline/rtems/score/coremutex.inl: Fixed coding standard. * score/src/coremutex.c: Add the holder's thread to the lock_mutex list if the mutex is initialised locked. * libnetworking/rtems/rtems_glue.c: Changed semaphore error message to show the error is an rtems-net error. * libmisc/monitor/mon-network.c: Removed warnings. * telnetd/icmds.c: Changed shell_* to rtems_shell_*. * score/Makefile.am: Fixed typo that stopped 'make tags' working. * libmisc/shell/err.c, libmisc/shell/err.h, libmisc/shell/errx.c, libmisc/shell/extern-cp.h, libmisc/shell/fts.c, libmisc/shell/fts.h, libmisc/shell/main_cp.c, libmisc/shell/utils-cp.c, libmisc/shell/verr.c, libmisc/shell/verrx.c, libmisc/shell/vwarn.c, libmisc/shell/vwarnx.c, libmisc/shell/warn.c, libmisc/shell/warnx.c: New. Ported from BSD. * libmisc/shell/shellconfig.h: Add the cp command. * libmisc/Makefile.am: Add the new files to the shell. * libmisc/shell/shell.c, libmisc/shell/shell.h: Add scripting support. * libblock/src/flashdisk.c: Fixed disk drive count size setting bug.
2007-11-262007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-128/+150
* telnetd/pty.c, telnetd/telnetd.c, telnetd/telnetd.h: Style clean up. Now works on gen5200/icecube.
2007-11-062007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill4-51/+17
* telnetd/icmds.c, telnetd/pty.c, telnetd/telnetd.c, telnetd/telnetd.h: Fix headers and formatting.
2007-10-112007-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-97/+111
* score/include/rtems/score/copyrt.h: Update year.
2007-09-252007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+27
* telnetd/passwd.h: New file.
2007-09-252007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill8-549/+1692
* 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.
2007-09-242007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-253/+888
PR 1262/filesystem * libcsupport/Makefile.am, libnetworking/libc/herror.c, libnetworking/libc/res_send.c, libnetworking/sys/uio.h, telnetd/Makefile.am, telnetd/README, telnetd/preinstall.am, telnetd/pty.c, telnetd/telnetd.c: Add support for readv() and writev() including documentation and test case. * libcsupport/src/readv.c, libcsupport/src/writev.c: New files.
2007-05-082007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* telnetd/icmds.c: Add HAVE_CONFIG_H magic.
2007-01-08Regenerate.Ralf Corsepius1-2/+2
2006-11-18Regenerate.Ralf Corsepius1-1/+1
2006-11-18Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).Ralf Corsepius1-1/+1
2006-08-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+5
* libmisc/cpuuse/cpuuse.c, libmisc/monitor/mon-command.c, libmisc/monitor/mon-driver.c, libmisc/monitor/mon-symbols.c, libmisc/rtmonuse/rtmonuse.c, libmisc/stackchk/check.c, libnetworking/libc/res_debug.c, telnetd/telnetd.c: Remove printf format warnings.
2006-04-27Accept <CR><NUL> as equivalent to <CR><LF>.Eric Norum1-1/+1
2006-01-14Regenerate.Ralf Corsepius1-1/+1
2006-01-13Regenerate.Ralf Corsepius1-0/+2
2006-01-12Regenerate.Ralf Corsepius1-0/+2
2006-01-12Remove all-local.Ralf Corsepius1-2/+0
2006-01-12Regenerate.Ralf Corsepius1-1/+1
2006-01-12Regenerate.Ralf Corsepius1-3/+3
2006-01-12CleanupsRalf Corsepius1-4/+0
2006-01-10Regenerate.Ralf Corsepius1-5/+5
2005-10-27Regenerate.Ralf Corsepius1-0/+2