Page MenuHomeFreeBSD

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

Authored by marck on Jul 19 2023, 2:23 PM.
Tags
None
Referenced Files
F153469418: D41090.id124851.diff
Tue, Apr 21, 8:33 AM
Unknown Object (File)
Sun, Apr 19, 2:10 PM
Unknown Object (File)
Sun, Apr 19, 5:22 AM
Unknown Object (File)
Sun, Apr 19, 1:34 AM
Unknown Object (File)
Sat, Apr 18, 6:50 AM
Unknown Object (File)
Fri, Apr 17, 7:00 AM
Unknown Object (File)
Thu, Apr 16, 10:21 PM
Unknown Object (File)
Sun, Apr 5, 2:28 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