summaryrefslogtreecommitdiff
path: root/lib/libc/net/rcmdsh.c
AgeCommit message (Expand)Author
2016-05-28Use getaddrinfo() instead of the non-standard gethostbyname2().Todd C. Miller
2015-11-24Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinTodd C. Miller
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-10-23Use waitpid() instead of wait() to avoid returning early from another childPhilip Guenther
2015-09-12Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-03-23Make rcmdsh(3) not fail if it is passed a non resolvable hostname.Alexander Hall
2014-04-24uses ssh these days, not rsh; ok teduJason McIntyre
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2005-08-06zap rcsid.Marc Espie
2005-03-25ansify. ok deraadt@ moritz@Otto Moerbeek
2004-04-01let rcmdsh work on hosts that don't have an ipv4 address.Marco S Hyman
2003-05-05Add support for command line args in rshprog, e.g. "ssh -C".Todd C. Miller
2002-03-12Tack on MagniComp (BSD) license since this originally came from rdist.Todd C. Miller
2002-01-02more pid_t useTheo de Raadt
1998-04-25Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity.Todd C. Miller
1997-07-23Don't do a gethostbyname() on "localhost" since we need it toTodd C. Miller
1996-09-15Remove dead codeThorsten Lockert
1996-09-01Don't dup stderr, you lose error messages and rsh does it for us anyway.Todd C. Miller
1996-08-22Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).Todd C. Miller