Page MenuHomeFreeBSD

lpd: Add timeout option
ClosedPublic

Authored by des on Feb 20 2026, 4:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 21, 3:58 AM
Unknown Object (File)
Fri, Mar 20, 4:47 AM
Unknown Object (File)
Mon, Mar 2, 4:24 PM
Unknown Object (File)
Sun, Mar 1, 11:50 PM
Unknown Object (File)
Sun, Mar 1, 12:19 PM
Unknown Object (File)
Sun, Mar 1, 8:11 AM
Unknown Object (File)
Sun, Mar 1, 7:55 AM
Unknown Object (File)
Sun, Mar 1, 7:24 AM
Subscribers

Details

Summary

Set a 120-second receive timeout on all client connections, and add a
command-line option to change that value.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Feb 20 2026, 4:03 PM
markj added inline comments.
usr.sbin/lpr/lpd/lpd.c
393

Should we bother with a timeout in the domain == AF_UNIX case?

394
This revision is now accepted and ready to land.Feb 21 2026, 2:55 AM
usr.sbin/lpr/lpd/lpd.c
393

Why should we trust local unprivileged users more than we trust root on an authorized client?

This revision was automatically updated to reflect the committed changes.