summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source
Commit message (Expand)AuthorAgeFilesLines
* Change the closeallfds() routine to use closefrom() when it isgad2013-05-272-8/+29
* Let lpr build with -Wmissing-variable-declarations.ed2012-10-256-10/+3
* PRIV_START and PRIV_END were reversed.eadler2012-10-241-2/+2
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-226-64/+79
* Make sure that arraysz is initialized to a value larger than zero.jh2012-07-171-0/+2
* Remove trailing whitespace.jh2012-07-171-4/+4
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-4/+4
* - Fix the code that matches userids in match_jobspec(). It needs to checkgad2011-04-133-11/+11
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-116-24/+2
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-042-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* Fix end-of-line issues that can come up when `lpq' reads informationgad2009-06-241-1/+102
* NI_WITHSCOPEID cleanupume2005-05-131-2/+2
* Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithmgad2004-12-315-37/+79
* Do more extensive checking of the userid field which is read in from thegad2004-12-311-7/+46
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* 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
OpenPOWER on IntegriCloud