pgsql: Support suffix matching of host names in pg_hba.conf

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support suffix matching of host names in pg_hba.conf
Date: 2010-10-24 12:58:20
Message-ID: E1PA09U-0008SD-Cu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support suffix matching of host names in pg_hba.conf

A name starting with a dot can be used to match a suffix of the actual
host name (e.g., .example.com matches foo.example.com).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=24b29ca8f9dc4a5e5f873f0fcb56438c526700f6

Modified Files
--------------
doc/src/sgml/client-auth.sgml | 20 ++++++++++++++++++++
src/backend/libpq/hba.c | 22 +++++++++++++++++++++-
src/backend/libpq/pg_hba.conf.sample | 3 ++-
3 files changed, 43 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2010-10-24 19:32:58 npgsql - Npgsql2: [#1010921] Data corrupted transferring bytea data
Previous Message Hiroshi Saito 2010-10-24 02:09:25 psqlodbc - psqlodbc: some bug fixation.