summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsh
Commit message (Collapse)AuthorAgeFilesLines
* #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-111-2/+2
|
* Rename des_set_key -> des_set_key. (libdes conflict)markm1996-02-031-2/+2
|
* Section FILES and SEE ALSO completewosch1996-01-291-1/+7
|
* Kerberos can now deal with multi-homed clients.gibbs1995-10-051-2/+2
| | | | | | | | | | | | | | Kerberos obtains a network address for the local host from the routing tables and uses it consistently for all Kerberos transactions. This ensures that packets only leave the *authenticated* interface. Clients who open and use their own sockets for encrypted or authenticated correspondance to kerberos services should bind their sockets to the same address as that used by kerberos. krb_get_local_addr() and krb_bind_local_addr() allow clients to obtain the local address or bind a socket to the local address used by Kerberos respectively. Reviewed by: Mark Murray <markm>, Garrett Wollman <wollman> Obtained from: concept by Dieter Dworkin Muller <dworkin@village.org>
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Fix Sharnoff complain bin/136 (-e flag doesn't work).wollman1995-01-141-9/+7
|
* Add distribution=krb for P-HKwollman1994-11-201-0/+1
|
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-4/+9
| | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware.
* Move the call to des_set_key to after the kerberos initialisation, removingdfr1994-09-261-5/+5
| | | | assumption about the implementation of des_read/des_write.
* Don't use kerberos yet, we aren't ready for it.wollman1994-08-051-4/+5
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-274-0/+710
OpenPOWER on IntegriCloud