NetBSD/usr.sbin/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
..
SMM.doc Add RCSIDs 1995-11-15 22:48:07 +00:00
common_source merge in changes from 1.1 release branch 1995-11-28 19:43:04 +00:00
filters Add RCSIDs 1995-11-15 22:48:07 +00:00
lpc More descriptive message for printer status. Addresses PR #509. 1996-01-14 17:25:21 +00:00
lpd Changed to not use a compiled in table of baud rates. Evidently 1996-06-30 23:55:49 +00:00
lpq Add RCSIDs 1995-11-15 22:48:07 +00:00
lpr Fix printing over non-root-exported NFS at least. 1996-08-10 20:09:19 +00:00
lprm Add RCSIDs 1995-11-15 22:48:07 +00:00
lptest Be pedantic, main() returns int in C. 1996-03-21 17:56:15 +00:00
pac Be pedantic, main() returns int in C. 1996-03-21 17:56:15 +00:00
Makefile Id -> NetBSD 1995-11-15 22:55:41 +00:00