summaryrefslogtreecommitdiff
path: root/usr.bin/rsh/rsh.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Spell 1 as SHUT_WR in argument to shutdown(2).Juli Mallett2005-05-111-2/+2
* Removed remnants of Kerberos support.Ruslan Ermilov2005-01-211-2/+2
* Remove duplicate #include. Do not \n terminate errx() arg.Philippe Charnier2003-09-071-2/+3
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-161-159/+7
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+4
* If a timeout is specified, make sure that rcmd() completes withinIan Dowse2002-08-131-0/+18
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-081-4/+9
* Const what I could on a first pass.David E. O'Brien2002-03-301-7/+9
* Very simple fixes; WARNS and ANSIfy. Remove GCC-specific options fromMark Murray2002-03-231-19/+11
* remove __PWarner Losh2002-03-221-4/+4
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-2/+2
* [rsh.1] Document the `-4' and `-6' options.Joseph Koshy2000-11-241-1/+1
* Fix a bug in rsh that caused the remote process to hang waiting onBrian S. Dean2000-04-011-0/+2
* Use libcrypto in place of libdes.Mark Murray2000-02-241-1/+1
* Add -4 and -6 options.Yoshinobu Inoue2000-02-151-6/+16
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't use an arbitrary hardcoded value for nfds in select() calls.Dag-Erling Smørgrav1999-02-101-6/+8
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.Mark Murray1998-10-091-1/+8
* Add const to rcsid.Philippe Charnier1998-03-231-2/+2
* Initialise variable that gcc lies awake at night worrying about.John Birrell1998-02-201-2/+2
* Changes for KTH KerberosIV.Mark Murray1997-09-281-9/+10
* Use err(3) instead of local definition.Philippe Charnier1997-08-071-24/+10
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add a timeout flag so that failing operations can at least be caughtJordan K. Hubbard1996-09-061-9/+27
* #include <kerberosIV/des.h> -> #include <des.h>Mark Murray1996-02-111-2/+2
* Rename des_set_key -> des_set_key. (libdes conflict)Mark Murray1996-02-031-2/+2
* Kerberos can now deal with multi-homed clients.Justin T. Gibbs1995-10-051-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fix Sharnoff complain bin/136 (-e flag doesn't work).Garrett Wollman1995-01-141-9/+7
* Move the call to des_set_key to after the kerberos initialisation, removingDoug Rabson1994-09-261-5/+5
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+480