summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
AgeCommit message (Expand)Author
2006-05-25Add missing semicolon.christos
2006-05-25Coverity CID 830: Avoid NULL deref.christos
2006-05-25Coverity CID 3322: Fix memory leak.christos
2006-05-11end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg
2006-03-21Coverity CID 1225: Don't close negative fd. While here fix fd leak.christos
2006-03-21Coverity CID 1750: Add a function to free a queue and use it.christos
2006-03-21Coverity CID 1752: getq() always allocates a queue if nitems >= 0, so alwayschristos
2006-03-17Appease Coverity CID 2580 [not a bug]christos
2006-03-17free memory on allocation failure.christos
2006-01-29- use sizeof() instead of the buffer size.christos
2006-01-22New sentence, new line. Bump date for previous. Properly case PostScript.wiz
2006-01-21Bump date for previous.wiz
2006-01-20Instead of dealing with port@host in many places, do it where it is needed.christos
2006-01-20Add control file documentation for 'o' handling, and fix thegarbled
2006-01-20Add a simple filter that encapsulates ascii text into HP PJL format.garbled
2006-01-19Fix PR bin/30272 Lpd would create the tempfile "remotexxxxx" and sendgarbled
2006-01-18If we set SIGCHLD to SIG_IGN then any wait()'s on the child processes willgarbled
2006-01-18change return(0) to return(rv). We went to all the trouble to calculate thegarbled
2006-01-17per PR bin/12958 change buf[MAXPATHLEN] to buf[BUFSIZ] to avoid potentialgarbled
2006-01-17Update a comment regarding control file WRT "o"garbled
2006-01-17Fix PR bin/14247garbled
2006-01-17in ckqueue() if "sd" is not an existing capability, than sd will begarbled
2006-01-15Fix obvious error, hopefully correctly.is
2006-01-12New sentence, new line.wiz
2006-01-12sizeof(char) is unneccesary.garbled
2006-01-12Add libedit command line history capability to lpc(8).garbled
2006-01-04Address PR bin/12112garbled
2005-12-02constify.yamt
2005-11-28- WARNS = 4christos
2005-11-27the mktemp() use here is not OK, adjust commentjdolecek
2005-08-1964 bit inode changeschristos
2005-06-02Ensure s is initialized before testing (none of the sockets may be readylukem
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardizationitojun
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-08-26Avoid printing a useless \0. From SHIMIZU Ryo in PR 26766.wiz
2004-05-23Really set "MKPRIVATELIB" and not "INTERNALLIB".tron
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
2004-04-24constify printcapdbchristos
2004-04-21Replace the statfs() family of system calls with statvfs().christos
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-07-13use bounded string opitojun
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-05-17use strlcpy/strlcat.itojun
2003-05-17sscanf possible overrunitojun
2003-04-16p before q in options/usage.wiz