summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-193-6/+3
* Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-1117-38/+49
* Fix ``lp=port@machine'' syntax and mention it in printcap(5).brian1998-08-212-3/+14
* Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spitsjb1998-06-113-14/+3
* Spelling fixes.phk1998-06-101-2/+2
* The printf type checking in gcc wants %qd to be a long long, so addjb1998-05-131-2/+2
* Make -Werror i386 specific because -nostinc on alpha spits warningsjb1998-05-133-6/+17
* Make ``-h'' follow the manpage, and suppress the burst page reguardless ofobrien1998-04-171-3/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-232-4/+4
* Cast an argument to int for a printf field width the way that gccjb1998-03-221-2/+2
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-0710-36/+35
* Add DESTDIR to afterinstallache1998-02-241-1/+1
* Oops, back out DESTDIR addition, handled automatically by bsd.prog.mkache1998-02-241-1/+1
* Add missing DESTDIRache1998-02-231-1/+1
* Install printcap.5 from here.wollman1998-02-041-1/+2
* Add comment describing settingsache1998-02-041-3/+10
* Add Russian printer filters, mandatory because hardware code page 866ache1998-02-045-2/+273
* Properly initialize the printer struct.wollman1998-01-201-1/+2
* Fix top-of-form bogon.wollman1997-12-271-2/+2
* Add -Wno-unused so that ``make world'' can complete successfully.wollman1997-12-172-4/+4
* Fixed DPADD.bde1997-12-167-7/+14
* Fix incorrect format string in call to errx().jdp1997-12-061-2/+2
* Add missing argument to warn() call.jdp1997-12-061-2/+2
* Document the new long names for printcap capabilities.wollman1997-12-021-1/+44
* Mega lpd/lpd upgrade, part I:wollman1997-12-0243-1921/+2896
* Argl! Who's got the pointy hat these days? Hand it over to me, ASAP!joerg1997-11-073-0/+5
* One could be surprised how much bugs can still be found here...joerg1997-10-151-2/+3
* Improve my hack from rev 1.6 of displayq.c, and make the TCPjoerg1997-10-148-3/+56
* Be more paranoid about unlinking files. From mhpower@MIT.EDU by way ofimp1997-10-062-8/+12
* Use err(3). Add usage(). Various fixes in man pages.charnier1997-09-2417-101/+126
* environmental -> environment.charnier1997-09-181-2/+2
* common_source: staticize private version of warn() so to not conflictjoerg1997-08-234-26/+55
* Two minor, pedantic fixes from bde for my last pedantic fixes, plusimp1997-07-2910-33/+29
* Fix boatloads of buffer overflows from the OpenBSD tree.imp1997-07-299-100/+151
* index -> strchr and rindex -> strrchr to reduce the number of gratuitousimp1997-07-237-19/+19
* Use setuid/seteuid around dangerous operations. Also a few bufferimp1997-07-2311-50/+199
* Output name of duplicate spool dir.brian1997-07-211-1/+2
* Add code to make sure that we don't overflow the buffer that we copyimp1997-07-181-1/+4
* Fix a problem where remote files could be removed by exploiting raceimp1997-07-181-0/+2
* Increase size of tmp hostname buffer.phk1997-07-162-4/+4
* Fixed buffer overflow.dima1997-07-081-5/+5
* Imply a 10-second connection timeout when querying remote queues, tojoerg1997-06-231-0/+13
* Fix a typo, so the -a option will by documented in the synopsis.joerg1997-06-211-1/+1
* Check for duplicate spool dirs.brian1997-05-171-1/+30
* Don't output extraneous tabbrian1997-05-131-3/+7
* Don't drop into the troff args after parsing -#.brian1997-05-131-1/+2
* Kill a stale .pq line.joerg1997-05-081-2/+1
* Support input and output filters with remote printing.brian1997-04-123-33/+374
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-312-3/+3
* Fix an off by one error when determing the default job name formpp1997-02-261-4/+4
OpenPOWER on IntegriCloud