summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* Change my mind on using base '0' for strtol for -i and -# operationsWarner Losh1999-01-061-3/+3
* Add sanity checking to argument for -# and -i. Require theseWarner Losh1999-01-061-4/+8
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-193-6/+3
* Fix additional warnings. Remove -Werror, since some people have complainedGarrett Wollman1998-09-1117-38/+49
* Fix ``lp=port@machine'' syntax and mention it in printcap(5).Brian Somers1998-08-212-3/+14
* Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spitsJohn Birrell1998-06-113-14/+3
* Spelling fixes.Poul-Henning Kamp1998-06-101-2/+2
* The printf type checking in gcc wants %qd to be a long long, so addJohn Birrell1998-05-131-2/+2
* Make -Werror i386 specific because -nostinc on alpha spits warningsJohn Birrell1998-05-133-6/+17
* Make ``-h'' follow the manpage, and suppress the burst page reguardless ofDavid E. O'Brien1998-04-171-3/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-232-4/+4
* Cast an argument to int for a printf field width the way that gccJohn Birrell1998-03-221-2/+2
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-0710-36/+35
* Add DESTDIR to afterinstallAndrey A. Chernov1998-02-241-1/+1
* Oops, back out DESTDIR addition, handled automatically by bsd.prog.mkAndrey A. Chernov1998-02-241-1/+1
* Add missing DESTDIRAndrey A. Chernov1998-02-231-1/+1
* Install printcap.5 from here.Garrett Wollman1998-02-041-1/+2
* Add comment describing settingsAndrey A. Chernov1998-02-041-3/+10
* Add Russian printer filters, mandatory because hardware code page 866Andrey A. Chernov1998-02-045-2/+273
* Properly initialize the printer struct.Garrett Wollman1998-01-201-1/+2
* Fix top-of-form bogon.Garrett Wollman1997-12-271-2/+2
* Add -Wno-unused so that ``make world'' can complete successfully.Garrett Wollman1997-12-172-4/+4
* Fixed DPADD.Bruce Evans1997-12-167-7/+14
* Fix incorrect format string in call to errx().John Polstra1997-12-061-2/+2
* Add missing argument to warn() call.John Polstra1997-12-061-2/+2
* Document the new long names for printcap capabilities.Garrett Wollman1997-12-021-1/+44
* Mega lpd/lpd upgrade, part I:Garrett Wollman1997-12-0243-1921/+2896
* Argl! Who's got the pointy hat these days? Hand it over to me, ASAP!Joerg Wunsch1997-11-073-0/+5
* One could be surprised how much bugs can still be found here...Joerg Wunsch1997-10-151-2/+3
* Improve my hack from rev 1.6 of displayq.c, and make the TCPJoerg Wunsch1997-10-148-3/+56
* Be more paranoid about unlinking files. From mhpower@MIT.EDU by way ofWarner Losh1997-10-062-8/+12
* Use err(3). Add usage(). Various fixes in man pages.Philippe Charnier1997-09-2417-101/+126
* environmental -> environment.Philippe Charnier1997-09-181-2/+2
* common_source: staticize private version of warn() so to not conflictJoerg Wunsch1997-08-234-26/+55
* Two minor, pedantic fixes from bde for my last pedantic fixes, plusWarner Losh1997-07-2910-33/+29
* Fix boatloads of buffer overflows from the OpenBSD tree.Warner Losh1997-07-299-100/+151
* index -> strchr and rindex -> strrchr to reduce the number of gratuitousWarner Losh1997-07-237-19/+19
* Use setuid/seteuid around dangerous operations. Also a few bufferWarner Losh1997-07-2311-50/+199
* Output name of duplicate spool dir.Brian Somers1997-07-211-1/+2
* Add code to make sure that we don't overflow the buffer that we copyWarner Losh1997-07-181-1/+4
* Fix a problem where remote files could be removed by exploiting raceWarner Losh1997-07-181-0/+2
* Increase size of tmp hostname buffer.Poul-Henning Kamp1997-07-162-4/+4
* Fixed buffer overflow.Dima Ruban1997-07-081-5/+5
* Imply a 10-second connection timeout when querying remote queues, toJoerg Wunsch1997-06-231-0/+13
* Fix a typo, so the -a option will by documented in the synopsis.Joerg Wunsch1997-06-211-1/+1
* Check for duplicate spool dirs.Brian Somers1997-05-171-1/+30
* Don't output extraneous tabBrian Somers1997-05-131-3/+7
* Don't drop into the troff args after parsing -#.Brian Somers1997-05-131-1/+2
* Kill a stale .pq line.Joerg Wunsch1997-05-081-2/+1
* Support input and output filters with remote printing.Brian Somers1997-04-123-33/+374