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)
commit8cf8175be9229377e17a4cc1c1d32a10c8a6d25f
treefa870a2f334a60b90e5b2d76ce610b34ef5a9fb7
parente35c8f31b4f793212ac8e41538397f0f325c7a8b
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