summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* Include <netinet/in.h> to squash one more compile-time warning.gad2002-04-251-0/+2
* When using %p to print out pointers to struct's, first cast the valuesgad2002-04-251-7/+8
* Improve the error message the user sees if the startdaemon routine cannotgad2002-04-231-4/+6
* Implement new printcap option of "rc" aka "remote.resend_copies".gad2002-04-234-11/+70
* Add 'const' to some casts to fix two warnings that are printed by thegad2002-04-222-4/+4
* Add 'const' to some casts to fix two warnings that are printed by thegad2002-04-221-2/+2
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-3/+3
* Don't needlessly redefine the afterinstall target.ru2002-04-221-6/+1
* Underline the default value for rp=, the same way all the other string-typegad2002-04-221-1/+1
* Add description of `mc' (max copies), add short-form to long-form mappinggad2002-04-223-0/+6
* Use `The .Nm utility'charnier2002-04-205-22/+33
* Change lpd to recognize the '-s' parameter as a preferred synonymgad2002-04-192-13/+26
* Remove a safety-setting line which is unnecessary now that the previousgad2002-04-191-1/+0
* Fix 'deamon' -> 'daemon' in a comment.gad2002-04-191-1/+1
* Add a little detail to the syslog-msg that comes up when lpd can notgad2002-04-191-2/+3
* A variable had been unnecessarily assigned a bogus value because gcc wasgad2002-04-071-7/+6
* Rename a variable from 'user' to 'userid' to avoid some compiler warnings.gad2002-04-071-5/+5
* Rearrange all the error returns from sendfile() to make sure the originalgad2002-04-071-43/+51
* Re-arrange how output filters (of=) are handled for queues going togad2002-04-071-147/+191
* Add another level of checking to 'chkprintcap', which is done bygad2001-12-154-6/+352
* Move the checks for '/' a little sooner in the code which receives filesgad2001-12-051-8/+8
* My recent changes to add the ctl_renametf routine assumed that print jobgad2001-11-282-21/+38
* Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'.gad2001-11-272-10/+15
* Fix one more compile-time warning by renaming a local variable.gad2001-10-091-3/+3
* Fix a compile-time warning by declaring 'len' as size_t instead of int.gad2001-10-091-1/+1
* Rename the local variable 'person' to 'lpr_username', to avoid compile-timegad2001-10-091-9/+9
* Get rid of some minor compile-time errors by changing copyright/rcsidgad2001-10-091-3/+6
* Fix minor compile-time error in definition of 'copyright'.gad2001-10-091-1/+1
* Fix minor compile-time warning that snunk in with changes to sortq() rtn.gad2001-10-091-0/+1
* *** empty log message ***obrien2001-10-011-3/+4
* Basically rewrite the sortq() routine which is used by 'lpc clean' andgad2001-09-271-20/+126
* Add minimal support for "o"-type print-file actions in lpd control files.gad2001-09-202-13/+29
* Fix so that lpc's interactive-mode will not be confused by EditLine processinggad2001-09-171-0/+9
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-133-0/+3
* Fix buffer overflow in queue file handling.kris2001-08-301-7/+13
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
* mdoc(7) police:ru2001-08-072-5/+3
* Basically rewrite the dofork() routine, to add more error-checking andgad2001-07-231-14/+55
* Get rid of a compile-time warning by casting to (size_t).gad2001-07-231-1/+1
* Get rid of a compile-time warning by casting to (size_t).gad2001-07-231-1/+1
* Fix a few more minor compile-time warnings, mainly by using size_t wheregad2001-07-231-10/+15
* Get rid of some compile-time warnings by defining (or casting) variablesgad2001-07-231-19/+20
* Fix two compile-time warnings by defining fromlen as socklen_t.gad2001-07-231-2/+2
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepgad2001-07-223-37/+25
* Rename the -w option to be -W. The recently-added -w option is differentgad2001-07-222-7/+30
* Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.gad2001-07-222-7/+7
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-2016-43/+65
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+1
* Remove whitespace at EOL.dd2001-07-154-8/+8
* Change lpd to perform sanity and safety checks on control files as itgad2001-07-154-6/+931
OpenPOWER on IntegriCloud