Made the filename arg-parsing code skip args that have excluded path
authorWayne Davison <wayned@samba.org>
Sat, 22 Mar 2008 22:29:34 +0000 (15:29 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 22 Mar 2008 22:33:18 +0000 (15:33 -0700)
commitb5daf5300fe83e2be5a9c0f3f981d52069189bfa
tree176483cce592b7b0a277c811c1034ef5553ce162
parentf5aeb6ff9b04432a84b5c79f5baac26be1f3f4e9
Made the filename arg-parsing code skip args that have excluded path
components, returning the same errors that would occur if the path
elements didn't actually exist.  The glob_match() code was also
changed to no longer truncate an arg with an excluded path element
(it just omits excluded items from glob matching).
flist.c
util.c