summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd
AgeCommit message (Expand)Author
2003-10-19#define _PATH_BIN_RCMD in common_source/pathnames.h rather than usinglukem
2003-10-16safer use of reallocitojun
2003-10-16safer realloc.itojun
2003-09-01plug memory leak. oenbsd-pr-3425itojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-17use strlcpy/strlcat.itojun
2003-03-15IPv4/IPv6, not IPV4/IPV6.wiz
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-06Stanford, not Standford. From Chad Loder.wiz
2002-10-26Rather than relying on pure luck to get the log file on STDERR_FILENO,thorpej
2002-10-26* Use STDOUT_FILENO instead of 1.thorpej
2002-09-24set IPV6_V6ONLY socket option for AF_INET6 socket, to avoiditojun
2002-09-20cast "%ld", xxx.tv_sec to a longlukem
2002-09-19Simplify the accept() code a little -- sockaddr_storage is fine for bothmycroft
2002-09-19If we exit because the pid file is locked, syslog that.mycroft
2002-09-19select() -> poll(), nanosleep()mycroft
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-09-04Add back __attribute__() data for pstatus() removed by error in last commit.abs
2002-09-03When -r is given actually pass the file through of, and also enable if.abs
2002-08-12Minor mdoc nit.wiz
2002-08-12add libwrap support for lpd (you need to pass all tests to print,itojun
2002-08-11specify the reason when aborting with "Malformed from address",grant
2002-08-09die if fd_set overrunsitojun
2002-07-31Fix typo pointed out by haes at shrubbery dot net in PR bin/17396jschauma
2002-07-14Unifdef __STDC__. Remove __P(). ANSIfy.wiz
2002-07-09 This fixes various little problems in the lpd source.hubertf
2002-06-08avoid hardcoded octals. openbsditojun
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-21deamon -> daemonwiz
2002-01-19Convert .Xr to non-existing program to Ic.wiz
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-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-11Add -W parameter to lpd to disable check for a reserved port,mjl
2001-06-25printer of "" becomes the DEFLP (the default printer, "lp")mrg
2001-06-25use DEFLP instead of "lp".mrg
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-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-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-24Don't pass null pointer to syslog.itohy