[Heimdal-source-changes] [heimdal/heimdal] 6a6837: Don't inhibit /etc/hosts matches (fix #32)

GitHub noreply at github.com
Tors Nov 10 05:49:09 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 6a68376a33d520907fdb48b8bdf9848b157c2a83
      https://github.com/heimdal/heimdal/commit/6a68376a33d520907fdb48b8bdf9848b157c2a83
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
    M lib/krb5/krbhst.c

  Log Message:
  -----------
  Don't inhibit /etc/hosts matches (fix #32)

Apending '.' to the hostname passed to `getaddrinfo()` is good for
avoiding extra timeouts when the search list is non-empty and the
network is broken, but searches in /etc/hosts are typically inhibited
then.  The fix is to try again without the trailing '.' if the first
lookup failed for any reason other than a timeout.


  Commit: 13cb3b5646e19b930d411ecb6a8376250930225b
      https://github.com/heimdal/heimdal/commit/13cb3b5646e19b930d411ecb6a8376250930225b
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
    M lib/krb5/krbhst.c

  Log Message:
  -----------
  Don't inhibit /etc/services matches


Compare: https://github.com/heimdal/heimdal/compare/f9749627f08c...13cb3b5646e1


More information about the Heimdal-source-changes mailing list