Fix a bogus free in uncache_tmp_xattrs().
[rsync/rsync.git] / xattrs.c
2009-08-14 Wayne DavisonFix a bogus free in uncache_tmp_xattrs().
2009-08-08 Wayne DavisonAdd conditional support for excluding types of files...
2009-04-26 Wayne DavisonChange sending/receiving/storing of the rdev value...
2009-04-10 Wayne DavisonFixed an ACL/xattr corruption issue where the --backup...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-15 Wayne DavisonA couple xattr fixes for --fake-super.
2008-06-12 Wayne DavisonCast the datum_len value to a long for rprintf().
2008-06-09 Wayne DavisonA couple more xattr improvements:
2008-06-09 Wayne DavisonFixed an "Internal abbrev error" when dealing with...
2008-05-17 Wayne DavisonFixed several issues with preserving xattrs when using...
2008-04-15 Wayne DavisonUse overflow_exit() for overflows, not out_of_memory().
2008-03-08 Wayne DavisonFixed a syntax problem for non-HAVE_LINUX_ATTRS systems.
2008-03-08 Wayne DavisonFixed the interaction of --fake-super with --link-dest...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-06 Wayne DavisonMake get_xattr_names() even safer at fetching the list...
2008-01-13 Wayne DavisonAnother xattr "internal abbrev" fix for an xattr object...
2008-01-12 Wayne DavisonFixed a bug with truncated xattr data requests when...
2007-11-25 Wayne DavisonVarious xattr fixes:
2007-11-24 Wayne DavisonFixed a problem with --fake-super not getting the fully...
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
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.