summaryrefslogtreecommitdiff
path: root/acls.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Imported Upstream version 3.2.7upstream/3.2.7upstreamTizenOpenSource1-1/+3
2022-02-16Imported Upstream version 3.2.2upstream/3.2.2DongHun Kwak1-13/+3
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak1-16/+9
2022-02-16Imported Upstream version 3.1.3upstream/3.1.3DongHun Kwak1-1/+1
2022-02-16Imported Upstream version 3.1.2upstream/3.1.2DongHun Kwak1-1/+1
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2014-01-19Avoid ACL and/or xattr lookups on IS_MISSING_FILE() entries.Wayne Davison1-1/+2
2013-12-25Use 0 (not NULL) for a non-pointer arg.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-05-25Expand NO_ENTRY items from fake-super ACLs in get_rsync_acl().Wayne Davison1-0/+6
2011-03-18Don't send user/group names for ACLs with --numeric-ids.Wayne Davison1-2/+2
2011-02-22Allow a failure of EINVAL to mean no ACLs are available.Wayne Davison1-0/+3
2011-01-03Avoid reading ACL/xattr info on filetypes not being copied.Wayne Davison1-0/+19
2009-09-12Better mask handling, including some changes to help solaris.Wayne Davison1-18/+22
2009-09-12Pass "new_mode" to set_acl() and change its return values.Wayne Davison1-20/+19
2009-09-12Put file descriptor arg at the start of the arg list for consistency.Wayne Davison1-23/+24
2009-04-10Fixed an ACL/xattr corruption issue where the --backup option could causeWayne Davison1-1/+37
2009-04-09Don't try to simplify an ACL that has a mask w/o any named values.Wayne Davison1-9/+3
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-1/+1
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-23Added a default to the new switch in str_acl_type().Wayne Davison1-0/+2
2008-02-23Tweaked the ACL type-names returned by str_acl_type()Wayne Davison1-4/+12
2007-12-29Made some user-/group-name pointers "const".Wayne Davison1-1/+1
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-13/+14
2007-11-05If the xattr data is bogus in get_rsync_acl(), free the buffer.Wayne Davison1-1/+3
2007-10-05Simplified a SMB_ACL_NEED_SORT conditional because some preprocessorsWayne Davison1-7/+4
2007-09-29When running with --fake-super, get/put ACLs from/to an xattr and don'tWayne Davison1-8/+77
2007-09-28Added OS X ACL support, using slightly tweaked sys_acl_*()Wayne Davison1-45/+37
2007-09-23Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison1-8/+8
2007-09-23Got rid of some unneeded externs.Wayne Davison1-1/+0
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-08Use the latest F_DIR_*() defines (whose names were tweaked).Wayne Davison1-3/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-05-21- Unified the formerly separate user & group name-lists into a singleWayne Davison1-160/+129
2007-05-20- Fixed a bug in the match_racl_ids() function's iteration.Wayne Davison1-13/+14
2007-04-20Changed the *_abbbrevint() functions to *_varint().Wayne Davison1-6/+6
2007-04-18Got rid of ACL's uid/gid iterators in favor of a single functionWayne Davison1-53/+20
2007-04-07Tweaked an error message and a comment.Wayne Davison1-3/+2
2007-03-11We now compile on systems where ENOTSUP is not defined.Wayne Davison1-1/+3
2007-03-11Silence a compiler warning about a printf() %d mismatch.Wayne Davison1-2/+1
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-0/+1085