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)
Fri, Jan 24, 5:51 PM
Unknown Object (File)
Thu, Jan 23, 6:24 PM
Unknown Object (File)
Thu, Jan 23, 2:50 PM
Unknown Object (File)
Jan 13 2025, 1:35 AM
Unknown Object (File)
Nov 25 2024, 7:45 AM
Unknown Object (File)
Nov 24 2024, 7:41 AM
Unknown Object (File)
Nov 21 2024, 4:15 PM
Unknown Object (File)
Nov 20 2024, 1:56 AM
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