summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd/recvjob.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-111-4/+0
* use bigger local variable to calculate free spaceticso2008-09-011-1/+1
* Use sizeof() for calculating the buffer size instead of hard-coded values.kevlo2007-03-061-1/+1
* Minimal update to make it easier to increase the buffer-size lpd usesgad2003-08-211-4/+9
* Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moregad2003-08-131-1/+1
* 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-4/+3
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-14/+0
* Move the checks for '/' a little sooner in the code which receives filesgad2001-12-051-8/+8
* Get rid of some compile-time warnings by defining (or casting) variablesgad2001-07-231-19/+20
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepgad2001-07-221-6/+4
* Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.gad2001-07-221-6/+6
* Change lpd to perform sanity and safety checks on control files as itgad2001-07-151-4/+7
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-151-6/+10
* Rename a few global variables which hold hostname-related values to begad2001-06-151-3/+4
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-121-23/+15
* Minor style improvements.gad2000-11-141-5/+5
* Cosmetic improvements to a few recvjob-related error messages.gad2000-11-061-18/+35
* In the error-message routine for receiving a job, move the "cleanup" to begad2000-11-051-2/+17
* Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)gad2000-11-021-4/+14
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly initialize the printer struct.wollman1998-01-201-1/+2
* Mega lpd/lpd upgrade, part I:wollman1997-12-021-25/+28
* Be more paranoid about unlinking files. From mhpower@MIT.EDU by way ofimp1997-10-061-4/+6
* Use err(3). Add usage(). Various fixes in man pages.charnier1997-09-241-4/+8
* Two minor, pedantic fixes from bde for my last pedantic fixes, plusimp1997-07-291-3/+3
* Fix boatloads of buffer overflows from the OpenBSD tree.imp1997-07-291-10/+17
* index -> strchr and rindex -> strrchr to reduce the number of gratuitousimp1997-07-231-1/+1
* Increase size of tmp hostname buffer.phk1997-07-161-2/+2
* lpc/cmds.c:imp1996-10-271-2/+4
* Cleanup.joerg1996-05-091-1/+0
* Pull a bunch of fixes from the 4.4BSD-Lite2 branch. It's reallyjoerg1996-05-051-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+358
OpenPOWER on IntegriCloud