From: Wayne Davison Date: Sun, 25 Nov 2007 21:48:54 +0000 (-0800) Subject: Various xattr fixes: X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a685271de33c6d9d39fb1a8855fe214911c774e6?hp=a685271de33c6d9d39fb1a8855fe214911c774e6 Various xattr fixes: - Fake-super mode no longer strips the RSYNC_PREFIX from a "%name" item. - Make various places skip the fake-super xattr when --fake-super is enabled. - If we fail to re-read the xattr value of an xattr we are trying to un- abbreviate, send a zero for its length (avoiding a protocol problem). ---