]> granicus.if.org Git - postgresql/commit
Allow IPv4-format entries in pg_hba.conf to match IPv6 connections
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Sep 2003 20:31:36 +0000 (20:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Sep 2003 20:31:36 +0000 (20:31 +0000)
commit3c9bb8886df7d56aaeb619abc246462fa809d946
tree286f7994cfdd0ba76f5c2d5763272d45f7cae532
parent23d07fa3575c4953def69ccbc6c3f9e4473578b7
Allow IPv4-format entries in pg_hba.conf to match IPv6 connections
that have IPv4-embedded-in-IPv6 addresses.  Per idea of Andreas Pflug.
doc/src/sgml/client-auth.sgml
src/backend/libpq/hba.c
src/backend/libpq/ip.c
src/backend/libpq/pg_hba.conf.sample
src/include/libpq/ip.h