summaryrefslogtreecommitdiff
path: root/usr.bin/rsh
AgeCommit message (Collapse)Author
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-11-08Document that rsh and ssh will take their invocation name as a hostname toAaron Campbell
connect to if argv[0] is not one of the standard program names; closes PR/1493. While I'm here, change the "host" argument in rsh(1) to "hostname" for consistency, and also remove some redundancy in the option descriptions.
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
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
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
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
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
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
1996-09-02unset $RSH so we don't loop de loop in rcmd().Todd C. Miller
1996-08-30bail if euid != 0; keeps us from fork-bombing with rcmd that calls rsh(1).Todd C. Miller
1996-08-11Be silent about Kerberos failure if local systel is not configured forThorsten Lockert
Kerberos
1996-07-24normal uid before execvTheo de Raadt
1996-07-22rcsid cleanupTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-04-17Make encrypted remote shell work again. Note that this is not a supportedThorsten Lockert
configuration, and no port number is defined for it.
1995-12-16Make it possible to build without SKEY supportThorsten Lockert
Add support for building with kerberosIV
1995-10-18initial import of NetBSD treeTheo de Raadt