summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/telnetd-init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* Revert "cpukit: Remove telnetd"Vijay Kumar Banerjee2021-04-131-0/+18
| | | | This reverts commit 3299dda2454a8847c670a732f6c12ef1f2cc5dd0.
* cpukit: Remove telnetdVijay Kumar Banerjee2021-04-071-18/+0
| | | | Update #3850
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* telnetd: Always build telnet daemonSebastian Huber2018-05-021-0/+18
Add support for libbsd initialization. Update #3419.