]> granicus.if.org Git - postgresql/commit
The original patch to disallow non-passworded connections to non-superusers
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jan 2008 21:27:59 +0000 (21:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jan 2008 21:27:59 +0000 (21:27 +0000)
commit919c9f6cceeae8468672462a23eab470e18ceda0
tree57fcce56479c0efb590bab7b1ff957c6f1fa4aeb
parenteedb068c0a7474fb11d67d03b0a9e1ded5df82c4
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
contrib/dblink/dblink.c
contrib/dblink/expected/dblink.out
contrib/dblink/sql/dblink.sql