Page MenuHomeFreeBSD

tftpd: add -S ("secure") option
ClosedPublic

Authored by marck on Jul 19 2023, 2:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 31, 6:53 PM
Unknown Object (File)
Aug 10 2024, 12:28 AM
Unknown Object (File)
Aug 10 2024, 12:28 AM
Unknown Object (File)
Aug 10 2024, 12:28 AM
Unknown Object (File)
Aug 9 2024, 9:38 PM
Unknown Object (File)
Jul 2 2024, 11:09 PM
Unknown Object (File)
Jun 29 2024, 11:35 AM
Unknown Object (File)
Jun 26 2024, 5:52 PM
Subscribers

Details

Reviewers
marck
Summary

Having bunch of network devices usually imposes writing their configs via TFTP.

However, strict RFC compatibility dictates that files to be written should be world-writable, which is inconvenient in real-world scenarios.

Avoid it via introducing '-S' option

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

marck requested review of this revision.Jul 19 2023, 2:23 PM

upload long context patch

while here, fix double-colon typo in option string

lwhsu added inline comments.
libexec/tftpd/tftpd.8
31

don't forget to bump the date when updating the content :)

This revision is now accepted and ready to land.Jul 20 2023, 9:56 PM