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
/
usr.bin
/
rsh
/
rsh.c
Age
Commit message (
Expand
)
Author
2005-07-04
make these use setres[ug]id for simple privilege dropping;
Damien Miller
2005-04-01
move more stuff after revoke; millert ok
Theo de Raadt
2004-01-17
Exec ssh not rlogin or telnet if the user calls us as "rsh host"
Todd C. Miller
2004-01-17
Kill kerberos4 code; OK deraadt@
Todd C. Miller
2003-08-11
Convert to use poll(2) instead of static select.
Todd C. Miller
2003-08-11
Cosmetic changes to make the code a tad more readable:
Todd C. Miller
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-08
Replace strcpy w/ strlcpy(); deraadt@ OK
Todd C. Miller
2002-08-12
die if FD_SET overruns. (i don't have enough motive to change it to malloc
Jun-ichiro itojun Hagino
2002-07-15
ansi and some bug fixes
Theo de Raadt
2002-06-12
a real pid_t cleanup.
Mike Pechkin
2002-06-09
Sync usage with manpage
Hans Insulander
2002-05-06
rlogin is gone but rsh remains (though its use is discouraged).
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
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-11-19
kill more registers
Mike Pechkin
2001-09-27
oops
Theo de Raadt
2001-09-04
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...
Todd C. Miller
2000-02-01
no need to extern int errno if errno.h is included
Theo de Raadt
2000-01-27
enable IPv6 support.
Jun-ichiro itojun Hagino
1998-03-25
fix a bug, use fd_set for select() and cleanup a bit.
Artur Grabowski
1997-08-06
save errno in mangly handlers
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-06-29
new location of des.h
Niels Provos
1997-06-23
sigblock mask is int, not long
Theo de Raadt
1997-03-26
calculate width for select() more carefully
Theo de Raadt
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-12-22
Deal with _POSIX_SAVED_IDS when relinquishing privileges
Thorsten Lockert
1996-09-02
unset $RSH so we don't loop de loop in rcmd().
Todd C. Miller
1996-08-30
bail if euid != 0; keeps us from fork-bombing with rcmd that calls rsh(1).
Todd C. Miller
1996-08-11
Be silent about Kerberos failure if local systel is not configured for
Thorsten Lockert
1996-07-24
normal uid before execv
Theo de Raadt
1996-07-22
rcsid cleanup
Theo de Raadt
1996-06-26
rcsid
Theo de Raadt
1996-04-17
Make encrypted remote shell work again. Note that this is not a supported
Thorsten Lockert
1995-12-16
Make it possible to build without SKEY support
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt