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)
- 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.


No differences found