aboutsummaryrefslogtreecommitdiff
path: root/eBones/lib/librkinit
Commit message (Collapse)AuthorAgeFilesLines
* Kerberos can now deal with multi-homed clients.Justin T. Gibbs1995-10-051-6/+11
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=11233
* Remove duplicate rkinit_err.c entry in the SRCS line.Justin T. Gibbs1995-09-241-1/+1
| | | | Notes: svn path=/head/; revision=10983
* MIT's librkinit. Part of the rkinit suite. Rkinit allows you to forwardJustin T. Gibbs1995-09-157-0/+1235
tickets to other kerberos hosts safely in one easy step. Notes: svn path=/vendor-crypto/eBones/dist/; revision=10764