| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix minor compile-time warning that snunk in with changes to sortq() rtn. | gad | 2001-10-09 | 1 | -0/+1 |
* | *** empty log message *** | obrien | 2001-10-01 | 1 | -3/+4 |
* | Basically rewrite the sortq() routine which is used by 'lpc clean' and | gad | 2001-09-27 | 1 | -20/+126 |
* | Add minimal support for "o"-type print-file actions in lpd control files. | gad | 2001-09-20 | 2 | -13/+29 |
* | Fix so that lpc's interactive-mode will not be confused by EditLine processing | gad | 2001-09-17 | 1 | -0/+9 |
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 3 | -0/+3 |
* | Fix buffer overflow in queue file handling. | kris | 2001-08-30 | 1 | -7/+13 |
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-08-07 | 2 | -5/+3 |
* | Basically rewrite the dofork() routine, to add more error-checking and | gad | 2001-07-23 | 1 | -14/+55 |
* | Get rid of a compile-time warning by casting to (size_t). | gad | 2001-07-23 | 1 | -1/+1 |
* | Get rid of a compile-time warning by casting to (size_t). | gad | 2001-07-23 | 1 | -1/+1 |
* | Fix a few more minor compile-time warnings, mainly by using size_t where | gad | 2001-07-23 | 1 | -10/+15 |
* | Get rid of some compile-time warnings by defining (or casting) variables | gad | 2001-07-23 | 1 | -19/+20 |
* | Fix two compile-time warnings by defining fromlen as socklen_t. | gad | 2001-07-23 | 1 | -2/+2 |
* | Replace calls to strncpy with calls to strlcpy, and remove the extra step | gad | 2001-07-22 | 3 | -37/+25 |
* | Rename the -w option to be -W. The recently-added -w option is different | gad | 2001-07-22 | 2 | -7/+30 |
* | Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'. | gad | 2001-07-22 | 2 | -7/+7 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 16 | -43/+65 |
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 4 | -8/+8 |
* | Change lpd to perform sanity and safety checks on control files as it | gad | 2001-07-15 | 4 | -6/+931 |
* | Replace a call to 'alloca', thus avoiding an error when compiling on | gad | 2001-07-15 | 1 | -8/+14 |
* | Get rid of one compile-time warning by changing an 'int' to a 'size_t'. | gad | 2001-07-15 | 1 | -6/+10 |
* | Get lpr/pac.c to compile without warnings with BDECFLAGS | gad | 2001-07-15 | 1 | -15/+15 |
* | 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 | 7 | -21/+27 |
* | Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN. | gad | 2001-07-14 | 2 | -6/+40 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 7 | -7/+7 |
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -3/+4 |
* | mdoc(7) police: removed hard sentence breaks, use new .Brq macro. | ru | 2001-07-05 | 1 | -54/+27 |
* | Make 'lpc clean' somewhat safer. Add an 'lpc tclean' command, which allows | gad | 2001-06-25 | 6 | -47/+351 |
* | Add two new options for lpd: -c will log all connection-errors to syslog, | gad | 2001-06-25 | 2 | -32/+168 |
* | Get rid of a trigraph ("??>") mistakenly put in an error message. | gad | 2001-06-16 | 1 | -1/+1 |
* | *** empty log message *** | gad | 2001-06-15 | 1 | -19/+15 |
* | Rename a few global variables which hold hostname-related values to be | gad | 2001-06-15 | 12 | -69/+90 |
* | Rename global variable 'name' to 'progname', thus fixing a number of | gad | 2001-06-15 | 7 | -27/+30 |
* | Fix about 90-100 warnings one gets when trying to compile lpr&friends | gad | 2001-06-12 | 22 | -568/+405 |
* | Correct cross-references: | sobomax | 2001-06-05 | 1 | -1/+1 |
* | mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section. | dd | 2001-04-13 | 1 | -4/+4 |
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 1 | -4/+2 |