]> granicus.if.org Git - postgresql/commit
Have config_sspi_auth() permit IPv6 localhost connections.
authorNoah Misch <noah@leadboat.com>
Thu, 25 Dec 2014 18:52:03 +0000 (13:52 -0500)
committerNoah Misch <noah@leadboat.com>
Thu, 25 Dec 2014 18:54:12 +0000 (13:54 -0500)
commita472b55f3bde0330f5dfe625040c688391484e70
treea1204735fb9415ab1b7ed54afabb4344bceafb2b
parent6ac1c52e472a1734d0f6bdc41b4ab871e21f7b92
Have config_sspi_auth() permit IPv6 localhost connections.

Windows versions later than Windows Server 2003 map "localhost" to ::1.
Account for that in the generated pg_hba.conf, fixing another oversight
in commit f6dc6dd5ba54d52c0733aaafc50da2fbaeabb8b0.  Back-patch to 9.0,
like that commit.

David Rowley and Noah Misch
src/test/regress/pg_regress.c
src/tools/msvc/Mkvcbuild.pm