]> granicus.if.org Git - postgresql/commit
Lock down regression testing temporary clusters on Windows.
authorNoah Misch <noah@leadboat.com>
Thu, 18 Dec 2014 03:48:40 +0000 (22:48 -0500)
committerNoah Misch <noah@leadboat.com>
Thu, 18 Dec 2014 03:48:45 +0000 (22:48 -0500)
commit6b87d423dc6188a0fed4331bc5c8e4c9c88263d1
tree8ee38eae7f83f513f5234d2c64a03775fdb7f2f3
parent3f63b38fb252c54a2c40910dee47c2dc46cc7097
Lock down regression testing temporary clusters on Windows.

Use SSPI authentication to allow connections exclusively from the OS
user that launched the test suite.  This closes on Windows the
vulnerability that commit be76a6d39e2832d4b88c0e1cc381aa44a7f86881
closed on other platforms.  Users of "make installcheck" or custom test
harnesses can run "pg_regress --config-auth=DATADIR" to activate the
same authentication configuration that "make check" would use.
Back-patch to 9.0 (all supported versions).

Security: CVE-2014-0067
contrib/dblink/Makefile
contrib/dblink/expected/dblink.out
contrib/dblink/sql/dblink.sql
contrib/pg_upgrade/test.sh
doc/src/sgml/regress.sgml
src/Makefile.global.in
src/bin/pg_ctl/t/001_start_stop.pl
src/bin/pg_ctl/t/002_status.pl
src/test/perl/TestLib.pm
src/test/regress/pg_regress.c
src/tools/msvc/vcregress.pl