| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the advertising clause from UCB copyrighted files in usr.sbin. This | joel | 2010-12-11 | 6 | -24/+2 |
* | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | kib | 2010-01-04 | 2 | -2/+2 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Fix end-of-line issues that can come up when `lpq' reads information | gad | 2009-06-24 | 1 | -1/+102 |
* | NI_WITHSCOPEID cleanup | ume | 2005-05-13 | 1 | -2/+2 |
* | Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithm | gad | 2004-12-31 | 5 | -37/+79 |
* | Do more extensive checking of the userid field which is read in from the | gad | 2004-12-31 | 1 | -7/+46 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Fix a warning about mismatched pointers. A pointer to "void *" is not the | peter | 2003-10-26 | 1 | -1/+1 |
* | Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3 | gad | 2003-08-01 | 1 | -1/+1 |
* | Get the 'sccsid' lines even closer to correct style(9) form. The | gad | 2003-07-14 | 5 | -0/+13 |
* | Get the 'sccsid' for this to match the original lines you would | gad | 2003-07-14 | 1 | -2/+6 |
* | Take advantage of the common_source/lp.cdefs.h file to change lpr | gad | 2003-07-14 | 12 | -42/+26 |
* | Introduce a new lp.cdefs.h file, which will be used to make it | gad | 2003-07-14 | 1 | -0/+107 |
* | Minor improvement to some debugging code that is probably used by no one | gad | 2003-06-12 | 1 | -4/+15 |
* | When sanity-checking a variable, it's good to check the correct variable... | gad | 2003-06-12 | 1 | -1/+1 |
* | Change DEFMX to 0. This removes the size limit for print jobs by default. | eivind | 2003-03-27 | 1 | -2/+3 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -1/+1 |
* | Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. These | gad | 2002-07-17 | 3 | -2/+688 |
* | Fix set_qstate() so it correctly checks for any error from chmod(). | gad | 2002-07-12 | 1 | -1/+1 |
* | Add a SQS_QCHANGED option to set_qstate(). This will soon be used by 'lpc'. | gad | 2002-07-12 | 2 | -1/+11 |
* | Add two variables to struct jobqueue, and change the way that getq() | gad | 2002-07-12 | 2 | -3/+10 |
* | Move prototypes for ctl_readcf and ctl_freeinf from ctlinfo.c to ctlinfo.h, | gad | 2002-07-12 | 2 | -2/+2 |
* | Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will | gad | 2002-06-23 | 1 | -2/+0 |
* | Bah humbug. Fix another typo on the same comment line. It also had | gad | 2002-06-13 | 1 | -1/+1 |
* | Fix a typo in a comment from the previous commit. I had a bullet-character | gad | 2002-06-13 | 1 | -1/+1 |
* | Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable', | gad | 2002-06-13 | 2 | -0/+151 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -15/+0 |
* | Mark all internal libraries with INTERNALLIB. | ru | 2002-05-13 | 1 | -5/+1 |
* | When using %p to print out pointers to struct's, first cast the values | gad | 2002-04-25 | 1 | -7/+8 |
* | Improve the error message the user sees if the startdaemon routine cannot | gad | 2002-04-23 | 1 | -4/+6 |
* | Implement new printcap option of "rc" aka "remote.resend_copies". | gad | 2002-04-23 | 2 | -0/+2 |
* | Add 'const' to some casts to fix two warnings that are printed by the | gad | 2002-04-22 | 1 | -2/+2 |
* | My recent changes to add the ctl_renametf routine assumed that print job | gad | 2001-11-28 | 1 | -8/+16 |
* | Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'. | gad | 2001-11-27 | 1 | -2/+4 |
* | Add minimal support for "o"-type print-file actions in lpd control files. | gad | 2001-09-20 | 1 | -12/+18 |
* | Fix buffer overflow in queue file handling. | kris | 2001-08-30 | 1 | -7/+13 |
* | Fix a few more minor compile-time warnings, mainly by using size_t where | gad | 2001-07-23 | 1 | -10/+15 |
* | Replace calls to strncpy with calls to strlcpy, and remove the extra step | gad | 2001-07-22 | 1 | -6/+3 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -3/+4 |
* | Change lpd to perform sanity and safety checks on control files as it | gad | 2001-07-15 | 3 | -2/+924 |
* | Replace three subtly-wrong calls to strncpy with calls to strlcpy, and | gad | 2001-07-15 | 2 | -15/+13 |
* | Fix most of the warnings generated by compiling lpr with -Wnon-const-format, | gad | 2001-07-15 | 2 | -4/+5 |
* | Rename a few global variables which hold hostname-related values to be | gad | 2001-06-15 | 5 | -27/+49 |
* | Rename global variable 'name' to 'progname', thus fixing a number of | gad | 2001-06-15 | 2 | -3/+3 |
* | Fix about 90-100 warnings one gets when trying to compile lpr&friends | gad | 2001-06-12 | 7 | -173/+125 |
* | Make sure the euid is restored in an obscure error situation. | gad | 2001-04-06 | 1 | -3/+4 |
* | Fix "lprm -" (remove all jobs) processing for remote printer queues. | gad | 2001-03-12 | 1 | -10/+17 |
* | Use macro API to <sys/queue.h> | phk | 2000-12-30 | 1 | -2/+2 |
* | IPv6 support for lpr. | ume | 2000-12-16 | 2 | -80/+111 |