summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace a call to 'alloca', thus avoiding an error when compiling ongad2001-07-151-8/+14
* Get rid of one compile-time warning by changing an 'int' to a 'size_t'.gad2001-07-151-6/+10
* Get lpr/pac.c to compile without warnings with BDECFLAGSgad2001-07-151-15/+15
* Replace three subtly-wrong calls to strncpy with calls to strlcpy, andgad2001-07-152-15/+13
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-157-21/+27
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.gad2001-07-142-6/+40
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-107-7/+7
* Fix the type of the NULL arg to execl()brian2001-07-091-3/+4
* mdoc(7) police: removed hard sentence breaks, use new .Brq macro.ru2001-07-051-54/+27
* Make 'lpc clean' somewhat safer. Add an 'lpc tclean' command, which allowsgad2001-06-256-47/+351
* Add two new options for lpd: -c will log all connection-errors to syslog,gad2001-06-252-32/+168
* Get rid of a trigraph ("??>") mistakenly put in an error message.gad2001-06-161-1/+1
* *** empty log message ***gad2001-06-151-19/+15
* Rename a few global variables which hold hostname-related values to begad2001-06-1512-69/+90
* Rename global variable 'name' to 'progname', thus fixing a number ofgad2001-06-157-27/+30
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-1222-568/+405
* Correct cross-references:sobomax2001-06-051-1/+1
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.dd2001-04-131-4/+4
* beforeinstall -> SCRIPTS.ru2001-04-071-4/+2
OpenPOWER on IntegriCloud