summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source
Commit message (Expand)AuthorAgeFilesLines
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-1/+1
* Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. Thesegad2002-07-173-2/+688
* Fix set_qstate() so it correctly checks for any error from chmod().gad2002-07-121-1/+1
* Add a SQS_QCHANGED option to set_qstate(). This will soon be used by 'lpc'.gad2002-07-122-1/+11
* Add two variables to struct jobqueue, and change the way that getq()gad2002-07-122-3/+10
* Move prototypes for ctl_readcf and ctl_freeinf from ctlinfo.c to ctlinfo.h,gad2002-07-122-2/+2
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willgad2002-06-231-2/+0
* Bah humbug. Fix another typo on the same comment line. It also hadgad2002-06-131-1/+1
* Fix a typo in a comment from the previous commit. I had a bullet-charactergad2002-06-131-1/+1
* Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable',gad2002-06-132-0/+151
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-15/+0
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
* When using %p to print out pointers to struct's, first cast the valuesgad2002-04-251-7/+8
* Improve the error message the user sees if the startdaemon routine cannotgad2002-04-231-4/+6
* Implement new printcap option of "rc" aka "remote.resend_copies".gad2002-04-232-0/+2
* Add 'const' to some casts to fix two warnings that are printed by thegad2002-04-221-2/+2
* My recent changes to add the ctl_renametf routine assumed that print jobgad2001-11-281-8/+16
* Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'.gad2001-11-271-2/+4
* Add minimal support for "o"-type print-file actions in lpd control files.gad2001-09-201-12/+18
* Fix buffer overflow in queue file handling.kris2001-08-301-7/+13
* Fix a few more minor compile-time warnings, mainly by using size_t wheregad2001-07-231-10/+15
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepgad2001-07-221-6/+3
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+4
* Change lpd to perform sanity and safety checks on control files as itgad2001-07-153-2/+924
* Replace three subtly-wrong calls to strncpy with calls to strlcpy, andgad2001-07-152-15/+13
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-152-4/+5
* Rename a few global variables which hold hostname-related values to begad2001-06-155-27/+49
* Rename global variable 'name' to 'progname', thus fixing a number ofgad2001-06-152-3/+3
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-127-173/+125
* Make sure the euid is restored in an obscure error situation.gad2001-04-061-3/+4
* Fix "lprm -" (remove all jobs) processing for remote printer queues.gad2001-03-121-10/+17
* Use macro API to <sys/queue.h>phk2000-12-301-2/+2
* IPv6 support for lpr.ume2000-12-162-80/+111
* Reset the seteuid in a few obscure error situations.gad2000-11-151-1/+4
* Just some style-related improvements.gad2000-11-151-24/+32
* Cosmetic change of a structure name.gad2000-11-063-24/+24
* Fix 'lprm' processing so is more likely to work correctly when dealinggad2000-11-051-1/+1
* Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)gad2000-11-024-3/+325
* Make the standard 'lpq' output a little more informative when listing jobsgad2000-10-311-12/+39
* Fix 'lpq' so it can correctly display jobs which come from hosts usinggad2000-10-311-9/+44
* Fix cosmetic error in rmjob message.wollman2000-09-271-2/+0
* Back out the previous change to the queue(3) interface.jake2000-05-261-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-6/+6
* This appears to have been repo-copied to lpd a while ago and neverimp2000-05-091-375/+0
* Print files submitted at the same instant in deterministic order.wollman2000-05-031-5/+20
* $Id$ -> $FreeBSD$peter1999-08-2810-10/+10
* lpd tries to be clever and checks if RM == my_hostname.jkh1999-04-273-3/+25
* Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-112-5/+4
* Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spitsjb1998-06-111-4/+1
* The printf type checking in gcc wants %qd to be a long long, so addjb1998-05-131-2/+2
OpenPOWER on IntegriCloud