aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* Add another level of checking to 'chkprintcap', which is done byGarance A Drosehn2001-12-154-6/+352
* Move the checks for '/' a little sooner in the code which receives filesGarance A Drosehn2001-12-051-8/+8
* My recent changes to add the ctl_renametf routine assumed that print jobGarance A Drosehn2001-11-282-21/+38
* Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'.Garance A Drosehn2001-11-272-10/+15
* Fix one more compile-time warning by renaming a local variable.Garance A Drosehn2001-10-091-3/+3
* Fix a compile-time warning by declaring 'len' as size_t instead of int.Garance A Drosehn2001-10-091-1/+1
* Rename the local variable 'person' to 'lpr_username', to avoid compile-timeGarance A Drosehn2001-10-091-9/+9
* Get rid of some minor compile-time errors by changing copyright/rcsidGarance A Drosehn2001-10-091-3/+6
* Fix minor compile-time error in definition of 'copyright'.Garance A Drosehn2001-10-091-1/+1
* Fix minor compile-time warning that snunk in with changes to sortq() rtn.Garance A Drosehn2001-10-091-0/+1
* *** empty log message ***David E. O'Brien2001-10-011-3/+4
* Basically rewrite the sortq() routine which is used by 'lpc clean' andGarance A Drosehn2001-09-271-20/+126
* Add minimal support for "o"-type print-file actions in lpd control files.Garance A Drosehn2001-09-202-13/+29
* Fix so that lpc's interactive-mode will not be confused by EditLine processingGarance A Drosehn2001-09-171-0/+9
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-133-0/+3
* Fix buffer overflow in queue file handling.Kris Kennaway2001-08-301-7/+13
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-072-5/+3
* Basically rewrite the dofork() routine, to add more error-checking andGarance A Drosehn2001-07-231-14/+55
* Get rid of a compile-time warning by casting to (size_t).Garance A Drosehn2001-07-231-1/+1
* Get rid of a compile-time warning by casting to (size_t).Garance A Drosehn2001-07-231-1/+1
* Fix a few more minor compile-time warnings, mainly by using size_t whereGarance A Drosehn2001-07-231-10/+15
* Get rid of some compile-time warnings by defining (or casting) variablesGarance A Drosehn2001-07-231-19/+20
* Fix two compile-time warnings by defining fromlen as socklen_t.Garance A Drosehn2001-07-231-2/+2
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepGarance A Drosehn2001-07-223-37/+25
* Rename the -w option to be -W. The recently-added -w option is differentGarance A Drosehn2001-07-222-7/+30
* Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.Garance A Drosehn2001-07-222-7/+7
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-2016-43/+65
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-154-8/+8
* Change lpd to perform sanity and safety checks on control files as itGarance A Drosehn2001-07-154-6/+931
* Replace a call to 'alloca', thus avoiding an error when compiling onGarance A Drosehn2001-07-151-8/+14
* Get rid of one compile-time warning by changing an 'int' to a 'size_t'.Garance A Drosehn2001-07-151-6/+10
* Get lpr/pac.c to compile without warnings with BDECFLAGSGarance A Drosehn2001-07-151-15/+15
* Replace three subtly-wrong calls to strncpy with calls to strlcpy, andGarance A Drosehn2001-07-152-15/+13
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,Garance A Drosehn2001-07-157-21/+27
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.Garance A Drosehn2001-07-142-6/+40
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-107-7/+7
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-3/+4
* mdoc(7) police: removed hard sentence breaks, use new .Brq macro.Ruslan Ermilov2001-07-051-54/+27
* Make 'lpc clean' somewhat safer. Add an 'lpc tclean' command, which allowsGarance A Drosehn2001-06-256-47/+351
* Add two new options for lpd: -c will log all connection-errors to syslog,Garance A Drosehn2001-06-252-32/+168
* Get rid of a trigraph ("??>") mistakenly put in an error message.Garance A Drosehn2001-06-161-1/+1
* *** empty log message ***Garance A Drosehn2001-06-151-19/+15
* Rename a few global variables which hold hostname-related values to beGarance A Drosehn2001-06-1512-69/+90
* Rename global variable 'name' to 'progname', thus fixing a number ofGarance A Drosehn2001-06-157-27/+30
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsGarance A Drosehn2001-06-1222-568/+405
* Correct cross-references:Maxim Sobolev2001-06-051-1/+1
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.Dima Dorfman2001-04-131-4/+4
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+2