Change wildcard cerfificate mapping to be much simler - we now only match
Magnus Hagander <magnus@hagander.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |