summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/common_source
AgeCommit message (Expand)Author
2014-12-20MKINET6=no build fixesprlw1
2013-11-13CID 1125882: Don't use unitialized variable; move code inside conditionalchristos
2013-10-19use new scopeid functionschristos
2011-08-30static, __printflike, __deadjoerg
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-01-18fix -Wsign-compare issueslukem
2008-05-03Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem
2007-12-01Sort queue by time and jobid so that jobs submitted within themlelstv
2007-05-16coverity CID 1220: Don't use size_t for return of read.christos
2006-05-25Add missing semicolon.christos
2006-05-25Coverity CID 3322: Fix memory 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-17free memory on allocation failure.christos
2006-01-20Instead of dealing with port@host in many places, do it where it is needed.christos
2006-01-18change return(0) to return(rv). We went to all the trouble to calculate thegarbled
2006-01-17Fix PR bin/14247garbled
2006-01-17in ckqueue() if "sd" is not an existing capability, than sd will begarbled
2006-01-04Address PR bin/12112garbled
2005-11-28- WARNS = 4christos
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardizationitojun
2004-10-30Add (unsigned char) cast to ctype functionsdsl
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
2003-10-19#define _PATH_BIN_RCMD in common_source/pathnames.h rather than usinglukem
2003-10-16safer use of reallocitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-17use strlcpy/strlcat.itojun
2002-09-18select() -> nanosleep()mycroft
2002-09-18minor makefile delintlukem
2002-07-14Unifdef __STDC__. Remove __P(). ANSIfy.wiz
2002-06-08avoid hardcoded octalsitojun
2001-12-12MKfoo=no -> NOfootv
2001-08-30use strlcpy. from openbsditojun
2001-08-30security fix from openbsd:itojun
2001-06-25use DEFLP instead of "lp".mrg
2001-04-05Fix possible security problem (euid swapout in error handling).wiz
2001-01-05use %ll_ instead of the less standard %q_lukem
2000-10-11More format string cleanups by sommerfeld.is
2000-08-09rewrite local address detection code, to use getifaddrs(3), not gethostname(3).itojun
2000-07-04More #include <stdlib.h> string, etc. cleanupmatt
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-02-18do not sleep on ECONNREFUSED, rather, try the next address first.itojun
2000-01-27IPv6 support, using rcmd-family funciton added.itojun
1999-12-07- add timeouts to displayq(), rmremote(), sendfile() and response(),mrg
1999-12-05put fatal() and a some of variables used independantly of other functionsjdolecek
1999-09-26delint and other cleanups.mrg