[Heimdal-source-changes] [heimdal/heimdal] a1276c: krb5_sendto_kdc: Windows no KDC reachable error

Jeffrey Altman noreply at github.com
Tors May 16 18:10:01 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: a1276c54aaebb0c6e71b3347ba2a49cb27d0c5ee
      https://github.com/heimdal/heimdal/commit/a1276c54aaebb0c6e71b3347ba2a49cb27d0c5ee
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2019-05-16 (Thu, 16 May 2019)

  Changed paths:
    M lib/krb5/send_to_kdc.c

  Log Message:
  -----------
  krb5_sendto_kdc: Windows no KDC reachable error

The combination of 8740528b2477f872147998ca19a66d2fae12631b
("Windows-compatible sentinel socket type and value") and
d497d7e4a796c6bda153e7f10fe9478724b855ab ("krb5_sendto_kdc:
failover for multiple AAAA/A RRs on one domain") broke
all the send to kdc loop on Windows.  rk_socket_t is
a HANDLE and rk_INVALID_SOCKET is the max value.  Therefore,
no valid socket will be larger and all communications
will fail.

Change-Id: I3464f78d67b19f14050ad7a01738fb32bac99385




More information about the Heimdal-source-changes mailing list