summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd
AgeCommit message (Expand)Author
2014-10-17Remove chunk special-casing malloc(siz) for realloc(NULL, siz). BitTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-07-12The hosts.lpd file must exist, or no permission is granted. Change theTheo de Raadt
2014-04-20Prevent lpd(8) from looking into hosts.equiv.Antoine Jacoutot
2014-04-20clarify a bit about hosts.lpdTed Unangst
2014-04-19remove hosts.equiv xrTed Unangst
2014-02-07Fix remote printing; broken in rev 1.50. OK guenther@ stsp@Todd C. Miller
2014-01-20Use SEEK_SET instead of hardcoded 0.Tobias Stoeckmann
2014-01-20Fix race condition during symlink check. If there was no symbolic linkTobias Stoeckmann
2013-12-10Remove the printcap fc, fs, xc, xs capabilities from lpd that were usedChristian Weisgerber
2013-11-24more ctype cleanupsTheo de Raadt
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2010-10-28more roff removal;Jason McIntyre
2010-03-22Do not leak file descriptor `fd' on error path; from zinovikTheo de Raadt
2009-12-29replace a few remaining UNIX terms with .Ux macros; this diffIgor Sobrado
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-09-02be more careful in checking disk space; ok millertTheo de Raadt
2008-05-26cgetstr(3) can also return 2 so handle that. Also restructre things a bitOtto Moerbeek
2008-05-22Comparing string literals does not work as the author expected.Otto Moerbeek
2008-04-15- make it clear that hosts.lpd follows the same syntax that hosts.equiv(5)Antoine Jacoutot
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-05remove code for -W, argument now a no-op; ok millert@Kevin Steves
2007-05-03Deprecate the -W flag; it has been the default for years now.Todd C. Miller
2007-05-01remove #ifndef SUN_LEN; ok millert@Kevin Steves
2007-04-07KNF, spaces; ok millert@Kevin Steves
2007-02-16sort options; from Igor SobradoJason McIntyre
2006-12-11rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama...Theo de Raadt
2005-07-17document that clients need dns entries;Jason McIntyre
2005-04-28add vsnprintf error checking. ok cloder@ millert@Moritz Jodeit
2004-12-16default wait time for dead server connection is 300 seconds, not 120.Moritz Jodeit
2004-04-14Pass the job name to the input filter via the -j flag. Some filtersTodd C. Miller
2004-04-13Treat 'o' format files (PostScript) from MacOS 10.1 the same as 'l',Todd C. Miller
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-16safer realloc. deraadt okJun-ichiro itojun Hagino
2003-09-26realloc fixes; ok deraadt millertPeter Valchev
2003-09-03plug mem leaks, pr3425 from patrick latifi. ok deraadt@Ted Unangst
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-31ascii -> ASCIIJason McIntyre
2003-01-06Typo: s/to be use if/to be used if/ s/Standford/Stanford/Chad Loder
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-07-27merge if() and foo = snprintf checks better; millert okTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-19stretch some ugly while();Theo de Raadt
2002-06-13Fixed some lpd bugs while on the plane from Calgary:Todd C. Miller