summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* Use macro API to <sys/queue.h>phk2000-12-302-7/+7
* Prepare for mdoc(7)NG.ru2000-12-276-7/+8
* IPv6 support for lpr.ume2000-12-165-142/+303
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-2010-20/+20
* 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
* Reset the seteuid in a few obscure error situations.gad2000-11-151-1/+4
* Just some style-related improvements.gad2000-11-151-24/+32
* 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
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+1
* Fix 'printit()' to ignore some lines it doesn't recognize (most likelygad2000-11-082-4/+24
* Cosmetic change of a structure name.gad2000-11-065-44/+44
* Get rid of a minor compile-time warning.gad2000-11-061-2/+2
* 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
* Fix 'lprm' processing so is more likely to work correctly when dealinggad2000-11-051-1/+1
* In the error-message routine for receiving a job, move the "cleanup" to begad2000-11-051-2/+17
* This update gets it so 'lpr -r' ("remove the file after printing") willgad2000-11-031-0/+79
* Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send)gad2000-11-028-11/+393
* Change 'lpr' so -C (class) information is included in the control filegad2000-11-011-1/+1
* Make the standard 'lpq' output a little more informative when listing jobsgad2000-10-311-12/+39
* Fix 'lpq' so it can correctly display jobs which come from hosts usinggad2000-10-311-9/+44
* Change my email on MAINTAINER from an RPI address to my FreeBSD address.gad2000-10-301-1/+1
* Fix cosmetic error in rmjob message.wollman2000-09-271-2/+0
* Set SO_REUSEADDR so that lpd can start while old lpd connections are stillwollman2000-09-271-2/+15
* the code assumes that getgroups() always returns NGROUPS groups, howeveralfred2000-08-231-2/+4
* Admin some amount of responsibility for the current state of lpr/lpd.wollman2000-07-151-0/+3
* Quit on EOF from terminal instead of redisplaying the prompt.mph2000-06-301-1/+1
* Fix description of `-i' and `-w' options.wollman2000-06-271-23/+34
* Allow Nm to expand gracefully instead of hard-coding an argument.sheldonh2000-06-221-2/+2
* Allow those of us who have to print through LPRng spoolers to sendwollman2000-06-212-7/+64
* Back out the previous change to the queue(3) interface.jake2000-05-262-8/+8
* Remove the lpr/runqueue directory and associated files.mpp2000-05-244-3014/+0
* Re-implement my fix from rev 1.6 (same rev for both files being committed)mpp2000-05-242-2/+20
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-8/+8
* This appears to have been repo-copied to lpd a while ago and neverimp2000-05-091-375/+0
* Print files submitted at the same instant in deterministic order.wollman2000-05-031-5/+20
* Add -p option to prevent lpd(8) from opening a listening socket.sheldonh2000-03-292-17/+32
* Remove blanks lines, replacing them with Pp macros where appropriate.sheldonh2000-03-081-2/+1
* Add missing description for the dummy -o option.sheldonh2000-03-081-0/+5
* Add a dummy -s option for SUSv2 compatibility.sheldonh2000-03-082-2/+11
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-014-11/+22
* Type-o, change from[...] = 0 to fromb[...] = 0. The incorrect bufferdillon2000-01-251-1/+1
OpenPOWER on IntegriCloud