summaryrefslogtreecommitdiff
path: root/acls.c
AgeCommit message (Expand)AuthorFilesLines
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