summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd/ftpd-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.
* cpukit/ftpd: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | | | Not all files could be changed. Updates #3053.
* 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
* ftpd: Fix return typesSebastian Huber2020-03-311-1/+1
|
* ftpd: Always build FTP daemonSebastian Huber2018-05-021-0/+19
Add support for libbsd initialization. Update #3419.