summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning about mismatched pointers. A pointer to "void *" is not thepeter2003-10-261-1/+1
* Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3gad2003-08-011-1/+1
* Get the 'sccsid' lines even closer to correct style(9) form. Thegad2003-07-145-0/+13
* Get the 'sccsid' for this to match the original lines you wouldgad2003-07-141-2/+6
* Take advantage of the common_source/lp.cdefs.h file to change lprgad2003-07-1412-42/+26
* Introduce a new lp.cdefs.h file, which will be used to make itgad2003-07-141-0/+107
* Minor improvement to some debugging code that is probably used by no onegad2003-06-121-4/+15
* When sanity-checking a variable, it's good to check the correct variable...gad2003-06-121-1/+1
* Change DEFMX to 0. This removes the size limit for print jobs by default.eivind2003-03-271-2/+3
* 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
OpenPOWER on IntegriCloud