Files
rsync/lib
Andrew Tridgell 7a6d45b02b wildmatch: fold the pattern char in iwildmatch (case-insensitive)
iwildmatch() folded only the text to lower case, not the pattern, so it was
asymmetric rather than case-insensitive.  An upper-case "hosts deny" token
(e.g. *.BADDOMAIN.COM) then failed to match a lower-case peer name and the
blocked host was admitted -- an access-control fail-open.  Fold the pattern
char too under force_lower_case.

Reported-by: Leonid Bugaev
2026-07-20 14:05:32 +10:00
..
2020-07-11 11:39:36 -07:00
2025-08-23 17:31:40 +10:00
2019-03-16 09:15:49 -07:00
2006-01-02 17:46:12 +00:00