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)
Apr 27 2024, 7:18 AM
Unknown Object (File)
Apr 27 2024, 7:17 AM
Unknown Object (File)
Apr 27 2024, 6:56 AM
Unknown Object (File)
Apr 22 2024, 4:47 PM
Unknown Object (File)
Apr 8 2024, 3:38 PM
Unknown Object (File)
Apr 8 2024, 2:12 PM
Unknown Object (File)
Jan 8 2024, 3:35 AM
Unknown Object (File)
Dec 20 2023, 5:17 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