| Commit message (Expand) | Author | Age | Files | Lines |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Fix a number of warnings that come up when compiling with BDECFLAGS. | gad | 2001-03-16 | 1 | -7/+7 |
* | Change the usage() message to include the recently-added -4 and -6 options. | gad | 2001-03-12 | 1 | -7/+15 |
* | Improve a few error messages wrt if= filters on remote print queues. | gad | 2001-03-12 | 1 | -8/+26 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -1/+1 |
* | IPv6 support for lpr. | ume | 2000-12-16 | 2 | -62/+191 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Eliminate two compile-time warnings. | gad | 2000-11-15 | 1 | -0/+2 |
* | Fix the '-d' option (turns on socket-debugging). Improve startup msgs. | gad | 2000-11-15 | 1 | -10/+17 |
* | Make sure a few strings will have terminating null characters. | gad | 2000-11-15 | 1 | -0/+2 |
* | Minor style improvements. | gad | 2000-11-14 | 1 | -5/+5 |
* | Fix (style) some variable initializations. | gad | 2000-11-14 | 1 | -4/+6 |
* | Change 'count' to a more descriptive 'jobcount', and fix the stupid | gad | 2000-11-14 | 1 | -6/+6 |
* | Get rid of 'exit(-1)' calls. Exit codes are limited to 8 bits under most | gad | 2000-11-14 | 1 | -2/+2 |
* | My previous commit removed a line it wasn't supposed to. Add it back. | gad | 2000-11-13 | 1 | -2/+3 |
* | Replace call to mktemp() with mkstemp. Also move where that call is | gad | 2000-11-13 | 1 | -17/+43 |
* | Fix 'printit()' to ignore some lines it doesn't recognize (most likely | gad | 2000-11-08 | 2 | -4/+24 |
* | Cosmetic change of a structure name. | gad | 2000-11-06 | 1 | -10/+10 |
* | Cosmetic improvements to a few recvjob-related error messages. | gad | 2000-11-06 | 1 | -18/+35 |
* | Fix a format-code, thus getting rid of a compile-time warning msg. | gad | 2000-11-06 | 1 | -1/+1 |
* | Fix potential problem processing jobs from hosts with >32 character hostnames. | gad | 2000-11-05 | 1 | -3/+6 |
* | In the error-message routine for receiving a job, move the "cleanup" to be | gad | 2000-11-05 | 1 | -2/+17 |
* | Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send) | gad | 2000-11-02 | 3 | -7/+38 |
* | Set SO_REUSEADDR so that lpd can start while old lpd connections are still | wollman | 2000-09-27 | 1 | -2/+15 |
* | Re-implement my fix from rev 1.6 (same rev for both files being committed) | mpp | 2000-05-24 | 1 | -1/+10 |
* | Add -p option to prevent lpd(8) from opening a listening socket. | sheldonh | 2000-03-29 | 2 | -17/+32 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -5/+10 |
* | Type-o, change from[...] = 0 to fromb[...] = 0. The incorrect buffer | dillon | 2000-01-25 | 1 | -1/+1 |
* | Add support for pr's locale | ache | 1999-11-30 | 2 | -9/+24 |
* | Correct spelling : ascii -> ASCII | phantom | 1999-09-20 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 8 | -8/+8 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Fix additional warnings. Remove -Werror, since some people have complained | wollman | 1998-09-11 | 5 | -11/+14 |
* | Fix ``lp=port@machine'' syntax and mention it in printcap(5). | brian | 1998-08-21 | 1 | -2/+2 |
* | Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits | jb | 1998-06-11 | 1 | -5/+1 |
* | Make -Werror i386 specific because -nostinc on alpha spits warnings | jb | 1998-05-13 | 1 | -2/+6 |
* | Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal | bde | 1998-03-07 | 1 | -4/+3 |
* | Properly initialize the printer struct. | wollman | 1998-01-20 | 1 | -1/+2 |
* | Fixed DPADD. | bde | 1997-12-16 | 1 | -1/+2 |
* | Mega lpd/lpd upgrade, part I: | wollman | 1997-12-02 | 7 | -471/+480 |
* | Argl! Who's got the pointy hat these days? Hand it over to me, ASAP! | joerg | 1997-11-07 | 1 | -0/+2 |
* | Improve my hack from rev 1.6 of displayq.c, and make the TCP | joerg | 1997-10-14 | 1 | -0/+17 |
* | Be more paranoid about unlinking files. From mhpower@MIT.EDU by way of | imp | 1997-10-06 | 1 | -4/+6 |
* | Use err(3). Add usage(). Various fixes in man pages. | charnier | 1997-09-24 | 3 | -9/+18 |
* | common_source: staticize private version of warn() so to not conflict | joerg | 1997-08-23 | 2 | -24/+53 |
* | Two minor, pedantic fixes from bde for my last pedantic fixes, plus | imp | 1997-07-29 | 2 | -10/+8 |
* | Fix boatloads of buffer overflows from the OpenBSD tree. | imp | 1997-07-29 | 2 | -38/+59 |
* | index -> strchr and rindex -> strrchr to reduce the number of gratuitous | imp | 1997-07-23 | 2 | -6/+6 |
* | Use setuid/seteuid around dangerous operations. Also a few buffer | imp | 1997-07-23 | 1 | -6/+11 |