| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvs | Ken Smith | 2011-02-16 | 15 | -15/+15 |
* | MFC: Fix end-of-line issues that can come up when `lpq' reads information | Garance A Drosehn | 2009-07-24 | 1 | -1/+102 |
* | NI_WITHSCOPEID cleanup | Hajimu UMEMOTO | 2005-05-13 | 1 | -2/+2 |
* | Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithm | Garance A Drosehn | 2004-12-31 | 5 | -37/+79 |
* | Do more extensive checking of the userid field which is read in from the | Garance A Drosehn | 2004-12-31 | 1 | -7/+46 |
* | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
* | Fix a warning about mismatched pointers. A pointer to "void *" is not the | Peter Wemm | 2003-10-26 | 1 | -1/+1 |
* | Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3 | Garance A Drosehn | 2003-08-01 | 1 | -1/+1 |
* | Get the 'sccsid' lines even closer to correct style(9) form. The | Garance A Drosehn | 2003-07-14 | 5 | -0/+13 |
* | Get the 'sccsid' for this to match the original lines you would | Garance A Drosehn | 2003-07-14 | 1 | -2/+6 |
* | Take advantage of the common_source/lp.cdefs.h file to change lpr | Garance A Drosehn | 2003-07-14 | 12 | -42/+26 |
* | Introduce a new lp.cdefs.h file, which will be used to make it | Garance A Drosehn | 2003-07-14 | 1 | -0/+107 |
* | Minor improvement to some debugging code that is probably used by no one | Garance A Drosehn | 2003-06-12 | 1 | -4/+15 |
* | When sanity-checking a variable, it's good to check the correct variable... | Garance A Drosehn | 2003-06-12 | 1 | -1/+1 |
* | Change DEFMX to 0. This removes the size limit for print jobs by default. | Eivind Eklund | 2003-03-27 | 1 | -2/+3 |
* | Fix typos; each file has at least one s/seperat/separat/ | Jens Schweikhardt | 2002-08-11 | 1 | -1/+1 |
* | Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. These | Garance A Drosehn | 2002-07-17 | 3 | -2/+688 |
* | 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 | 2 | -1/+11 |
* | Add two variables to struct jobqueue, and change the way that getq() | Garance A Drosehn | 2002-07-12 | 2 | -3/+10 |
* | Move prototypes for ctl_readcf and ctl_freeinf from ctlinfo.c to ctlinfo.h, | Garance A Drosehn | 2002-07-12 | 2 | -2/+2 |
* | Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will | Garance A Drosehn | 2002-06-23 | 1 | -2/+0 |
* | 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 | 2 | -0/+151 |
* | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -15/+0 |
* | Mark all internal libraries with INTERNALLIB. | Ruslan Ermilov | 2002-05-13 | 1 | -5/+1 |
* | When using %p to print out pointers to struct's, first cast the values | Garance A Drosehn | 2002-04-25 | 1 | -7/+8 |
* | Improve the error message the user sees if the startdaemon routine cannot | Garance A Drosehn | 2002-04-23 | 1 | -4/+6 |
* | Implement new printcap option of "rc" aka "remote.resend_copies". | Garance A Drosehn | 2002-04-23 | 2 | -0/+2 |
* | Add 'const' to some casts to fix two warnings that are printed by the | Garance A Drosehn | 2002-04-22 | 1 | -2/+2 |
* | My recent changes to add the ctl_renametf routine assumed that print job | Garance A Drosehn | 2001-11-28 | 1 | -8/+16 |
* | Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'. | Garance A Drosehn | 2001-11-27 | 1 | -2/+4 |
* | Add minimal support for "o"-type print-file actions in lpd control files. | Garance A Drosehn | 2001-09-20 | 1 | -12/+18 |
* | Fix buffer overflow in queue file handling. | Kris Kennaway | 2001-08-30 | 1 | -7/+13 |
* | Fix a few more minor compile-time warnings, mainly by using size_t where | Garance A Drosehn | 2001-07-23 | 1 | -10/+15 |
* | Replace calls to strncpy with calls to strlcpy, and remove the extra step | Garance A Drosehn | 2001-07-22 | 1 | -6/+3 |
* | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -3/+4 |
* | Change lpd to perform sanity and safety checks on control files as it | Garance A Drosehn | 2001-07-15 | 3 | -2/+924 |
* | Replace three subtly-wrong calls to strncpy with calls to strlcpy, and | Garance A Drosehn | 2001-07-15 | 2 | -15/+13 |
* | Fix most of the warnings generated by compiling lpr with -Wnon-const-format, | Garance A Drosehn | 2001-07-15 | 2 | -4/+5 |
* | Rename a few global variables which hold hostname-related values to be | Garance A Drosehn | 2001-06-15 | 5 | -27/+49 |
* | Rename global variable 'name' to 'progname', thus fixing a number of | Garance A Drosehn | 2001-06-15 | 2 | -3/+3 |
* | Fix about 90-100 warnings one gets when trying to compile lpr&friends | Garance A Drosehn | 2001-06-12 | 7 | -173/+125 |
* | Make sure the euid is restored in an obscure error situation. | Garance A Drosehn | 2001-04-06 | 1 | -3/+4 |
* | Fix "lprm -" (remove all jobs) processing for remote printer queues. | Garance A Drosehn | 2001-03-12 | 1 | -10/+17 |
* | Use macro API to <sys/queue.h> | Poul-Henning Kamp | 2000-12-30 | 1 | -2/+2 |
* | IPv6 support for lpr. | Hajimu UMEMOTO | 2000-12-16 | 2 | -80/+111 |
* | 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 |