CVS log for pgsql/src/port/Attic/fnmatch.c

[BACK] Up to [PostgreSQL CVS Repository] / pgsql / src / port

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.2
Tue Dec 2 10:39:31 2008 UTC (16 years, 11 months ago) by mha
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.1: +1 -1 lines
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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Nov 24 09:15:16 2008 UTC (16 years, 11 months ago) by mha
Branches: MAIN
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

PostgreSQL CVSweb <[email protected]>