aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable',Garance A Drosehn2002-06-135-14/+457
* Change some "process id" variables from 'int' to 'pid_t', renaming someGarance A Drosehn2002-06-041-28/+31
* Cosmetic improvements to some of the syslog() calls in here (in some casesGarance A Drosehn2002-06-041-35/+44
* Fix all the 'return' statements in here to follow style(9).Garance A Drosehn2002-06-041-24/+24
* Avoid checking WIFEXITED and WTERMSIG in some error situations where theGarance A Drosehn2002-06-041-3/+6
* Stop using the depreciated 'union wait' definitions, moving to a moreGarance A Drosehn2002-06-032-26/+25
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-301-7/+11
* Have this use 'static const char rcsid' instead of __RCSID()Garance A Drosehn2002-05-281-3/+4
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-283-44/+0
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-5/+1
* Include <netinet/in.h> to squash one more compile-time warning.Garance A Drosehn2002-04-251-0/+2
* When using %p to print out pointers to struct's, first cast the valuesGarance A Drosehn2002-04-251-7/+8
* Improve the error message the user sees if the startdaemon routine cannotGarance A Drosehn2002-04-231-4/+6
* Implement new printcap option of "rc" aka "remote.resend_copies".Garance A Drosehn2002-04-234-11/+70
* Add 'const' to some casts to fix two warnings that are printed by theGarance A Drosehn2002-04-222-4/+4
* Add 'const' to some casts to fix two warnings that are printed by theGarance A Drosehn2002-04-221-2/+2
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-3/+3
* Don't needlessly redefine the afterinstall target.Ruslan Ermilov2002-04-221-6/+1
* Underline the default value for rp=, the same way all the other string-typeGarance A Drosehn2002-04-221-1/+1
* Add description of `mc' (max copies), add short-form to long-form mappingGarance A Drosehn2002-04-223-0/+6
* Use `The .Nm utility'Philippe Charnier2002-04-205-22/+33
* Change lpd to recognize the '-s' parameter as a preferred synonymGarance A Drosehn2002-04-192-13/+26
* Remove a safety-setting line which is unnecessary now that the previousGarance A Drosehn2002-04-191-1/+0
* Fix 'deamon' -> 'daemon' in a comment.Garance A Drosehn2002-04-191-1/+1
* Add a little detail to the syslog-msg that comes up when lpd can notGarance A Drosehn2002-04-191-2/+3
* A variable had been unnecessarily assigned a bogus value because gcc wasGarance A Drosehn2002-04-071-7/+6
* Rename a variable from 'user' to 'userid' to avoid some compiler warnings.Garance A Drosehn2002-04-071-5/+5
* Rearrange all the error returns from sendfile() to make sure the originalGarance A Drosehn2002-04-071-43/+51
* Re-arrange how output filters (of=) are handled for queues going toGarance A Drosehn2002-04-071-147/+191
* Add another level of checking to 'chkprintcap', which is done byGarance A Drosehn2001-12-154-6/+352
* Move the checks for '/' a little sooner in the code which receives filesGarance A Drosehn2001-12-051-8/+8