Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2004 22:34:14 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/talk get_names.c talk.1
Message-ID:  <200406142234.i5EMYEk0040179@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2004-06-14 22:34:14 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/talk         get_names.c talk.1 
  Log:
  Change the default behaviour of talk(1) to use "localhost" as the
  "machine name" in ntalkd(8) request packets, when the destination
  and source are local.
  
  This should make talk(1) use much more pleasant for those security-
  conscious individuals who have chosen to bind talkd to "localhost".
  
  Previous to this change, talk(1) would require that the hostname of
  the machine, as retrieved by gethostname(3), resolved to a valid and
  reachable IPv4 address, using gethostbyname(3).
  
  This makes talk(1) dependent on a valid host entry for "localhost"
  in /etc/hosts (or the Domain Name System).
  
  PR:             bin/23178
  Submitted by:   angui.sh admin (with cleanups)
  
  Revision  Changes    Path
  1.9       +1 -1      src/usr.bin/talk/get_names.c
  1.16      +17 -0     src/usr.bin/talk/talk.1



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