NetBSD/usr.sbin/lpr/lpr
explorer 66917416dd Fix printing over non-root-exported NFS at least.
The problem here is setuid(euid) is used far too much.  Since I removed
many of these calls, and added no new ones, I do not think this weakens
security.  In fact, it quite likely improves it quite a bit, since
access() is called as the real userid, and the file is opened for printing
as the real userid rather than the (setuid-root) effective one.
1996-08-10 20:09:19 +00:00
..
Makefile Add RCSIDs 1995-11-15 22:48:07 +00:00
lpr.1 Add RCSIDs 1995-11-15 22:48:07 +00:00
lpr.c Fix printing over non-root-exported NFS at least. 1996-08-10 20:09:19 +00:00