aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.28: Fix two buffer overflows caused by off-by-one errors:Tim J. Robbins2004-05-121-2/+2
* MFC *: Minimal update to make it easier to recompile lpd so that itGarance A Drosehn2003-08-242-10/+20
* MFC *: Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moreGarance A Drosehn2003-08-183-17/+17
* MFC: all remaining changes for lpr/* to use __FBSDID(), and toGarance A Drosehn2003-08-016-23/+26
* MFC: all changes to use __FBSDID(), and to fix 'sccsid' lines toGarance A Drosehn2003-07-318-13/+25
* MFC: all lpr/lpc/* changes to use __FBSDID(), and to fix 'sccsid'Garance A Drosehn2003-07-315-18/+17
* MFC 1.28: Add section number to .XrGarance A Drosehn2003-07-291-4/+4
* MFC: all lpr/lpd/* changes to use __FBSDID(), and to fix 'sccsid'Garance A Drosehn2003-07-296-21/+25
* MFC *: Change all lpr/common_source files to use __FBSDID(), and toGarance A Drosehn2003-07-2913-37/+39
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-07-211-0/+107
* MFC: 1.30Christian Brueffer2003-07-201-1/+1
* MFC 1.10: Remove MAINTAINER= lines.Garance A Drosehn2003-06-211-3/+0
* MFC 1.2 - 1.3: Include stdlib.h for atoi(). Move the $FreeBSD$ line.Garance A Drosehn2003-06-211-2/+3
* MFC 1.2: Include stdlib.h for atoi declaration. Add $FreeBSD$Garance A Drosehn2003-06-211-0/+3
* MFC 1.8: Minor improvement to some debugging code that is probablyGarance A Drosehn2003-06-201-4/+15
* MFC 1.7: Sanity-check the correct variable.Garance A Drosehn2003-06-201-1/+1
* MFC: Syncs and diff reductions with -current. This includes:Tom Rhodes2003-03-121-13/+16
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-291-1/+1
* MFC rev 1.26: "depreciated" -> "deprecated"Sheldon Hearn2002-10-301-1/+1
* MFC *: lpr-related pieces of 'The .Nm utility' changes.Garance A Drosehn2002-09-014-16/+24
* MFC: fix assorted typos.Jens Schweikhardt2002-08-151-1/+1
* MFC *: Changes which rewrite 'lpc topq', and which add 'lpc bottomq'.Garance A Drosehn2002-07-266-10/+145
* MFC *: Remove the backup-versions ("x*") of various lpc commands that wereGarance A Drosehn2002-07-253-377/+0
* MFC: new bsd.lib.mk API.Ruslan Ermilov2002-07-191-5/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-07-173-0/+958
* MFC 1.31: Call the routine which frees everything obtained when fillingGarance A Drosehn2002-07-151-0/+1
* MFC 1.31: Fix set_qstate() so it correctly checks for errors from chmod().Garance A Drosehn2002-07-141-1/+1
* MFC *: Add a SQS_QCHANGED option to set_qstate().Garance A Drosehn2002-07-142-1/+11
* MFC *: Add two variables to struct jobqueue, and change the way that getq()Garance A Drosehn2002-07-142-3/+10
* MFC *: Move prototypes for ctl_readcf and ctl_freeinf from ctlinfo.c toGarance A Drosehn2002-07-142-2/+2
* MFC 1.35: Redo the way that fatal-error messages are done in the chkhost()Garance A Drosehn2002-06-301-63/+87
* MFC *: Stop adding ${CWARNFLAGS} to CFLAGS. Standard makefile processingGarance A Drosehn2002-06-308-9/+7
* MFC *: Just rename two generic-queue init routines from 'init_*' to '*_gi'.Garance A Drosehn2002-06-253-7/+7
* MFC *: Add a nearly complete rewrite of the lpc command 'down'. The onlyGarance A Drosehn2002-06-254-3/+73
* MFC 1.17: Make the description of the 'down' command a little more readable.Garance A Drosehn2002-06-251-2/+4
* MFC 1.27: Reorganize the way that arguments are processed in lpc'sGarance A Drosehn2002-06-251-20/+24
* MFC *: Add a new command to 'lpc' called 'setstatus', which would be usedGarance A Drosehn2002-06-256-28/+140
* MFC *: Almost complete rewrite of the lpc commands 'abort', 'enable',Garance A Drosehn2002-06-225-14/+457
* The .Nm utilityPhilippe Charnier2002-06-215-22/+33
* MFC 1.57: Change some "process id" variables from 'int' to 'pid_t', renamingGarance A Drosehn2002-06-191-28/+31
* MFC 1.56: Cosmetic improvements to some of the syslog() calls in here.Garance A Drosehn2002-06-191-35/+44
* MFC 1.55: Fix all the 'return' statements in here to follow style(9).Garance A Drosehn2002-06-191-24/+24
* MFC *: Stop using the depreciated 'union wait' definitions, moving to a moreGarance A Drosehn2002-06-192-25/+27
* MFC 1.28: mdoc(7) police: markup nits. (original update from ru)Garance A Drosehn2002-06-191-7/+11
* MFC 1.2: Have this source file use 'static const char rcsid' insteadGarance A Drosehn2002-06-191-3/+4
* MFC *: Assume __STDC__, remove non-__STDC__ code.Garance A Drosehn2002-06-192-29/+0
* MFC 1.25: Assume __STDC__, remove non-__STDC__ code.Garance A Drosehn2002-06-191-15/+0
* MFC 1.43: Include <netinet/in.h> to squash a possible compile-time warning.Garance A Drosehn2002-04-281-0/+2
* MFC 1.5: When using %p to print out pointers to struct's, first cast theGarance A Drosehn2002-04-281-7/+8
* MFC *: Implement new printcap option of "rc" aka "remote.resend_copies".Garance A Drosehn2002-04-284-11/+70