[Heimdal-source-changes] [heimdal/heimdal] 6ae305: Fix send_to_kdc for Windows sockets

GitHub noreply at github.com
Tors Sep 12 18:36:48 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 6ae305e7a43c179f07b7652c7bfe6550304c94a2
      https://github.com/heimdal/heimdal/commit/6ae305e7a43c179f07b7652c7bfe6550304c94a2
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M lib/krb5/send_to_kdc.c

  Log Message:
  -----------
  Fix send_to_kdc for Windows sockets

Patchset 58ff48076389cae8571733659de162b0b341f0a6 calls write() and read()
on rk_socket_t objects which on Windows are SOCKETs not C RTL file
descriptors.  This patchset uses krb5_net_write() and krb5_net_read()
in place of the direct write() and read() operations.

Change-Id: I3f7d4756357d432e4e62910f9a36824eb188b6e4





More information about the Heimdal-source-changes mailing list