aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* Use sizeof() for calculating the buffer size instead of hard-coded values.Kevin Lo2007-03-061-1/+1
* Obey MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-0/+4
* Fix checking of the "lock" file in the spool directory for a queue,Garance A Drosehn2006-07-071-2/+9
* Rever the previous changes. It turns out that it perfectly correctGarance A Drosehn2006-03-093-3/+3
* Switch these makefiles to use 'MAN=' to indicate they will not generateGarance A Drosehn2006-03-083-3/+3
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-4/+0
* NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-132-5/+5
* MFS5: Minor style(9) tweak.Xin LI2005-02-221-1/+1
* Be more careful when doing el_parse() - only do it when el isXin LI2005-02-151-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-132-2/+2
* Fixed .Xr call.Ruslan Ermilov2005-01-211-1/+2
* Sort sections.Ruslan Ermilov2005-01-185-34/+34
* Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithmGarance A Drosehn2004-12-315-37/+79
* Do more extensive checking of the userid field which is read in from theGarance A Drosehn2004-12-311-7/+46
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-213-3/+3
* Call umask() before opening the lock-file for a queue, to make sureGarance A Drosehn2004-12-191-1/+2
* When printing a data file received from some other host, check to makeGarance A Drosehn2004-12-171-0/+100
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-245-5/+5
* Stop on write error.Poul-Henning Kamp2004-09-271-2/+5
* Eliminated double whitespace.Ruslan Ermilov2004-07-033-12/+13
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-028-56/+110
* Fixed spelling of the document date.Ruslan Ermilov2004-07-021-1/+1
* Removed redundant mdoc(7) macro calls.Ruslan Ermilov2004-06-051-2/+2
* Clarify the "lp" description to mention port@host syntax.Tim Kientzle2004-02-191-1/+1
* Fix a warning about mismatched pointers. A pointer to "void *" is not thePeter Wemm2003-10-261-1/+1
* Fix two buffer overflows caused by off-by-one errors: avoid writing a nullTim J. Robbins2003-10-131-2/+2
* Minimal update to make it easier to increase the buffer-size lpd usesGarance A Drosehn2003-08-212-10/+20
* Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moreGarance A Drosehn2003-08-133-17/+17
* Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3Garance A Drosehn2003-08-011-1/+1
* Fix a grammar bogon and a typoChristian Brueffer2003-07-171-1/+1
* (Hopefully) Last set of changes so all of lpr uses __FBSDID() forGarance A Drosehn2003-07-155-18/+20
* More changes to use __FBSDID() for setting rcsids, and fix theGarance A Drosehn2003-07-152-4/+7
* More changes to use __FBSDID() for setting rcsids, and fix theGarance A Drosehn2003-07-151-5/+6
* More changes to use __FBSDID() for setting rcsids. For the filterGarance A Drosehn2003-07-156-9/+18
* More changes to use __FBSDID() for setting rcsids, and fix theGarance A Drosehn2003-07-145-18/+17
* Get the 'sccsid' lines even closer to correct style(9) form. TheGarance A Drosehn2003-07-145-0/+13
* Get the 'sccsid' for this to match the original lines you wouldGarance A Drosehn2003-07-141-2/+6
* Get the 'sccsid' lines even closer to correct style(9) form. TheGarance A Drosehn2003-07-145-0/+10
* More changes to use __FBSDID() for setting rcsids, and fix theGarance A Drosehn2003-07-146-26/+19
* Take advantage of the common_source/lp.cdefs.h file to change lprGarance A Drosehn2003-07-1412-42/+26
* Introduce a new lp.cdefs.h file, which will be used to make itGarance A Drosehn2003-07-141-0/+107
* add FBSDIDPhilippe Charnier2003-07-061-4/+5
* We don't need two $FreeBSD$'s. Remove the older one.Garance A Drosehn2003-06-211-2/+0
* Minor improvement to some debugging code that is probably used by no oneGarance A Drosehn2003-06-121-4/+15
* Remove MAINTAINER= lines. That info is now in /usr/src/MAINTAINERSGarance A Drosehn2003-06-121-3/+0
* When sanity-checking a variable, it's good to check the correct variable...Garance A Drosehn2003-06-121-1/+1
* There is no need for this makefile to reference BDECFLAGS, particularlyGarance A Drosehn2003-06-111-1/+0
* Include stdlib.h for atoi declaration.Warner Losh2003-06-091-0/+3
* Include stdlib.h for atoi declarationWarner Losh2003-06-091-0/+3