summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd
Commit message (Expand)AuthorAgeFilesLines
* Minimal update to make it easier to increase the buffer-size lpd usesgad2003-08-212-10/+20
* Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moregad2003-08-133-17/+17
* Get the 'sccsid' lines even closer to correct style(9) form. Thegad2003-07-145-0/+10
* More changes to use __FBSDID() for setting rcsids, and fix thegad2003-07-146-26/+19
* add FBSDIDcharnier2003-07-061-4/+5
* Add section number to .Xrcharnier2003-06-081-4/+4
* english(4) police.schweikh2002-12-271-1/+1
* Use "deprecated" instead of "depreciated" where appropriate.sheldonh2002-10-301-1/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-4/+2
* The .Nm utilitycharnier2002-07-141-5/+9
* Redo the way that fatal-error messages are done in the chkhost() routine,gad2002-06-241-64/+88
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willgad2002-06-231-1/+1
* Change some "process id" variables from 'int' to 'pid_t', renaming somegad2002-06-041-28/+31
* Cosmetic improvements to some of the syslog() calls in here (in some casesgad2002-06-041-35/+44
* Fix all the 'return' statements in here to follow style(9).gad2002-06-041-24/+24
* Avoid checking WIFEXITED and WTERMSIG in some error situations where thegad2002-06-041-3/+6
* Stop using the depreciated 'union wait' definitions, moving to a moregad2002-06-032-26/+25
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-282-29/+0
* Implement new printcap option of "rc" aka "remote.resend_copies".gad2002-04-231-11/+48
* Add description of `mc' (max copies), add short-form to long-form mappinggad2002-04-221-0/+1
* 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
* Move the checks for '/' a little sooner in the code which receives filesgad2001-12-051-8/+8
* Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'.gad2001-11-271-8/+11
* Add minimal support for "o"-type print-file actions in lpd control files.gad2001-09-201-1/+11
* Basically rewrite the dofork() routine, to add more error-checking andgad2001-07-231-14/+55
* 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-222-31/+22
* 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-201-1/+3
* Remove whitespace at EOL.dd2001-07-151-2/+2
* Change lpd to perform sanity and safety checks on control files as itgad2001-07-151-4/+7
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-153-10/+15
* 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-101-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-3/+4
* 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-154-35/+33
* Rename global variable 'name' to 'progname', thus fixing a number ofgad2001-06-151-1/+1
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-125-142/+91
OpenPOWER on IntegriCloud