]> granicus.if.org Git - postgresql/commit
Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 2003 02:12:58 +0000 (02:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 2003 02:12:58 +0000 (02:12 +0000)
commitb78961b0da946e67c0f46156c193d27e63aa3de9
treeb0633beed7f5203a8abfe4cef2cb53a7ba7275a8
parent310c084921930f5a01601dc11b5bc0fb363c71e4
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
src/backend/libpq/hba.c
src/backend/libpq/ip.c
src/include/libpq/ip.h