summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd/printjob.c
Commit message (Expand)AuthorAgeFilesLines
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-101-6/+6
* lpr: replace 0 with NULL for pointers.pfg2016-04-101-3/+3
* lpr: replace setpgrp(2) with setpgid(2).pfg2014-09-181-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
* 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-111-4/+0
* - Improve the wait4data() routine so it behaves better when checkinggad2010-08-111-7/+23
* Fix checking of the "lock" file in the spool directory for a queue,gad2006-07-071-2/+9
* 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
* Minimal update to make it easier to increase the buffer-size lpd usesgad2003-08-211-6/+11
* Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moregad2003-08-131-15/+15
* Get the 'sccsid' lines even closer to correct style(9) form. Thegad2003-07-141-0/+2
* More changes to use __FBSDID() for setting rcsids, and fix thegad2003-07-141-6/+4
* 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-031-24/+23
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-15/+0
* Implement new printcap option of "rc" aka "remote.resend_copies".gad2002-04-231-11/+48
* Remove a safety-setting line which is unnecessary now that the previousgad2002-04-191-1/+0
* 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
* 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
* Basically rewrite the dofork() routine, to add more error-checking andgad2001-07-231-14/+55
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepgad2001-07-221-25/+18
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-151-2/+3
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.gad2001-07-141-5/+34
* Fix the type of the NULL arg to execl()brian2001-07-091-3/+4
* Rename a few global variables which hold hostname-related values to begad2001-06-151-11/+10
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-121-84/+50
* Improve a few error messages wrt if= filters on remote print queues.gad2001-03-121-8/+26
* Make sure a few strings will have terminating null characters.gad2000-11-151-0/+2
* Fix (style) some variable initializations.gad2000-11-141-4/+6
* Change 'count' to a more descriptive 'jobcount', and fix the stupidgad2000-11-141-6/+6
* Get rid of 'exit(-1)' calls. Exit codes are limited to 8 bits under mostgad2000-11-141-2/+2
* My previous commit removed a line it wasn't supposed to. Add it back.gad2000-11-131-2/+3
* Replace call to mktemp() with mkstemp. Also move where that call isgad2000-11-131-17/+43
* Fix 'printit()' to ignore some lines it doesn't recognize (most likelygad2000-11-081-4/+23
* Cosmetic change of a structure name.gad2000-11-061-10/+10
* Fix a format-code, thus getting rid of a compile-time warning msg.gad2000-11-061-1/+1
* Fix potential problem processing jobs from hosts with >32 character hostnames.gad2000-11-051-3/+6
* Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)gad2000-11-021-0/+20
OpenPOWER on IntegriCloud