Some improvements to the file-name cleaning code:
authorWayne Davison <wayned@samba.org>
Thu, 20 Mar 2008 18:59:54 +0000 (11:59 -0700)
committerWayne Davison <wayned@samba.org>
Fri, 21 Mar 2008 05:39:29 +0000 (22:39 -0700)
commitd48810ba5b0b8d09b272092a70da1255c2346ab8
tree46b7a8cc372f917bafe0879f3db54e1b681d13f9
parent819bfe459919769c9ddae14affeaa79596c640bb
Some improvements to the file-name cleaning code:
- Removed the CFN_KEEP_LEADING_DOT_DIR flag for clean_fname().
- Explicitly add an implied dot-dir to the transfer rather than keeping
  a leading a "./" prefix as a part of a relative pathname.
- Added the CFN_KEEP_DOT_DIRS flag for clean_fname().
- Added the SP_KEEP_DOT_DIRS flag for sanitize_path().
- Call clean_fname() a couple more times.
exclude.c
flist.c
main.c
options.c
rsync.h
util.c