More changes from ian@cygnus.com to support testing
authorMark Eichin <eichin@mit.edu>
Fri, 21 Apr 1995 21:15:52 +0000 (21:15 +0000)
committerMark Eichin <eichin@mit.edu>
Fri, 21 Apr 1995 21:15:52 +0000 (21:15 +0000)
commitffc34c8b840650c3df0d6be0a4d9c717a439b112
treeeabea4bbf5d95815ac4002269ba1dcf09811fb68
parent4bd2cd2673ae2b5bec405d450b2742f537450230
More changes from ian@cygnus.com to support testing

> Fri Mar 24 15:04:25 1995  Ian Lance Taylor  <ian@cygnus.com>

* krcp.c (forcenet): New global vraiable.
(main): Accept -D and -N arguments.  Pass Kerberos realm to remote
rcp execution.
(hosteq): If -N specified, always return 0.
* rcp.M: Document -D and -N.
* krshd.c (ARGSTR): Add "P:" to KERBEROS version.
(kprogdir): New global variable.
(main): Handle -P.
(path): Remove global variable.
(path_rest): Remove explicit size.
(envinit): Use 0 instead of path.
(PATHENV): define.
(doit): Use kprogdir variable instead of KPROGDIR macro when
setting path.  Build path in allocated memory rather than using a
fixed size array.  If the command starts with "rcp ", force use of
kprogdir/rcp if it exists.
* krshd.M: Document -P.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5429 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/krcp.c
src/appl/bsd/krshd.M
src/appl/bsd/krshd.c
src/appl/bsd/rcp.M