]> granicus.if.org Git - postgresql/commit - src/interfaces/libpq/fe-secure.c
Change wildcard cerfificate mapping to be much simler - we now only match
authorMagnus Hagander <magnus@hagander.net>
Tue, 2 Dec 2008 10:39:31 +0000 (10:39 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 2 Dec 2008 10:39:31 +0000 (10:39 +0000)
commit2c69fa0c388ccff1048749be06c7c522f23d4659
tree7475753c2704ee2649d0c21db8858483e7a9074c
parentc98c9114cb3bff8a493333ef48d16eb55601af54
Change wildcard cerfificate mapping to be much simler - we now only match
the * character at the beginning of a pattern, and it does not match
subdomains.

Since this means we no longer need fnmatch, remove the imported implementation
from port, along with the autoconf check for it.
configure
configure.in
src/include/fnmatchstub.h [deleted file]
src/include/pg_config.h.in
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-secure.c
src/port/fnmatch.c [deleted file]
src/tools/msvc/Mkvcbuild.pm