summaryrefslogtreecommitdiff
path: root/xattrs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the interaction of --fake-super with --link-dest & --xattrs.Wayne Davison2008-03-071-26/+41
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Make get_xattr_names() even safer at fetching the list of attr names.Wayne Davison2008-02-061-22/+20
* Another xattr "internal abbrev" fix for an xattr object that isWayne Davison2008-01-121-27/+5
* Fixed a bug with truncated xattr data requests when the receiverWayne Davison2008-01-121-26/+38
* Various xattr fixes:Wayne Davison2007-11-251-12/+18
* Fixed a problem with --fake-super not getting the fully tweaked new_modeWayne Davison2007-11-241-5/+11
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-14/+14
* Make sure that get_xattr_data() never tries to malloc 0 bytes.Wayne Davison2007-11-051-4/+7
* Fixed get_xattr_acl() -- it needed to zero *len_p.Wayne Davison2007-11-051-0/+1
* Added get_xattr_acl(), set_xattr_acl(), and del_def_xattr_acl().Wayne Davison2007-09-291-0/+27
* Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison2007-09-231-8/+8
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* We omit copying any user-space rsync.%FOO attributes unless theWayne Davison2007-07-021-5/+7
* - Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().Wayne Davison2007-05-201-3/+3
* Adding the --fake-super option.Wayne Davison2007-04-241-10/+179
* Changed the *_abbbrevint() functions to *_varint().Wayne Davison2007-04-201-16/+16
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-0/+775