Modified the glob_expand_one() function to check the args against the
authorWayne Davison <wayned@samba.org>
Tue, 1 Jul 2003 21:45:31 +0000 (21:45 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 1 Jul 2003 21:45:31 +0000 (21:45 +0000)
commit4791825d49df3e0076692a8e9aa7d58f9ac15813
treeae969dc8c7f980444eaf95faac5c9003f2252890
parentd542c20c5fd636c6973b7bcbed6be2bedbed4bcd
Modified the glob_expand_one() function to check the args against the
server's config-specified exclude list.  This prevents the user from
going around directory exclusions.  Fixed push_dir() to not append
"/." onto the end of the current path if it is called with "." as the
"dir" arg.  Made curr_dir[] exported so the exclude code can use it
(for the daemon-config absolute-path excludes).
util.c