| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the backup-versions ("x*") of various lpc commands that were | gad | 2002-07-02 | 3 | -377/+0 |
* | Redo the way that fatal-error messages are done in the chkhost() routine, | gad | 2002-06-24 | 1 | -64/+88 |
* | Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will | gad | 2002-06-23 | 8 | -9/+7 |
* | Just rename two generic-queue init routines from 'init_*' to '*_gi' | gad | 2002-06-16 | 3 | -7/+7 |
* | Add a nearly complete rewrite of the lpc command 'down'. The only user- | gad | 2002-06-16 | 4 | -3/+73 |
* | Make the description of the 'down' command a little more readable. | gad | 2002-06-15 | 1 | -2/+4 |
* | Reorganize the way that arguments are processed in lpc's generic-queue | gad | 2002-06-15 | 1 | -20/+24 |
* | Add a new command to 'lpc' called 'setstatus', which would be used to | gad | 2002-06-15 | 6 | -28/+140 |
* | 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 | 5 | -14/+457 |
* | Change some "process id" variables from 'int' to 'pid_t', renaming some | gad | 2002-06-04 | 1 | -28/+31 |
* | Cosmetic improvements to some of the syslog() calls in here (in some cases | gad | 2002-06-04 | 1 | -35/+44 |
* | Fix all the 'return' statements in here to follow style(9). | gad | 2002-06-04 | 1 | -24/+24 |
* | Avoid checking WIFEXITED and WTERMSIG in some error situations where the | gad | 2002-06-04 | 1 | -3/+6 |
* | Stop using the depreciated 'union wait' definitions, moving to a more | gad | 2002-06-03 | 2 | -26/+25 |
* | mdoc(7) police: markup nits. | ru | 2002-05-30 | 1 | -7/+11 |
* | Have this use 'static const char rcsid' instead of __RCSID() | gad | 2002-05-28 | 1 | -3/+4 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 3 | -44/+0 |
* | Mark all internal libraries with INTERNALLIB. | ru | 2002-05-13 | 1 | -5/+1 |
* | Include <netinet/in.h> to squash one more compile-time warning. | gad | 2002-04-25 | 1 | -0/+2 |
* | 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 | 4 | -11/+70 |
* | Add 'const' to some casts to fix two warnings that are printed by the | gad | 2002-04-22 | 2 | -4/+4 |
* | Add 'const' to some casts to fix two warnings that are printed by the | gad | 2002-04-22 | 1 | -2/+2 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -3/+3 |
* | Don't needlessly redefine the afterinstall target. | ru | 2002-04-22 | 1 | -6/+1 |
* | Underline the default value for rp=, the same way all the other string-type | gad | 2002-04-22 | 1 | -1/+1 |
* | Add description of `mc' (max copies), add short-form to long-form mapping | gad | 2002-04-22 | 3 | -0/+6 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 5 | -22/+33 |
* | Change lpd to recognize the '-s' parameter as a preferred synonym | gad | 2002-04-19 | 2 | -13/+26 |
* | Remove a safety-setting line which is unnecessary now that the previous | gad | 2002-04-19 | 1 | -1/+0 |
* | Fix 'deamon' -> 'daemon' in a comment. | gad | 2002-04-19 | 1 | -1/+1 |
* | Add a little detail to the syslog-msg that comes up when lpd can not | gad | 2002-04-19 | 1 | -2/+3 |
* | A variable had been unnecessarily assigned a bogus value because gcc was | gad | 2002-04-07 | 1 | -7/+6 |
* | Rename a variable from 'user' to 'userid' to avoid some compiler warnings. | gad | 2002-04-07 | 1 | -5/+5 |
* | Rearrange all the error returns from sendfile() to make sure the original | gad | 2002-04-07 | 1 | -43/+51 |
* | Re-arrange how output filters (of=) are handled for queues going to | gad | 2002-04-07 | 1 | -147/+191 |
* | Add another level of checking to 'chkprintcap', which is done by | gad | 2001-12-15 | 4 | -6/+352 |
* | Move the checks for '/' a little sooner in the code which receives files | gad | 2001-12-05 | 1 | -8/+8 |
* | My recent changes to add the ctl_renametf routine assumed that print job | gad | 2001-11-28 | 2 | -21/+38 |
* | Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'. | gad | 2001-11-27 | 2 | -10/+15 |
* | Fix one more compile-time warning by renaming a local variable. | gad | 2001-10-09 | 1 | -3/+3 |
* | Fix a compile-time warning by declaring 'len' as size_t instead of int. | gad | 2001-10-09 | 1 | -1/+1 |
* | Rename the local variable 'person' to 'lpr_username', to avoid compile-time | gad | 2001-10-09 | 1 | -9/+9 |
* | Get rid of some minor compile-time errors by changing copyright/rcsid | gad | 2001-10-09 | 1 | -3/+6 |
* | Fix minor compile-time error in definition of 'copyright'. | gad | 2001-10-09 | 1 | -1/+1 |