| Summary: | ftpd doesn't support -h option | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | KOJIMA Hajime <kjm> | ||||||
| Component: | bin | Assignee: | Yar Tikhiy <yar> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | 3.4-RELEASE | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Good feature to have, and good point about telnetd including it, but ftpd not.. this patch applies cleanly to -CURRENT as of Sunday, June 9, ~10:30am EDT. - Jonathan Towne I'd like to include this feature to ftpd, but with a single change: Why to print host-specific info at all in this case? To my mind, it's better to omit it at all on the `-h' option, so paranoid admins can have a sound sleep :-) -- Yar Responsible Changed From-To: freebsd-bugs->yar Over to Yar (new ftpd maintainer?) State Changed From-To: open->patched Added the option "-h" to ftpd(8) in -current. State Changed From-To: patched->closed Added this option to STABLE as well. |
telnetd support -h option (Disable the printing of host-specific information before login has been completed), but ftpd(8) doesn't. Fix: Apply this patch: How-To-Repeat: % man ftpd ... SYNOPSIS ftpd [-d] [-l [-l]] [-A] [-D] [-R] [-S] [-U] [-T maxtimeout] [-t timeout] [-a address] [-p file]