]> granicus.if.org Git - postgresql/commit
Restrict non-superusers to password authenticated connections
authorJoe Conway <mail@joeconway.com>
Mon, 9 Jul 2007 01:44:11 +0000 (01:44 +0000)
committerJoe Conway <mail@joeconway.com>
Mon, 9 Jul 2007 01:44:11 +0000 (01:44 +0000)
commita776eaea3c661314e8fb14d69d627eebf11f3fef
treea4a89fe46d7b4d066d636318263d934bd30bdb39
parent7ca642207596fbc4c42701e97a376e5a6a377976
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