Age | Commit message (Expand) | Author |
2015-09-12 | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-08-30 | Use nanosleep instead of sleep to avoid the extra layer and simplify later | Philip Guenther |
2015-03-22 | differentiate between a failed read, returning -1, and encountering | Alexander Hall |
2015-03-22 | unmute rcmd hostname lookup failure | Alexander Hall |
2015-03-19 | zap #if 0'd code that's been dead since '96 | Alexander Hall |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-10-10 | replace select with equiv poll usage. | David Gwynne |
2009-11-18 | More shrinkage, a bit for ramdisks but mostly for static binaries: | Philip Guenthe |
2007-09-17 | Check snprintf(3) return value for error or truncation. | Moritz Jodeit |
2006-03-31 | oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask); | Theo de Raadt |
2005-08-06 | zap rcsid. | Marc Espie |
2005-03-25 | ansify. ok deraadt@ moritz@ | Otto Moerbeek |
2005-03-08 | do not trash errno before using it, do not pass garbage args to getnameinfo | Theo de Raadt |
2005-03-07 | fd leak; andrushock@korovino.net | Theo de Raadt |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino |
2003-09-25 | Do check for current pointer vs. buffer end before touching any | Todd C. Miller |
2003-07-11 | license oops; from tedu | Theo de Raadt |
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt |
2002-12-15 | more writeable -> writable by torh | Henning Brauer |
2002-09-06 | use socklen_t where needed; henning pvalchev ok | Theo de Raadt |
2002-05-24 | try to use strlcpy and snprintf more; ok various | Theo de Raadt |
2002-05-22 | more strlcpy and snprintf | Theo de Raadt |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2001-02-10 | Make sure $RSH is not the empty string. | Todd C. Miller |
2000-02-25 | always pass salen as separate argument, so that it can be friendly with | Jun-ichiro itojun Hagino |
2000-02-18 | do not perform sleep() every time we get ECONNREFUSED. | Jun-ichiro itojun Hagino |
2000-01-30 | visit next addrinfo structure when rresvport_af() fails. | Jun-ichiro itojun Hagino |
2000-01-27 | add IPv6-ready rcmd() friends. | Jun-ichiro itojun Hagino |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt |
1998-03-19 | some -Wall | Todd C. Miller |
1998-02-12 | correct bounds check | Theo de Raadt |
1998-02-12 | copyright | Theo de Raadt |
1998-02-11 | use fgetln() instead of fgets() so that we can catch \0 in the .rhosts | Theo de Raadt |
1998-02-11 | increased paranoia about .rhosts validity | Theo de Raadt |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller |
1997-07-06 | if we find an unprintable char, bail totally | Theo de Raadt |
1997-06-29 | indent | Theo de Raadt |
1997-06-04 | use bzero instead of FD_ZERO | dm |
1997-06-03 | howmany(x+1, NFDBITS) | Theo de Raadt |
1997-05-28 | malloc fd_set dynamically, for very large fd uses | Theo de Raadt |
1997-04-05 | Use in_addr_t not u_long and use in_port_t in some cases instead | Todd C. Miller |
1997-01-25 | never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z... | Theo de Raadt |
1996-09-05 | ignore $RSH if we are setuid | Todd C. Miller |
1996-09-03 | proper types | Theo de Raadt |
1996-09-02 | Looks at RSH envariable and calls rcmdsh() with that value if set. | Todd C. Miller |
1996-09-01 | i have changed this enough to put copyright on it | Theo de Raadt |
1996-08-31 | check right variable | Theo de Raadt |