- Renamed make_filter() to filter_rule().
authorWayne Davison <wayned@samba.org>
Sat, 29 Jan 2005 20:48:17 +0000 (20:48 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 29 Jan 2005 20:48:17 +0000 (20:48 +0000)
commitbf39270e0cc99787ea5232914dc99e25d4d79222
treed4888b847905ae0188c1c4f1f3500e677441bbb4
parent211bc43b6e22e55c7b39fe5773c78735a55d3998
- Renamed make_filter() to filter_rule().
- Added the "/" modifier to the -/+ filter rules to allow the
  rule to specify an absolute path (sets MATCHFLG_ABS_PATH).
- Added the passing of the xflgags to filter_rule() and key off
  XFLG_ANCHORED2ABS to prepend the current dirbuf value (was
  keing off MATCHFLG_ABS_PATH).
- We no longer allow a '=' to separate the filter rule from its
  arg (just a single space or an underscore).
- For triple verbose levels, mention when we look for a filter
  file even if we don't find it (used to only mention the file
  when it was found).
- A chrooted daemon process now includes /.cvsignore (inside the
  chrooted hierarchy) instead of $HOME/.cvsignore.
exclude.c