summaryrefslogtreecommitdiff
path: root/usr.bin/rsh
AgeCommit message (Expand)Author
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
2005-04-01move more stuff after revoke; millert okTheo de Raadt
2004-10-16rsh now invokes ssh, not telnet, when a commant is omitted.Todd C. Miller
2004-01-17Add _PATH_SSH, remove the restTodd C. Miller
2004-01-17Exec ssh not rlogin or telnet if the user calls us as "rsh host"Todd C. Miller
2004-01-17Kill kerberos4 code; OK deraadt@Todd C. Miller
2003-08-11Convert to use poll(2) instead of static select.Todd C. Miller
2003-08-11Cosmetic changes to make the code a tad more readable:Todd C. Miller
2003-07-25delete obsolete kerberos sections;Jason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14Remove krb4 support.Magnus Holmberg
2003-04-15incorrect buf size; ok itojunTheo de Raadt
2003-04-08Replace strcpy w/ strlcpy(); deraadt@ OKTodd C. Miller
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-09-06use socklen_t where neededTheo de Raadt
2002-08-12die if FD_SET overruns. (i don't have enough motive to change it to mallocJun-ichiro itojun Hagino
2002-07-15ansiTheo de Raadt
2002-07-15make the des_read/write routines take void *Theo de Raadt
2002-07-15ansi and some bug fixesTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-06-09Sync usage with manpageHans Insulander
2002-06-02missing sockaddr inits; ok itojunTheo de Raadt
2002-05-06rlogin is gone but rsh remains (though its use is discouraged).Todd C. Miller
2002-05-06rlogin: Lived with JoyTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
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-11-19kill more registersMike Pechkin
2001-09-27oopsTheo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-06-23Small nits from pjanzen.Hans Insulander
2001-06-23Don't lie about Kerberos and encryption.Hans Insulander
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-11-08Document that rsh and ssh will take their invocation name as a hostname toAaron Campbell
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-01-27enable IPv6 support.Jun-ichiro itojun Hagino
1999-06-05- remove trailing white spaceAaron Campbell
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-03-25fix a bug, use fd_set for select() and cleanup a bit.Artur Grabowski
1997-08-06save errno in mangly handlersTheo de Raadt
1997-07-27Xr rcmd 3Theo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-29new location of des.hNiels Provos
1997-06-23sigblock mask is int, not longTheo de Raadt
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
1997-03-26calculate width for select() more carefullyTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert