This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Successful build of ssh from openssh w. MIT kerberos


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ht writes:

> There's been a lot of interest in this over the years, but I've found
> no reports of success.  The following involves a number of hacks, but
> it works, which may be of use to some.
>
> 1) Download and install MIT Kerberos for Windows -- I used
>    kfw-3-2-2.exe

Oops, forgot one required patch to the MIT -- follows inline
(attachment blocked???)

ht
- -----clip here-------------------------------------------------------
*** krb5/win-mac.h~     Fri Mar 30 01:54:58 2007
- --- krb5/win-mac.h      Mon Jul  6 18:12:31 2009
***************
*** 76,83 ****
  typedef unsigned int   u_int;
  typedef unsigned short         u_short;
  typedef unsigned char  u_char;
! typedef unsigned int     uint32_t;
! typedef int              int32_t;
  #if _INTEGRAL_MAX_BITS >= 64
  typedef unsigned __int64 uint64_t;
  typedef __int64          int64_t;
- --- 76,83 ----
  typedef unsigned int   u_int;
  typedef unsigned short         u_short;
  typedef unsigned char  u_char;
! /*typedef unsigned int     uint32_t;
!   typedef int              int32_t;*/
  #if _INTEGRAL_MAX_BITS >= 64
  typedef unsigned __int64 uint64_t;
  typedef __int64          int64_t;
***************
*** 89,95 ****
  #ifdef _WIN64
  typedef __int64                ssize_t;
  #else
! typedef _W64 int       ssize_t;
  #endif
  #define SSIZE_T_DEFINED
  #endif
- --- 89,95 ----
  #ifdef _WIN64
  typedef __int64                ssize_t;
  #else
! /*typedef _W64 int     ssize_t;*/
  #endif
  #define SSIZE_T_DEFINED
  #endif
- --------------clip here----------------------------------------------------
- -- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
                         Half-time member of W3C Team
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 651-1426, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFKUv/vkjnJixAXWBoRAgQ5AJ9UCVVtefuvfsnqUpiR+CbFy7lAfQCePfDS
HVTTk5qNO+G0wa1XZNn2h4k=
=xqxa
-----END PGP SIGNATURE-----

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]