Age | Commit message (Expand) | Author |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-09-20 | Avoid overflow/truncation during string->integer converion by eliminating | Philip Guenther |
2016-12-28 | fix the remaining cases of .Xr with only one argument | Ingo Schwarze |
2016-11-22 | Fix printf of NULL for the FILTERERR case when the tempfile is empty | Todd C. Miller |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-02-29 | Move ckqueue() to common_source/common.c | Jeremie Courreges-Anglas |
2016-02-28 | Fix ghastly whitespace. From Chris Bennett | tb |
2016-01-29 | Remove code that has been disabled for almost 20 years: | tb |
2016-01-27 | Fix typo in comment. From Chris Bennett, thanks! | tb |
2016-01-12 | Move prototypes of local functions from lp.h to the .c files and make | tb |
2015-12-28 | build all lpr tools with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-12-19 | Remove NULL-check before free(). | mmcc |
2015-11-17 | no more pac; | Jason McIntyre |
2015-11-17 | off to the bitbucket in the sky | Theo de Raadt |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-10-28 | Remove support for lpd.pid file. OK deraadt@ | Todd C. Miller |
2015-10-27 | Use AF_UNIX instead of AF_LOCAL. | Todd C. Miller |
2015-10-11 | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | Philip Guenther |
2015-09-29 | unbreak tree. | Theo de Raadt |
2015-09-29 | Replace call to __ivaliduser_sa() with a pared down version that | Todd C. Miller |
2015-09-12 | add missing .Ar macros | Ingo Schwarze |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-16 | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ | Todd C. Miller |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-11-02 | use nanosleep() instead of select(); ok jsing | Theo de Raadt |
2014-10-17 | Remove chunk special-casing malloc(siz) for realloc(NULL, siz). Bit | Theo de Raadt |
2014-10-16 | reallocarray() obviously | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-12 | The hosts.lpd file must exist, or no permission is granted. Change the | Theo de Raadt |
2014-05-21 | stat(2) on the spool file needs privileges. Fixes file size reported by | Pascal Stumpf |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
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-22 | Fixed typo in error message. | Tobias Stoeckmann |
2014-01-22 | fix a leak | Jonathan Gray |
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-29 | Fix fd leaks when fd < 0 or flock() fails. Original diff from | Kenneth R Westerback |
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-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther |