| Commit message (Expand) | Author | Age | Files | Lines |
* | Change my mind on using base '0' for strtol for -i and -# operations | imp | 1999-01-06 | 1 | -3/+3 |
* | Add sanity checking to argument for -# and -i. Require these | imp | 1999-01-06 | 1 | -4/+8 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 3 | -6/+3 |
* | Fix additional warnings. Remove -Werror, since some people have complained | wollman | 1998-09-11 | 17 | -38/+49 |
* | Fix ``lp=port@machine'' syntax and mention it in printcap(5). | brian | 1998-08-21 | 2 | -3/+14 |
* | Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits | jb | 1998-06-11 | 3 | -14/+3 |
* | Spelling fixes. | phk | 1998-06-10 | 1 | -2/+2 |
* | The printf type checking in gcc wants %qd to be a long long, so add | jb | 1998-05-13 | 1 | -2/+2 |
* | Make -Werror i386 specific because -nostinc on alpha spits warnings | jb | 1998-05-13 | 3 | -6/+17 |
* | Make ``-h'' follow the manpage, and suppress the burst page reguardless of | obrien | 1998-04-17 | 1 | -3/+3 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 2 | -4/+4 |
* | Cast an argument to int for a printf field width the way that gcc | jb | 1998-03-22 | 1 | -2/+2 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 10 | -36/+35 |
* | Add DESTDIR to afterinstall | ache | 1998-02-24 | 1 | -1/+1 |
* | Oops, back out DESTDIR addition, handled automatically by bsd.prog.mk | ache | 1998-02-24 | 1 | -1/+1 |
* | Add missing DESTDIR | ache | 1998-02-23 | 1 | -1/+1 |
* | Install printcap.5 from here. | wollman | 1998-02-04 | 1 | -1/+2 |
* | Add comment describing settings | ache | 1998-02-04 | 1 | -3/+10 |
* | Add Russian printer filters, mandatory because hardware code page 866 | ache | 1998-02-04 | 5 | -2/+273 |
* | Properly initialize the printer struct. | wollman | 1998-01-20 | 1 | -1/+2 |
* | Fix top-of-form bogon. | wollman | 1997-12-27 | 1 | -2/+2 |
* | Add -Wno-unused so that ``make world'' can complete successfully. | wollman | 1997-12-17 | 2 | -4/+4 |
* | Fixed DPADD. | bde | 1997-12-16 | 7 | -7/+14 |
* | Fix incorrect format string in call to errx(). | jdp | 1997-12-06 | 1 | -2/+2 |
* | Add missing argument to warn() call. | jdp | 1997-12-06 | 1 | -2/+2 |
* | Document the new long names for printcap capabilities. | wollman | 1997-12-02 | 1 | -1/+44 |
* | Mega lpd/lpd upgrade, part I: | wollman | 1997-12-02 | 43 | -1921/+2896 |
* | Argl! Who's got the pointy hat these days? Hand it over to me, ASAP! | joerg | 1997-11-07 | 3 | -0/+5 |
* | One could be surprised how much bugs can still be found here... | joerg | 1997-10-15 | 1 | -2/+3 |
* | Improve my hack from rev 1.6 of displayq.c, and make the TCP | joerg | 1997-10-14 | 8 | -3/+56 |
* | Be more paranoid about unlinking files. From mhpower@MIT.EDU by way of | imp | 1997-10-06 | 2 | -8/+12 |
* | Use err(3). Add usage(). Various fixes in man pages. | charnier | 1997-09-24 | 17 | -101/+126 |
* | environmental -> environment. | charnier | 1997-09-18 | 1 | -2/+2 |
* | common_source: staticize private version of warn() so to not conflict | joerg | 1997-08-23 | 4 | -26/+55 |
* | Two minor, pedantic fixes from bde for my last pedantic fixes, plus | imp | 1997-07-29 | 10 | -33/+29 |
* | Fix boatloads of buffer overflows from the OpenBSD tree. | imp | 1997-07-29 | 9 | -100/+151 |
* | index -> strchr and rindex -> strrchr to reduce the number of gratuitous | imp | 1997-07-23 | 7 | -19/+19 |
* | Use setuid/seteuid around dangerous operations. Also a few buffer | imp | 1997-07-23 | 11 | -50/+199 |
* | Output name of duplicate spool dir. | brian | 1997-07-21 | 1 | -1/+2 |
* | Add code to make sure that we don't overflow the buffer that we copy | imp | 1997-07-18 | 1 | -1/+4 |
* | Fix a problem where remote files could be removed by exploiting race | imp | 1997-07-18 | 1 | -0/+2 |
* | Increase size of tmp hostname buffer. | phk | 1997-07-16 | 2 | -4/+4 |
* | Fixed buffer overflow. | dima | 1997-07-08 | 1 | -5/+5 |
* | Imply a 10-second connection timeout when querying remote queues, to | joerg | 1997-06-23 | 1 | -0/+13 |
* | Fix a typo, so the -a option will by documented in the synopsis. | joerg | 1997-06-21 | 1 | -1/+1 |
* | Check for duplicate spool dirs. | brian | 1997-05-17 | 1 | -1/+30 |
* | Don't output extraneous tab | brian | 1997-05-13 | 1 | -3/+7 |
* | Don't drop into the troff args after parsing -#. | brian | 1997-05-13 | 1 | -1/+2 |
* | Kill a stale .pq line. | joerg | 1997-05-08 | 1 | -2/+1 |
* | Support input and output filters with remote printing. | brian | 1997-04-12 | 3 | -33/+374 |