summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/des.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "cpukit: Remove telnetd"Vijay Kumar Banerjee2021-04-131-0/+873
| | | | This reverts commit 3299dda2454a8847c670a732f6c12ef1f2cc5dd0.
* cpukit: Remove telnetdVijay Kumar Banerjee2021-04-071-873/+0
| | | | Update #3850
* telnetd: Fix warningsSebastian Huber2016-04-251-9/+3
|
* Include missing <string.h>Sebastian Huber2013-07-231-1/+1
|
* 2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-271-0/+4
| | | | | * libgnat/ada_intrsupp.c, telnetd/check_passwd.c, telnetd/des.c, telnetd/genpw.c: Add include of config.h
* Whitespace removal.Ralf Corsepius2009-12-021-5/+5
|
* 2009-06-18 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-171-20/+40
| | | | | * telnetd/des.c: Split the des_f struct into smaller parts so targets that cannot address large structs can be supported.
* 2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-251-0/+855
* 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.