Clean generated files for distclean.
[rsync/rsync.git] / xattrs.c
2007-11-05 Wayne DavisonMake sure that get_xattr_data() never tries to malloc...
2007-11-05 Wayne DavisonFixed get_xattr_acl() -- it needed to zero *len_p.
2007-09-29 Wayne DavisonAdded get_xattr_acl(), set_xattr_acl(), and del_def_xat...
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-07-02 Wayne DavisonWe omit copying any user-space %FOO attributes unless the
2007-05-20 Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-04-20 Wayne DavisonChanged the *_abbbrevint() functions to *_varint().
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.