aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add section number to .XrPhilippe Charnier2003-06-081-4/+4
* Change DEFMX to 0. This removes the size limit for print jobs by default.Eivind Eklund2003-03-272-3/+4
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-271-13/+16
* Use "deprecated" instead of "depreciated" where appropriate.Sheldon Hearn2002-10-301-1/+1
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-1/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-4/+2
* Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. TheseGarance A Drosehn2002-07-179-10/+1103
* The .Nm utilityPhilippe Charnier2002-07-144-16/+24
* Call routine to free everything obtained when filling in 'struct printer'.Garance A Drosehn2002-07-121-0/+1
* Fix set_qstate() so it correctly checks for any error from chmod().Garance A Drosehn2002-07-121-1/+1
* Add a SQS_QCHANGED option to set_qstate(). This will soon be used by 'lpc'.Garance A Drosehn2002-07-122-1/+11
* Add two variables to struct jobqueue, and change the way that getq()Garance A Drosehn2002-07-122-3/+10
* Move prototypes for ctl_readcf and ctl_freeinf from ctlinfo.c to ctlinfo.h,Garance A Drosehn2002-07-122-2/+2
* Remove the backup-versions ("x*") of various lpc commands that wereGarance A Drosehn2002-07-023-377/+0
* Redo the way that fatal-error messages are done in the chkhost() routine,Garance A Drosehn2002-06-241-64/+88
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willGarance A Drosehn2002-06-238-9/+7
* Just rename two generic-queue init routines from 'init_*' to '*_gi'Garance A Drosehn2002-06-163-7/+7
* Add a nearly complete rewrite of the lpc command 'down'. The only user-Garance A Drosehn2002-06-164-3/+73
* Make the description of the 'down' command a little more readable.Garance A Drosehn2002-06-151-2/+4
* Reorganize the way that arguments are processed in lpc's generic-queueGarance A Drosehn2002-06-151-20/+24
* Add a new command to 'lpc' called 'setstatus', which would be used toGarance A Drosehn2002-06-156-28/+140
* Bah humbug. Fix another typo on the same comment line. It also hadGarance A Drosehn2002-06-131-1/+1
* Fix a typo in a comment from the previous commit. I had a bullet-characterGarance A Drosehn2002-06-131-1/+1