summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd
Commit message (Expand)AuthorAgeFilesLines
* MFC r271789:pfg2014-10-231-1/+1
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-221-1/+2
* Remove unused valueskevlo2012-09-111-1/+1
* Correct description of minfree to kilobytes rather than blocks.wblock2012-08-131-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-2/+2
* In usr.sbin/lpr/lpd/printjob.c, use the correct printf length modifiersdim2011-12-171-2/+4
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-117-28/+0
* - Improve the wait4data() routine so it behaves better when checkinggad2010-08-111-7/+23
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* use bigger local variable to calculate free spaceticso2008-09-011-1/+1
* Cleanup of userland __P usekevlo2007-11-071-2/+2
* Use sizeof() for calculating the buffer size instead of hard-coded values.kevlo2007-03-061-1/+1
* Fix checking of the "lock" file in the spool directory for a queue,gad2006-07-071-2/+9
* NI_WITHSCOPEID cleanupume2005-05-131-3/+3
* Expand *n't contractions.ru2005-02-131-1/+1
* Call umask() before opening the lock-file for a queue, to make suregad2004-12-191-1/+2
* When printing a data file received from some other host, check to makegad2004-12-171-0/+100
* Mechanically kill hard sentence breaks.ru2004-07-021-24/+48
* Fixed spelling of the document date.ru2004-07-021-1/+1
* Minimal update to make it easier to increase the buffer-size lpd usesgad2003-08-212-10/+20
* Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moregad2003-08-133-17/+17
* Get the 'sccsid' lines even closer to correct style(9) form. Thegad2003-07-145-0/+10
* More changes to use __FBSDID() for setting rcsids, and fix thegad2003-07-146-26/+19
* add FBSDIDcharnier2003-07-061-4/+5
* Add section number to .Xrcharnier2003-06-081-4/+4
* english(4) police.schweikh2002-12-271-1/+1
* Use "deprecated" instead of "depreciated" where appropriate.sheldonh2002-10-301-1/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-4/+2
* The .Nm utilitycharnier2002-07-141-5/+9
* Redo the way that fatal-error messages are done in the chkhost() routine,gad2002-06-241-64/+88
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willgad2002-06-231-1/+1
* Change some "process id" variables from 'int' to 'pid_t', renaming somegad2002-06-041-28/+31
* Cosmetic improvements to some of the syslog() calls in here (in some casesgad2002-06-041-35/+44
* Fix all the 'return' statements in here to follow style(9).gad2002-06-041-24/+24
* Avoid checking WIFEXITED and WTERMSIG in some error situations where thegad2002-06-041-3/+6
* Stop using the depreciated 'union wait' definitions, moving to a moregad2002-06-032-26/+25
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-282-29/+0
* Implement new printcap option of "rc" aka "remote.resend_copies".gad2002-04-231-11/+48
* Add description of `mc' (max copies), add short-form to long-form mappinggad2002-04-221-0/+1
* Change lpd to recognize the '-s' parameter as a preferred synonymgad2002-04-192-13/+26
* Remove a safety-setting line which is unnecessary now that the previousgad2002-04-191-1/+0
* Fix 'deamon' -> 'daemon' in a comment.gad2002-04-191-1/+1
* Add a little detail to the syslog-msg that comes up when lpd can notgad2002-04-191-2/+3
* A variable had been unnecessarily assigned a bogus value because gcc wasgad2002-04-071-7/+6
* Rename a variable from 'user' to 'userid' to avoid some compiler warnings.gad2002-04-071-5/+5
* Rearrange all the error returns from sendfile() to make sure the originalgad2002-04-071-43/+51
* Re-arrange how output filters (of=) are handled for queues going togad2002-04-071-147/+191
* Move the checks for '/' a little sooner in the code which receives filesgad2001-12-051-8/+8
* Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'.gad2001-11-271-8/+11
* Add minimal support for "o"-type print-file actions in lpd control files.gad2001-09-201-1/+11
OpenPOWER on IntegriCloud