| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvs | cvs2svn | 2006-05-06 | 1 | -1/+1 |
* | Call umask() before opening the lock-file for a queue, to make sure | Garance A Drosehn | 2004-12-19 | 1 | -1/+2 |
* | When printing a data file received from some other host, check to make | Garance A Drosehn | 2004-12-17 | 1 | -0/+100 |
* | Minimal update to make it easier to increase the buffer-size lpd uses | Garance A Drosehn | 2003-08-21 | 1 | -6/+11 |
* | Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few more | Garance A Drosehn | 2003-08-13 | 1 | -15/+15 |
* | Get the 'sccsid' lines even closer to correct style(9) form. The | Garance A Drosehn | 2003-07-14 | 1 | -0/+2 |
* | More changes to use __FBSDID() for setting rcsids, and fix the | Garance A Drosehn | 2003-07-14 | 1 | -6/+4 |
* | Change some "process id" variables from 'int' to 'pid_t', renaming some | Garance A Drosehn | 2002-06-04 | 1 | -28/+31 |
* | Cosmetic improvements to some of the syslog() calls in here (in some cases | Garance A Drosehn | 2002-06-04 | 1 | -35/+44 |
* | Fix all the 'return' statements in here to follow style(9). | Garance A Drosehn | 2002-06-04 | 1 | -24/+24 |
* | Avoid checking WIFEXITED and WTERMSIG in some error situations where the | Garance A Drosehn | 2002-06-04 | 1 | -3/+6 |
* | Stop using the depreciated 'union wait' definitions, moving to a more | Garance A Drosehn | 2002-06-03 | 1 | -24/+23 |
* | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -15/+0 |
* | Implement new printcap option of "rc" aka "remote.resend_copies". | Garance A Drosehn | 2002-04-23 | 1 | -11/+48 |
* | Remove a safety-setting line which is unnecessary now that the previous | Garance A Drosehn | 2002-04-19 | 1 | -1/+0 |
* | Add a little detail to the syslog-msg that comes up when lpd can not | Garance A Drosehn | 2002-04-19 | 1 | -2/+3 |
* | A variable had been unnecessarily assigned a bogus value because gcc was | Garance A Drosehn | 2002-04-07 | 1 | -7/+6 |
* | Rename a variable from 'user' to 'userid' to avoid some compiler warnings. | Garance A Drosehn | 2002-04-07 | 1 | -5/+5 |
* | Rearrange all the error returns from sendfile() to make sure the original | Garance A Drosehn | 2002-04-07 | 1 | -43/+51 |
* | Re-arrange how output filters (of=) are handled for queues going to | Garance A Drosehn | 2002-04-07 | 1 | -147/+191 |
* | Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'. | Garance A Drosehn | 2001-11-27 | 1 | -8/+11 |
* | Add minimal support for "o"-type print-file actions in lpd control files. | Garance A Drosehn | 2001-09-20 | 1 | -1/+11 |
* | Basically rewrite the dofork() routine, to add more error-checking and | Garance A Drosehn | 2001-07-23 | 1 | -14/+55 |
* | Replace calls to strncpy with calls to strlcpy, and remove the extra step | Garance A Drosehn | 2001-07-22 | 1 | -25/+18 |
* | Fix most of the warnings generated by compiling lpr with -Wnon-const-format, | Garance A Drosehn | 2001-07-15 | 1 | -2/+3 |
* | Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN. | Garance A Drosehn | 2001-07-14 | 1 | -5/+34 |
* | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 1 | -3/+4 |
* | Rename a few global variables which hold hostname-related values to be | Garance A Drosehn | 2001-06-15 | 1 | -11/+10 |
* | Fix about 90-100 warnings one gets when trying to compile lpr&friends | Garance A Drosehn | 2001-06-12 | 1 | -84/+50 |
* | Improve a few error messages wrt if= filters on remote print queues. | Garance A Drosehn | 2001-03-12 | 1 | -8/+26 |
* | Make sure a few strings will have terminating null characters. | Garance A Drosehn | 2000-11-15 | 1 | -0/+2 |
* | Fix (style) some variable initializations. | Garance A Drosehn | 2000-11-14 | 1 | -4/+6 |
* | Change 'count' to a more descriptive 'jobcount', and fix the stupid | Garance A Drosehn | 2000-11-14 | 1 | -6/+6 |
* | Get rid of 'exit(-1)' calls. Exit codes are limited to 8 bits under most | Garance A Drosehn | 2000-11-14 | 1 | -2/+2 |
* | My previous commit removed a line it wasn't supposed to. Add it back. | Garance A Drosehn | 2000-11-13 | 1 | -2/+3 |
* | Replace call to mktemp() with mkstemp. Also move where that call is | Garance A Drosehn | 2000-11-13 | 1 | -17/+43 |
* | Fix 'printit()' to ignore some lines it doesn't recognize (most likely | Garance A Drosehn | 2000-11-08 | 1 | -4/+23 |
* | Cosmetic change of a structure name. | Garance A Drosehn | 2000-11-06 | 1 | -10/+10 |
* | Fix a format-code, thus getting rid of a compile-time warning msg. | Garance A Drosehn | 2000-11-06 | 1 | -1/+1 |
* | Fix potential problem processing jobs from hosts with >32 character hostnames. | Garance A Drosehn | 2000-11-05 | 1 | -3/+6 |
* | Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send) | Garance A Drosehn | 2000-11-02 | 1 | -0/+20 |
* | Re-implement my fix from rev 1.6 (same rev for both files being committed) | Mike Pritchard | 2000-05-24 | 1 | -1/+10 |
* | Add support for pr's locale | Andrey A. Chernov | 1999-11-30 | 1 | -9/+21 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Fix additional warnings. Remove -Werror, since some people have complained | Garrett Wollman | 1998-09-11 | 1 | -6/+4 |
* | Fix ``lp=port@machine'' syntax and mention it in printcap(5). | Brian Somers | 1998-08-21 | 1 | -2/+2 |
* | Mega lpd/lpd upgrade, part I: | Garrett Wollman | 1997-12-02 | 1 | -344/+320 |
* | Argl! Who's got the pointy hat these days? Hand it over to me, ASAP! | Joerg Wunsch | 1997-11-07 | 1 | -0/+2 |
* | Improve my hack from rev 1.6 of displayq.c, and make the TCP | Joerg Wunsch | 1997-10-14 | 1 | -0/+17 |
* | Two minor, pedantic fixes from bde for my last pedantic fixes, plus | Warner Losh | 1997-07-29 | 1 | -7/+5 |