summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/ftpfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-204-4/+4
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* tftpDriver.c: Fix Coverity issuesFrank Kühndel2022-12-021-5/+22
| | | | | | | | CID 1506523: Unchecked return value from library (CHECKED_RETURN) CID 1506522: Unchecked return value from library (CHECKED_RETURN) CID 1437618: Unchecked return value from library (CHECKED_RETURN) Close #4718
* TFTPFS: Implement block and window size optionsFrank Kühndel2022-06-213-658/+1800
| | | | | | | | | | | | | | | | | | | | | The original file cpukit/libfs/src/ftpfs/tftpDriver.c is split into two: tftpfs.c - This file contains the code from tftpDriver.c related to file system operations such as mount(), open(), read(), and so on. tftpDriver.c - In the original file remains only the code related to networking. This code implements the Trivial File Transfer Protocol (TFTP). Moreover, the code is extended to support * RFC 2347 TFTP Option Extension * RFC 2348 TFTP Blocksize Option * RFC 7440 TFTP Windowsize Option Update #4666.
* TFTPFS: Cleanup: Remove spaces at lines endsFrank Kühndel2022-06-211-10/+10
| | | | Update #4666.
* cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill2022-03-241-1/+1
|
* cpukit/libds/src/ftpfs/tftpDriver.c: Manually update license to BSD-2Joel Sherrill2022-03-221-8/+30
| | | | | | | Eric Norum granted permission plus git log archeology to get year for his copyright. Updates #3053.
* Change filesystem utime_h handler to utimens_hRyan Long2021-05-282-21/+25
| | | | | | | Also updated licenses. Closes #4400 Updates #3899
* cpukit: Move ftpfs from libnetworking to libfsVijay Kumar Banerjee2021-04-072-0/+2496
Update #3850