summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Basically rewrite the dofork() routine, to add more error-checking andgad2001-07-231-14/+55
* Get rid of some compile-time warnings by defining (or casting) variablesgad2001-07-231-19/+20
* Fix two compile-time warnings by defining fromlen as socklen_t.gad2001-07-231-2/+2
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepgad2001-07-222-31/+22
* Rename the -w option to be -W. The recently-added -w option is differentgad2001-07-222-7/+30
* Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.gad2001-07-222-7/+7
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+3
* Remove whitespace at EOL.dd2001-07-151-2/+2
* 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-153-10/+15
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.gad2001-07-142-6/+40
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-3/+4
* Add two new options for lpd: -c will log all connection-errors to syslog,gad2001-06-252-32/+168
* Get rid of a trigraph ("??>") mistakenly put in an error message.gad2001-06-161-1/+1
* *** empty log message ***gad2001-06-151-19/+15
* Rename a few global variables which hold hostname-related values to begad2001-06-154-35/+33
* Rename global variable 'name' to 'progname', thus fixing a number ofgad2001-06-151-1/+1
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-125-142/+91
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Fix a number of warnings that come up when compiling with BDECFLAGS.gad2001-03-161-7/+7
* Change the usage() message to include the recently-added -4 and -6 options.gad2001-03-121-7/+15
* Improve a few error messages wrt if= filters on remote print queues.gad2001-03-121-8/+26
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
* IPv6 support for lpr.ume2000-12-162-62/+191
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Eliminate two compile-time warnings.gad2000-11-151-0/+2
* Fix the '-d' option (turns on socket-debugging). Improve startup msgs.gad2000-11-151-10/+17
* Make sure a few strings will have terminating null characters.gad2000-11-151-0/+2
* Minor style improvements.gad2000-11-141-5/+5
* 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-082-4/+24
* Cosmetic change of a structure name.gad2000-11-061-10/+10
* Cosmetic improvements to a few recvjob-related error messages.gad2000-11-061-18/+35
* 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
* 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-023-7/+38
* Set SO_REUSEADDR so that lpd can start while old lpd connections are stillwollman2000-09-271-2/+15
* Re-implement my fix from rev 1.6 (same rev for both files being committed)mpp2000-05-241-1/+10
* Add -p option to prevent lpd(8) from opening a listening socket.sheldonh2000-03-292-17/+32
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-5/+10
OpenPOWER on IntegriCloud