simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Aug 4 19:51:35 BST 2017


TL;DR:
  55efbc5 Fix filename of the 64-bit MIT Kerberos DLL.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-08-04 19:51:35

commit 55efbc56a0f482d237b2315efac42c2f3301d986
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=55efbc56a0f482d237b2315efac42c2f3301d986;hp=0a93b5d9bc6131c0cd84395f4aa88cac0cb40f23
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Aug 4 19:46:21 2017 +0100

    Fix filename of the 64-bit MIT Kerberos DLL.
    
    64-bit PuTTY should be loading gssapi64.dll, not gssapi32.dll. (In
    contrast to the Windows system API DLLs, such as secur32.dll which is
    also mentioned in the same source file; those keep the "32" in their
    name whether we're in Win32 or Win64.)

 windows/wingss.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)



More information about the tartarus-commits mailing list