We use the new wildmatch_array() and litmatch_array() functions to
authorWayne Davison <wayned@samba.org>
Mon, 2 Jan 2006 17:46:18 +0000 (17:46 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 2 Jan 2006 17:46:18 +0000 (17:46 +0000)
commite5daa2731a82e643f1fbc292a29b82df750820fa
tree4dd7f3294d9e7adaa381a8f2059c23dd7aff3820
parent390621a7ab9a58573240fcb926c1c680c51141d5
We use the new wildmatch_array() and litmatch_array() functions to
make our include/exclude code easier to read and maintain, and to
eliminate a buffer copy when handling an absolute-path pattern
(which eliminated the full_name[] buffer).  Also added handling
for the new MATCHFLG_WILD3_SUFFIX define that allows a string that
ends with "dir/***" to match the "dir" as well as its contents.
exclude.c