summaryrefslogtreecommitdiff
path: root/xattrs.c
Commit message (Expand)AuthorAgeFilesLines
* Use hashlittle2() for xattr hashingWayne Davison2022-09-131-12/+4
* Improve various things in the checksum codeWayne Davison2022-09-101-13/+16
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Eventually add write permission when setting extended attributes (#212)TomasKorbar2021-09-261-2/+15
* Make gcc die on init overflow of an array.Wayne Davison2020-09-291-1/+2
* Check for overflow the right way.Wayne Davison2020-07-121-4/+3
* Fix xattr issue with MIGHT_NEED_PRE.Wayne Davison2020-07-071-1/+1
* Fix an xattr free of the wrong object.Wayne Davison2020-07-071-8/+7
* Some memory allocation improvementsWayne Davison2020-06-251-14/+2
* Some indentation fixes.Wayne Davison2020-06-131-11/+8
* Tweak the hashtable routines to be a little clearer and easier.Wayne Davison2020-06-121-11/+6
* Two more spelling fixes and some year updates.Wayne Davison2020-04-161-1/+1
* Spelling fixes from a Fossies run done by Jens.Wayne Davison2020-04-151-1/+1
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Use the right sum len.Wayne Davison2017-11-071-2/+3
* Enforce trailing \0 when receiving xattr name values.Wayne Davison2017-11-051-0/+4
* Fix possible buffer overrun for some large name_len values.Wayne Davison2017-10-071-1/+1
* Add a way to specify xattr name filtering.Wayne Davison2017-01-221-4/+24
* Join some lines.Wayne Davison2017-01-221-16/+9
* Get rid of some superfluous double-quotes in error messages.Wayne Davison2017-01-221-11/+11
* xattrs: maintain a hashtable in order to speed up find_matching_xattr()Stefan Metzmacher2016-08-141-8/+127
* xattrs: introduce a rsync_xa_list struct as layer between two nested item_listsStefan Metzmacher2016-08-141-26/+46
* xattrs: let rsync_xal_store() return ndx.Stefan Metzmacher2016-08-141-5/+5
* xattrs: add const to empty_xattrStefan Metzmacher2016-08-141-2/+2
* Fix "could not find xattr #1" errors.Wayne Davison2016-06-261-4/+26
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-2/+2
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Avoid an xattr-finding glitch on the receiver.Wayne Davison2014-05-261-3/+4
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Avoid ACL and/or xattr lookups on IS_MISSING_FILE() entries.Wayne Davison2014-01-191-1/+2
* Create and use write_bigbuf() function for extra-large buffer sizes.Wayne Davison2013-11-251-2/+2
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Fix xattr memory leak. Fixes bug 8475.Wayne Davison2011-09-221-4/+5
* Avoid reading ACL/xattr info on filetypes not being copied.Wayne Davison2011-01-031-9/+18
* Use full_fname() for system error messages.Wayne Davison2011-01-011-9/+9
* Fix rsync_xal_set reference in an error.Wayne Davison2010-09-061-1/+1
* Refer to the right lsetxattr() caller in a error message.Wayne Davison2010-07-031-2/+2
* Make some RERR_* choices better, and another noop_io_until_death() tweak.Wayne Davison2009-11-161-3/+3
* Put file descriptor arg at the start of the arg list for consistency.Wayne Davison2009-09-121-2/+2
* Fix a bogus free in uncache_tmp_xattrs().Wayne Davison2009-08-141-1/+1
* Add conditional support for excluding types of files from xattr ops.Wayne Davison2009-08-081-0/+33
* Change sending/receiving/storing of the rdev value for special files.Wayne Davison2009-04-261-2/+2
* Fixed an ACL/xattr corruption issue where the --backup option could causeWayne Davison2009-04-101-1/+20
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-0/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-1/+1
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-4/+4
* A couple xattr fixes for --fake-super.Wayne Davison2008-07-141-3/+6