Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 1995 14:30:23 -0700
From:      "Justin T. Gibbs" <gibbs>
To:        CVS-commiters, cvs-libexec
Subject:   cvs commit: src/libexec/rlogind rlogind.c
Message-ID:  <199510052130.OAA22701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       95/10/05 14:30:22

  Modified:    eBones/include  krb.h
               eBones/lib/libkadm  kadm_cli_wrap.c
               eBones/lib/libkrb  Makefile krb.3 krb_err.et krb_err_txt.c
                        krb_sendauth.3  send_to_kdc.c
               eBones/lib/librkinit  rk_rpc.c
               eBones/usr.sbin/kprop  kprop.c
               usr.bin/rlogin  kcmd.c rlogin.c
               usr.bin/rsh  rsh.c
               usr.bin/su  su.c
               libexec/rlogind  rlogind.c
  Log:
  Kerberos can now deal with multi-homed clients.
  
  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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510052130.OAA22701>