| Commit message (Expand) | Author | Age | Files | Lines |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -1/+3 |
| * | lpr(1): small bounds check with reallocarray(3). | Pedro F. Giffuni | 2017-03-07 | 1 | -4/+6 |
| * | Rename getline with get_line to avoid collision with getline(3) | Baptiste Daroussin | 2016-05-10 | 1 | -2/+2 |
| * | usr.sbin: minor spelling fixes on comments. | Pedro F. Giffuni | 2016-05-01 | 1 | -1/+1 |
| * | lpr: replace 0 with NULL for pointers. | Pedro F. Giffuni | 2016-04-10 | 1 | -2/+2 |
| * | Change the closeallfds() routine to use closefrom() when it is | Garance A Drosehn | 2013-05-27 | 1 | -7/+13 |
| * | Let lpr build with -Wmissing-variable-declarations. | Ed Schouten | 2012-10-25 | 1 | -2/+0 |
| * | Check the return error of set[ug]id. While this can never fail in the | Eitan Adler | 2012-10-22 | 1 | -12/+13 |
| * | Make sure that arraysz is initialized to a value larger than zero. | Jaakko Heinonen | 2012-07-17 | 1 | -0/+2 |
| * | Remove trailing whitespace. | Jaakko Heinonen | 2012-07-17 | 1 | -4/+4 |
| * | Hide DIR definition by making it an opaque struct typedef. | Gleb Kurtsou | 2012-05-19 | 1 | -1/+1 |
| * | Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithm | Garance A Drosehn | 2004-12-31 | 1 | -0/+55 |
| * | Get the 'sccsid' lines even closer to correct style(9) form. The | Garance A Drosehn | 2003-07-14 | 1 | -0/+3 |
| * | Take advantage of the common_source/lp.cdefs.h file to change lpr | Garance A Drosehn | 2003-07-14 | 1 | -6/+4 |
| * | Fix set_qstate() so it correctly checks for any error from chmod(). | Garance A Drosehn | 2002-07-12 | 1 | -1/+1 |
| * | Add a SQS_QCHANGED option to set_qstate(). This will soon be used by 'lpc'. | Garance A Drosehn | 2002-07-12 | 1 | -1/+10 |
| * | Add two variables to struct jobqueue, and change the way that getq() | Garance A Drosehn | 2002-07-12 | 1 | -3/+6 |
| * | Bah humbug. Fix another typo on the same comment line. It also had | Garance A Drosehn | 2002-06-13 | 1 | -1/+1 |
| * | Fix a typo in a comment from the previous commit. I had a bullet-character | Garance A Drosehn | 2002-06-13 | 1 | -1/+1 |
| * | Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable', | Garance A Drosehn | 2002-06-13 | 1 | -0/+133 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -15/+0 |
| * | Add 'const' to some casts to fix two warnings that are printed by the | Garance A Drosehn | 2002-04-22 | 1 | -2/+2 |
| * | Fix a few more minor compile-time warnings, mainly by using size_t where | Garance A Drosehn | 2001-07-23 | 1 | -10/+15 |
| * | Replace three subtly-wrong calls to strncpy with calls to strlcpy, and | Garance A Drosehn | 2001-07-15 | 1 | -14/+12 |
| * | Rename a few global variables which hold hostname-related values to be | Garance A Drosehn | 2001-06-15 | 1 | -2/+3 |
| * | Rename global variable 'name' to 'progname', thus fixing a number of | Garance A Drosehn | 2001-06-15 | 1 | -2/+2 |
| * | Fix about 90-100 warnings one gets when trying to compile lpr&friends | Garance A Drosehn | 2001-06-12 | 1 | -40/+17 |
| * | Make sure the euid is restored in an obscure error situation. | Garance A Drosehn | 2001-04-06 | 1 | -3/+4 |
| * | Reset the seteuid in a few obscure error situations. | Garance A Drosehn | 2000-11-15 | 1 | -1/+4 |
| * | Just some style-related improvements. | Garance A Drosehn | 2000-11-15 | 1 | -24/+32 |
| * | Cosmetic change of a structure name. | Garance A Drosehn | 2000-11-06 | 1 | -17/+17 |
| * | Implement new printcap options of sr= (aka stat.recv) and sr= (aka stat.send) | Garance A Drosehn | 2000-11-02 | 1 | -0/+285 |
| * | Print files submitted at the same instant in deterministic order. | Garrett Wollman | 2000-05-03 | 1 | -5/+20 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fix additional warnings. Remove -Werror, since some people have complained | Garrett Wollman | 1998-09-11 | 1 | -2/+2 |
| * | Mega lpd/lpd upgrade, part I: | Garrett Wollman | 1997-12-02 | 1 | -174/+80 |
| * | Improve my hack from rev 1.6 of displayq.c, and make the TCP | Joerg Wunsch | 1997-10-14 | 1 | -0/+1 |
| * | Two minor, pedantic fixes from bde for my last pedantic fixes, plus | Warner Losh | 1997-07-29 | 1 | -4/+4 |
| * | Fix boatloads of buffer overflows from the OpenBSD tree. | Warner Losh | 1997-07-29 | 1 | -2/+2 |
| * | Use setuid/seteuid around dangerous operations. Also a few buffer | Warner Losh | 1997-07-23 | 1 | -1/+9 |
| * | Add code to make sure that we don't overflow the buffer that we copy | Warner Losh | 1997-07-18 | 1 | -1/+4 |
| * | Pull a bunch of fixes from the 4.4BSD-Lite2 branch. It's really | Joerg Wunsch | 1996-05-05 | 1 | -19/+44 |
| * | Remove definitions and declarations for FS, FC, XS, XC variables, and | Sean Eric Fagan | 1996-04-03 | 1 | -4/+1 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -1/+1 |
| * | BSD 4.4 Lite usr.sbin Sources | Rodney W. Grimes | 1994-05-26 | 1 | -0/+352 |