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