index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xattrs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid reading ACL/xattr info on filetypes not being copied.
Wayne Davison
2011-01-03
1
-9
/
+18
*
Use full_fname() for system error messages.
Wayne Davison
2011-01-01
1
-9
/
+9
*
Fix rsync_xal_set reference in an error.
Wayne Davison
2010-09-06
1
-1
/
+1
*
Refer to the right lsetxattr() caller in a error message.
Wayne Davison
2010-07-03
1
-2
/
+2
*
Make some RERR_* choices better, and another noop_io_until_death() tweak.
Wayne Davison
2009-11-16
1
-3
/
+3
*
Put file descriptor arg at the start of the arg list for consistency.
Wayne Davison
2009-09-12
1
-2
/
+2
*
Fix a bogus free in uncache_tmp_xattrs().
Wayne Davison
2009-08-14
1
-1
/
+1
*
Add conditional support for excluding types of files from xattr ops.
Wayne Davison
2009-08-08
1
-0
/
+33
*
Change sending/receiving/storing of the rdev value for special files.
Wayne Davison
2009-04-26
1
-2
/
+2
*
Fixed an ACL/xattr corruption issue where the --backup option could cause
Wayne Davison
2009-04-10
1
-1
/
+20
*
Update the copyright year.
Wayne Davison
2009-01-03
1
-1
/
+1
*
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
2008-09-01
1
-0
/
+1
*
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
2008-09-01
1
-1
/
+1
*
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
2008-07-17
1
-4
/
+4
*
A couple xattr fixes for --fake-super.
Wayne Davison
2008-07-14
1
-3
/
+6
*
Cast the datum_len value to a long for rprintf().
Wayne Davison
2008-06-12
1
-2
/
+2
*
A couple more xattr improvements:
Wayne Davison
2008-06-08
1
-5
/
+6
*
Fixed an "Internal abbrev error" when dealing with an xattr value
Wayne Davison
2008-06-08
1
-4
/
+8
*
Fixed several issues with preserving xattrs when using --backup.
Wayne Davison
2008-05-17
1
-0
/
+42
*
Use overflow_exit() for overflows, not out_of_memory().
Wayne Davison
2008-04-15
1
-7
/
+7
*
Fixed a syntax problem for non-HAVE_LINUX_ATTRS systems.
Wayne Davison
2008-03-07
1
-6
/
+6
*
Fixed the interaction of --fake-super with --link-dest & --xattrs.
Wayne Davison
2008-03-07
1
-26
/
+41
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Make get_xattr_names() even safer at fetching the list of attr names.
Wayne Davison
2008-02-06
1
-22
/
+20
*
Another xattr "internal abbrev" fix for an xattr object that is
Wayne Davison
2008-01-12
1
-27
/
+5
*
Fixed a bug with truncated xattr data requests when the receiver
Wayne Davison
2008-01-12
1
-26
/
+38
*
Various xattr fixes:
Wayne Davison
2007-11-25
1
-12
/
+18
*
Fixed a problem with --fake-super not getting the fully tweaked new_mode
Wayne Davison
2007-11-24
1
-5
/
+11
*
New logging categories added to allow differentiation between
Wayne Davison
2007-11-22
1
-14
/
+14
*
Make sure that get_xattr_data() never tries to malloc 0 bytes.
Wayne Davison
2007-11-05
1
-4
/
+7
*
Fixed get_xattr_acl() -- it needed to zero *len_p.
Wayne Davison
2007-11-05
1
-0
/
+1
*
Added get_xattr_acl(), set_xattr_acl(), and del_def_xattr_acl().
Wayne Davison
2007-09-29
1
-0
/
+27
*
Changed "statx" to "stat_x" to try to work around a build problem on AIX.
Wayne Davison
2007-09-23
1
-8
/
+8
*
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
2007-09-22
1
-0
/
+1
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
We omit copying any user-space rsync.%FOO attributes unless the
Wayne Davison
2007-07-02
1
-5
/
+7
*
- Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().
Wayne Davison
2007-05-20
1
-3
/
+3
*
Adding the --fake-super option.
Wayne Davison
2007-04-24
1
-10
/
+179
*
Changed the *_abbbrevint() functions to *_varint().
Wayne Davison
2007-04-20
1
-16
/
+16
*
The improved --xattrs option is landing on the trunk.
Wayne Davison
2007-04-07
1
-0
/
+775