postgresql/contrib/dblink
Tom Lane 919c9f6cce 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
2008-01-03 21:27:59 +00:00
..
expected The original patch to disallow non-passworded connections to non-superusers 2008-01-03 21:27:59 +00:00
sql The original patch to disallow non-passworded connections to non-superusers 2008-01-03 21:27:59 +00:00
dblink.c The original patch to disallow non-passworded connections to non-superusers 2008-01-03 21:27:59 +00:00
dblink.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
dblink.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
uninstall_dblink.sql Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00