summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2005-10-27New.Ralf Corsepius1-0/+2
2005-10-272005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* telnetd/Makefile.am: Only build if LIBSHELL is available.
2005-10-26Add TMPINSTALL_FILES.Ralf Corsepius1-1/+1
2005-10-26Regenerate.Ralf Corsepius1-0/+12
2005-10-26Install libtelnetd.a.Ralf Corsepius1-2/+1
2005-10-252005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius3-8/+22
* telnetd/icmds.c: Rename register_icmds to _rtems_telnet_register_icmds. Make main_* functions static. * telnetd/pty.c: Make many functions static. Rename rtems_telnetd_maximum_ptys to rtems_pty_maximum_ptys. * telnetd/pty.h: Reflect changes above. Rename get_pty to rtems_pty_get. New header guards. * telnetd/telnetd.c: Reflect changes above. * telnetd/telnetd.h: New header guards.
2005-10-25Make many functions static.Ralf Corsepius1-23/+24
Rename rtems_telnetd_maximum_ptys to rtems_pty_maximum_ptys.
2005-10-25Rename register_icmds toRalf Corsepius1-8/+10
_rtems_telnet_register_icmds. Make main_* functions static.
2005-10-252005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-7/+12
* telnet/telnet.h, telnet/telnet.c: Rename rtems_initialize_telnetd to rtems_telnetd_initialize, main_telnetd to rtems_telnetd_main, register_telnetd to rtems_telnetd_register.
2005-10-252005-10-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-20/+16
* sapi/include/confdefs.h, telnetd/pty.c, telnetd/pty.h: Attempt to fix MAX_PTYS and provide a real configuration entry. This should make telnetd some suitable for inclusion in cpukit.
2005-05-10socklen_t.Ralf Corsepius1-1/+1
2005-05-10Include preinstall.am.Ralf Corsepius1-20/+3
2005-05-10New.Ralf Corsepius1-0/+27
2005-01-072005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-022005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-12/+3
* libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am: Remove build-variant support.
2004-10-192004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
* libnetworking/pppd/rtemspppd.c: rtems_task_priority priority. * libnetworking/rtems_telnetd/telnetd.c: Eliminate rtems_unsigned32.
2004-04-15Remove stray white spaces.Ralf Corsepius3-3/+1
2004-02-092004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+0
* libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am, support/Makefile.am: Don't include lib.am.
2004-02-032004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+3
* libnetworking/rtems_webserver/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/rtems_telnetd/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/rtems_servers/Makefile.am: Add PREINSTALL_DIRS. * libnetworking/pppd/Makefile.am: Add PREINSTALL_DIRS.
2004-01-152004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-15/+15
* Makefile.am: Remove wrapup. * pppd/Makefile.am: Build libpppd. Use automake-compilation rules. * rtems_servers/Makefile.am: Build libftpd. Use automake-compilation rules. * rtems_telnetd/Makefile.am: Build libtelnetd. Use automake-compilation rules. * rtems_webserver/Makefile.am: Build libhttpd. Use automake-compilation rules. * wrapup/Makefile.am: Remove (Unused).