pgsql: The original patch to disallow non-passworded connections to

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: The original patch to disallow non-passworded connections to
Дата
Msg-id 20080103212842.5BA67754108@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
The original patch to disallow non-passworded connections to non-superusers
failed to cover all the ways in which a connection can be initiated in dblink.
Plug the remaining holes.  Also, disallow transient connections in functions
for which that feature makes no sense (because they are only sensible as
part of a sequence of operations on the same connection).  Joe Conway

Security: CVE-2007-6601

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.38.4.2 -> r1.38.4.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.38.4.2&r2=1.38.4.3)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: The original patch to disallow non-passworded connections to
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: The original patch to disallow non-passworded connections to