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