log src/lib/wildcard-match.c @ 23007:36e01285b5b8

age author description
Mon, 29 Jun 2015 13:06:03 +0300 Timo Sirainen lib: Fixed read buffer overflow in wildcard_match*()
Tue, 19 Aug 2014 23:51:14 +0200 Timo Sirainen lib: wildcard_match() should have matched "*" wildcard against an empty "" string also.
Thu, 08 May 2014 11:20:36 +0300 Phil Carmody lib: wildcard-match - use NULL not 0 for pointers
Thu, 18 Mar 2010 04:11:55 +0200 Timo Sirainen Added wildcard_match*() for matching strings with '*' and '?' wildcards. HEAD