Thread: pgsql-server/src backend/libpq/hba.c backend/l ...

pgsql-server/src backend/libpq/hba.c backend/l ...

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
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