File names for client interfaces - Mailing list pgsql-hackers-win32

From Bruce Momjian
Subject File names for client interfaces
Date
Msg-id 200501060303.j0633nl18903@candle.pha.pa.us
Whole thread Raw
In response to Re: [BUGS] More SSL questions..  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers-win32
Here are the open items I found in the current SSL discussion:

---------------------------------------------------------------------------

remove the leading dot from file names
find local directory on NT-based systems using SHGetFolderPath()
  use "Application Data" or just the user home directory
  what to use on Win 9x?  no function and no %USERPROFILE%

  Win98 has:
    TMP=C:\WINDOWS\TEMP
    TEMP=C:\WINDOWS\TEMP
    PROMPT=$p$g
    winbootdir=C:\WINDOWS
    COMSPEC=C:\WINDOWS\COMMAND.COM
    PATH=C:\;C:\BAT;C:\BIN;C:\SYSTEM;C:\WINDOWS\COMMAND;C:\WINDOWS;C:\WINDOWS\COMMAND
    windir=C:\WINDOWS

should fall back to non-ssl if no client certificate and 'prefer'?

We do have WIN32_CLIENT_ONLY define if that helps us for Win9X.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-hackers-win32 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] More SSL questions..
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] More SSL questions..