aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rsh
Commit message (Expand)AuthorAgeFilesLines
* Use `The .Nm utility'Philippe Charnier2002-04-201-4/+6
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
* 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-232-20/+11
* remove __PWarner Losh2002-03-221-4/+4
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* [rsh.1] Document the `-4' and `-6' options.Joseph Koshy2000-11-242-2/+6
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
* Fix a bug in rsh that caused the remote process to hang waiting onBrian S. Dean2000-04-011-0/+2
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLKris Kennaway2000-03-091-1/+1
* Use libcrypto in place of libdes.Mark Murray2000-02-242-3/+3
* Add -4 and -6 options.Yoshinobu Inoue2000-02-151-6/+16
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-2/+4
* . mdoc(7)'fyAlexey Zelkin2000-01-071-1/+3
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+2
* add argumentsPhilippe Charnier1999-11-021-9/+13
* mdoc(7)'fyAlexey Zelkin1999-10-301-7/+7
* Change edistribution to krb4 in preaparation for K5Mark Murray1999-09-191-1/+1
* Fix for new Kerberos4.Mark Murray1999-09-191-1/+2
* Fix Common Error brokenness.Mark Murray1999-09-061-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+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-093-4/+12
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Add -lcrypt when building kerberos.John Birrell1998-09-051-3/+3
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+2
* 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-282-14/+20
* Use err(3) instead of local definition.Philippe Charnier1997-08-072-51/+25
* 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
* Sort cross references.Wolfram Schneider1997-01-151-3/+3
* 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-062-9/+33
* #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
* Section FILES and SEE ALSO completeWolfram Schneider1996-01-291-1/+7
* 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
* Add distribution=krb for P-HKGarrett Wollman1994-11-201-0/+1
* First level of changes for bringing in eBones (kerberos).Geoff Rehmet1994-09-291-4/+9
* Move the call to des_set_key to after the kerberos initialisation, removingDoug Rabson1994-09-261-5/+5