summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
AgeCommit message (Expand)Author
2001-12-12MKfoo=no -> NOfootv
2001-12-04Make sure that the we have a valid pathname. [We did the check too late,christos
2001-11-21"than" instead of "then".wiz
2001-11-14Test absense of command differently to avoid null pointer deferenceenami
2001-10-09Replace 1 and 2 with STDOUT_FILENO and STDERR_FILENO.mjl
2001-09-24va_{start,end} audit:wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-08-30use strlcpy. from openbsditojun
2001-08-30security fix from openbsd:itojun
2001-08-11Add -W parameter to lpd to disable check for a reserved port,mjl
2001-06-25extend file size lossage message.mrg
2001-06-25printer of "" becomes the DEFLP (the default printer, "lp")mrg
2001-06-25use DEFLP instead of "lp".mrg
2001-05-08Replace some .Xr with .Ic (programs non-existing or not in base system).wiz
2001-04-09lowercase Lpq in xref, and some whitespace fixes.wiz
2001-04-05Fix possible security problem (euid swapout in error handling).wiz
2001-04-05Improve markup, and add sections to xrefs, as well as the obligatorywiz
2001-03-2880 column police.simonb
2001-02-19convert to use getprogname()cgd
2001-02-02listen to the port number specified on argument, as advertiseditojun
2001-01-09convert to using .WAITlukem
2001-01-07Use PRINTOBJDIR.enami
2001-01-05use %ll_ instead of the less standard %q_lukem
2000-11-07fix up various .Nm abuses:lukem
2000-10-11More format string cleanups by sommerfeld.is
2000-10-04document output format, so that users would know exact meaningjdolecek
2000-10-03don't give result of function directly into syslog, use "%s".itojun
2000-10-03Free the bind-address list entries, as well as the list itself.scw
2000-10-03Add a "-b" option to specify one or more local addresses to bindscw
2000-09-26syslog() string format hole.itojun
2000-08-24Fix ingroup() to not check gid against trailing groups not set bysommerfeld
2000-08-24Don't pass null pointer to syslog.itohy
2000-08-09rewrite local address detection code, to use getifaddrs(3), not gethostname(3).itojun
2000-07-16account(): fix so that number of copies is optional and whitespacejdolecek
2000-07-04More #include <stdlib.h> string, etc. cleanupmatt
2000-06-05Get rid of the stupid hack that makes this lose when ${CC} is more than one w...mycroft
2000-05-31Just remove the first word so that rcmd.c compiles even if the command lineenami
2000-05-30usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoiditojun
2000-04-30Need <string.h> for memset() prototype.thorpej
2000-04-29lpf used its own broken argv parsing (-h without an argument would dump core)abs
2000-04-27remove unused variablemsaitoh
2000-04-27Finish transition to using getopt(3). Fixes bin/9963 by Brian Stark.jdolecek
2000-04-25allow lp=port@host again. PR9975 from Andreas Gustafsson.itojun
2000-04-24avoid NULL pointer access when rp=<ipv4 numberic address> (no ai_canonname).itojun
2000-04-16make scandir(3)'s 3rd argument take a function that takes a *const*mrg
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-04-10- fix usage message to current reality.mrg
2000-02-24(rcmd.c) to make Zoularis happier, pass sa_len separately from sockaddrs.itojun
2000-02-18do not sleep on ECONNREFUSED, rather, try the next address first.itojun
2000-01-27IPv6 support, using rcmd-family funciton added.itojun