Age | Commit message (Expand) | Author |
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 |
2013-08-08 | Prep for big ino_t: cast to unsigned long long and format with %ll or %q | Philip Guenther |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-02-15 | Add missing break, reported by Jared S. Candelaria. | Martin Pieuchot |
2013-01-17 | some simple macro fixes; | Jason McIntyre |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: | Philip Guenthe |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
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 |
2010-02-18 | Each .Bk must be closed by .Ek. | Ingo Schwarze |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt |
2009-12-29 | replace a few remaining UNIX terms with .Ux macros; this diff | Igor Sobrado |
2009-10-29 | it is possible specifying more than one printer concurrently; use | Igor Sobrado |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-03-03 | spaces | Kevin Steves |
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 |