aboutsummaryrefslogtreecommitdiff
path: root/eBones/lib/librkinit
Commit message (Collapse)AuthorAgeFilesLines
* *GULP* Punt this into the attic. It is no longer used.Mark Murray1997-10-037-1236/+0
| | | | Notes: svn path=/head/; revision=30072
* Remove some bogus malloc family declarations.Jordan K. Hubbard1997-07-131-5/+3
| | | | Notes: svn path=/head/; revision=27382
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-12/+12
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-13/+13
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fix up some compilation warnings.Paul Traina1996-09-221-5/+5
| | | | Notes: svn path=/head/; revision=18453
* cmp -s || install -c --> install -CPeter Wemm1996-08-301-3/+1
| | | | Notes: svn path=/head/; revision=17945
* 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