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