pgsql-server/src backend/libpq/hba.c backend/l ... - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server/src backend/libpq/hba.c backend/l ...
Date
Msg-id 20030612021258.C8FDA30E59F@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/06/11 23:12:58

Modified files:
    src/backend/libpq: hba.c ip.c
    src/include/libpq: ip.h

Log message:
    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.

    Andrew Dunstan


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/contrib/start-scripts linux
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/src/interfaces/python setup.py