Change wildcard cerfificate mapping to be much simler - we now only match

Magnus Hagander <magnus@hagander.net>

Commit: 2c69fa0c388ccff1048749be06c7c522f23d4659
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-12-02T10:39:31Z
Releases: 8.4.0
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.

Files

PathChange+/−
configure modified +0 −92
configure.in modified +1 −6
src/include/fnmatchstub.h deleted +0 −27
src/include/pg_config.h.in modified +0 −3
src/interfaces/libpq/fe-secure.c modified +48 −12
src/interfaces/libpq/Makefile modified +4 −4
src/port/fnmatch.c deleted +0 −198
src/tools/msvc/Mkvcbuild.pm modified +2 −2