pgsql: Have config_sspi_auth() permit IPv6 localhost connections. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Have config_sspi_auth() permit IPv6 localhost connections.
Date
Msg-id E1Y4DwU-00085C-41@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a99ec2b925785311bcb879c10adba906353004a0

Modified Files
--------------
src/test/regress/pg_regress.c |   26 ++++++++++++++++++++++++++
src/tools/msvc/Mkvcbuild.pm   |    3 +++
2 files changed, 29 insertions(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Improve LWLock scalability.
Next
From: Noah Misch
Date:
Subject: pgsql: Have config_sspi_auth() permit IPv6 localhost connections.