pgsql: Restrict non-superusers to password authenticated connections to

Поиск
Список
Период
Сортировка
От joe@postgresql.org (Joe Conway)
Тема pgsql: Restrict non-superusers to password authenticated connections to
Дата
Msg-id 20070709014411.B59739FB275@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Restrict non-superusers to password authenticated connections
to prevent possible escalation of privilege. Provide new SECURITY
DEFINER functions with old behavior, but initially REVOKE ALL
from public for these functions. Per list discussion and design
proposed by Tom Lane.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.15.2.4 -> r1.15.2.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c.diff?r1=1.15.2.4&r2=1.15.2.5)
        dblink.sql.in (r1.7 -> r1.7.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.sql.in.diff?r1=1.7&r2=1.7.2.1)
    pgsql/contrib/dblink/doc:
        connection (r1.1 -> r1.1.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/doc/connection.diff?r1=1.1&r2=1.1.2.1)

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

Предыдущее
От: joe@postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql: Restrict non-superusers to password authenticated connections to
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix stddev_pop(numeric) and var_pop(numeric), which were