An improved clean_fname() routine that is more efficient and will also
authorWayne Davison <wayned@samba.org>
Fri, 6 Aug 2004 21:24:14 +0000 (21:24 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 6 Aug 2004 21:24:14 +0000 (21:24 +0000)
collapse ".." dirs that aren't at the start of the path.  Care was taken
to ensure that the cleaning of a name that goes over the socket is done
in the same way as the old code (because both sides call clean_fname()
on those file-list names).  This ensures compatibility with older rsync
versions.


No differences found