From: | momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql-server/src backend/libpq/hba.c backend/l ... |
Date: | 2003-06-12 07:00:57 |
Message-ID: | 20030612070057.8191930E6C7@svr1.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/06/12 04:00:57
Modified files:
src/backend/libpq: hba.c ip.c
src/include/libpq: ip.h
Log message:
Back out this patch because it is patched inside a later patch.
---------------------------------------------------------------------------
here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two
address/mask forms:
. address/maskbits, or
. address netmask (as now)
If the patch is accepted I will submit a documentation patch to cover
it.
This is submitted by agreement with Kurt Roeckx, who has worked on a
patch that covers this and other IPv6 issues.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-06-12 07:36:52 | pgsql-server/ /configure /configure.in onfig/c ... |
Previous Message | Bruce Momjian | 2003-06-12 02:15:09 | pgsql-server/src/interfaces/python setup.py |