]> granicus.if.org Git - postgresql/commit
Restrict non-superusers to password authenticated connections
authorJoe Conway <mail@joeconway.com>
Mon, 9 Jul 2007 01:43:57 +0000 (01:43 +0000)
committerJoe Conway <mail@joeconway.com>
Mon, 9 Jul 2007 01:43:57 +0000 (01:43 +0000)
commit62ca8db433cec4157248c6dcd9e03ff4760786c1
tree5d9618458260ee476d28d9c429503737194f2c2c
parent2a01e3144379c008b9ee6322e8a449bd762f9a47
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.
contrib/dblink/dblink.c
contrib/dblink/dblink.sql.in
contrib/dblink/doc/connection