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