Add support for matching wildcard server certificates to the new SSL code.
authorMagnus Hagander <[email protected]>
Mon, 24 Nov 2008 09:15:16 +0000 (09:15 +0000)
committerMagnus Hagander <[email protected]>
Mon, 24 Nov 2008 09:15:16 +0000 (09:15 +0000)
commite2ddb936dc231048512942e659ee868168092fde
tree1dc6277653ee9cdfe04f721b166a494eb0edb035
parent0d0e3d12193991707b392f2060503e513334f1d9
Add support for matching wildcard server certificates to the new SSL code.

This uses the function fnmatch() which is not available on all platforms
(notably Windows), so import the implementation from NetBSD into src/port.
configure
configure.in
src/include/fnmatchstub.h [new file with mode: 0644]
src/include/pg_config.h.in
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-secure.c
src/port/fnmatch.c [new file with mode: 0644]
src/tools/msvc/Mkvcbuild.pm