Re: Client-side password encryption

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Client-side password encryption
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C7E2A@algol.sollentuna.se
обсуждение исходный текст
Ответ на Client-side password encryption  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Client-side password encryption  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers
> > The officially sanctioned function for this is now
> PQencryptPassword()
> > in libpq.  Please consider using it when available.
>
> Ok, we'll use it ASAP. But how to detect if it's available or
> not? Some #define PQENCRYPT_AVAILABLE 1 would be helpful.

You're going to have to detect this at runtime, aren't you? With that,
GetProcAddress() on win32 and whatever it's called on *nix should be the
way to go?


//Magnus

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Client-side password encryption
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Client-side password encryption