Desirable standard library of Kerberos at windows.

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Desirable standard library of Kerberos at windows.
Date: 2007-09-04 07:44:49
Message-ID: 062401c7eec7$790d0ef0$c601a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

I'm confused in the library recommended as a standard by Kerberos....

Is the following formal kerberos version good at 3.2.1?
http://web.mit.edu/Kerberos/dist/index.html
Kerberos 3.2.1 for Windows is designed for 32-bit versions of Windows 2000,
XP, 2003, 2003 R2, Vista and WOW64 environments.
It is visible to a good state.

However, If the SDK remains as it is, it fails in configure on MinGW(gcc-3.4.5)

The origin in problem is this.

#ifdef _WIN64
typedef __int64 ssize_t;
#else
typedef _W64 int ssize_t;
#endif

It seems for VisualStudio....

Attached patch can be build finely. Is this the problem which happens only to me?
Of course, it is the occurrence of CVS-HEAD (8.3).

Where is better solution? or any suggestion?.

Regards,
Hiroshi Saito

Attachment Content-Type Size
kfw-3-2-1-final_win32_patch.txt text/plain 1.4 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2007-09-04 09:01:54 Re: Code examples
Previous Message Michael Paesold 2007-09-04 06:15:33 Re: Per-function GUC settings: trickier than it looked