Added an mflags arg to get_filter_tok(), add_filter_file(), and
authorWayne Davison <wayned@samba.org>
Thu, 3 Feb 2005 19:00:20 +0000 (19:00 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 3 Feb 2005 19:00:20 +0000 (19:00 +0000)
commitb6f06b8e8b7cd9500a612446f42c39c7363e41a2
tree812e40fc74b21b5dd47d7b87055c924848b711bd
parent0a68f869d7c1b390f7cafd72e52949305c06cad5
Added an mflags arg to get_filter_tok(), add_filter_file(), and
add_filter().  This made for less flag conversion between various
MATCHFLG_* and XFLG_* values.  It also made it easy to fix a bug
in the handling of no-prefix per-directory include/exclude files.
We also use the new XFLG_OLD_PREFIXES and MATCHFLGS_FROM_CONTAINER
defines.
exclude.c