summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+4
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Change lpd to perform sanity and safety checks on control files as itgad2001-07-151-2/+2
| | | | | | | | | | | | receives them from other hosts. This is meant to protect from both nefarious users (which maybe broke into some remote host that we accept print jobs from), and broken implementations of lpr on other platforms. This is done by changing recvjob.c to call the new ctl_renametf() routine in the new common_source/ctlinfo.[ch] files. This will not affect jobs coming via lpr on the local machine. Reviewed by: freebsd-print@bostonradio.org & freebsd-audit MFC after: 16 days
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-111-3/+2
| | | | | | | about it. PR: 7886 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> (partially)
* Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spitsjb1998-06-111-4/+1
| | | | | warnings from unused static inline functions in headers if you happen to set CFLAGS without -O.
* Make -Werror i386 specific because -nostinc on alpha spits warningsjb1998-05-131-2/+5
| | | | for unused static inline functions in header files.
* Mega lpd/lpd upgrade, part I:wollman1997-12-021-0/+19
- Get rid of a lot of the static variables which were shared by many routines and programs in the suite. - Create an abstract interface to the printcap database, so that other retrieval and iteration mechanisms could be developed (e.g., YP, Hesiod, or automatic retrieval from a trusted server). - Give each capability a human-readable name in addition to the historic two-character one. - Otherwise generally clean up a lot of dark corners. Many still remain. - When submitting jobs, use the official login name record (from getlogin()) if there is one, rather than reverse-mapping the uid. More to come...
OpenPOWER on IntegriCloud