summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/common_source
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvsKen Smith2011-02-1615-15/+15
* MFC: Fix end-of-line issues that can come up when `lpq' reads informationGarance A Drosehn2009-07-241-1/+102
* NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-131-2/+2
* Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithmGarance A Drosehn2004-12-315-37/+79
* Do more extensive checking of the userid field which is read in from theGarance A Drosehn2004-12-311-7/+46
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Fix a warning about mismatched pointers. A pointer to "void *" is not thePeter Wemm2003-10-261-1/+1
* Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3Garance A Drosehn2003-08-011-1/+1
* 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
* 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
* Minor improvement to some debugging code that is probably used by no oneGarance A Drosehn2003-06-121-4/+15
* When sanity-checking a variable, it's good to check the correct variable...Garance A Drosehn2003-06-121-1/+1
* Change DEFMX to 0. This removes the size limit for print jobs by default.Eivind Eklund2003-03-271-2/+3
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-1/+1
* Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. TheseGarance A Drosehn2002-07-173-2/+688
* 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
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willGarance A Drosehn2002-06-231-2/+0
* 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-132-0/+151
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-15/+0
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-5/+1
* 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-232-0/+2
* Add 'const' to some casts to fix two warnings that are printed by theGarance A Drosehn2002-04-221-2/+2
* My recent changes to add the ctl_renametf routine assumed that print jobGarance A Drosehn2001-11-281-8/+16
* Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'.Garance A Drosehn2001-11-271-2/+4
* Add minimal support for "o"-type print-file actions in lpd control files.Garance A Drosehn2001-09-201-12/+18
* Fix buffer overflow in queue file handling.Kris Kennaway2001-08-301-7/+13
* Fix a few more minor compile-time warnings, mainly by using size_t whereGarance A Drosehn2001-07-231-10/+15
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepGarance A Drosehn2001-07-221-6/+3
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+4
* Change lpd to perform sanity and safety checks on control files as itGarance A Drosehn2001-07-153-2/+924
* Replace three subtly-wrong calls to strncpy with calls to strlcpy, andGarance A Drosehn2001-07-152-15/+13
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,Garance A Drosehn2001-07-152-4/+5
* Rename a few global variables which hold hostname-related values to beGarance A Drosehn2001-06-155-27/+49
* Rename global variable 'name' to 'progname', thus fixing a number ofGarance A Drosehn2001-06-152-3/+3
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsGarance A Drosehn2001-06-127-173/+125
* Make sure the euid is restored in an obscure error situation.Garance A Drosehn2001-04-061-3/+4
* Fix "lprm -" (remove all jobs) processing for remote printer queues.Garance A Drosehn2001-03-121-10/+17
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-2/+2
* IPv6 support for lpr.Hajimu UMEMOTO2000-12-162-80/+111
* Reset the seteuid in a few obscure error situations.Garance A Drosehn2000-11-151-1/+4
* Just some style-related improvements.Garance A Drosehn2000-11-151-24/+32