Add safety check for local --remove-source-files.
[rsync.git] / acls.c
2022-01-16 Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-02 Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-10-02 Wayne DavisonEnable --atimes on macOS.
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-14 Wayne DavisonSome indentation fixes.
2020-04-16 Wayne DavisonTwo more spelling fixes and some year updates.
2020-04-16 Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2019-03-16 Wayne DavisonTweak the copyright year.
2019-01-04 Wayne DavisonSilence fall-through warnings.
2018-01-15 Wayne DavisonTweak copyright date.
2015-08-08 Wayne DavisonUpdate the copyright year.
2014-01-26 Wayne DavisonBump the year to 2014.
2014-01-19 Wayne DavisonAvoid ACL and/or xattr lookups on IS_MISSING_FILE(...
2013-12-25 Wayne DavisonUse 0 (not NULL) for a non-pointer arg.
2013-01-19 Wayne DavisonUpdate copyright year.
2011-05-25 Wayne DavisonExpand NO_ENTRY items from fake-super ACLs in get_rsync...
2011-03-18 Wayne DavisonDon't send user/group names for ACLs with --numeric...
2011-02-22 Wayne DavisonAllow a failure of EINVAL to mean no ACLs are available.
2011-01-03 Wayne DavisonAvoid reading ACL/xattr info on filetypes not being...
2009-09-12 Wayne DavisonBetter mask handling, including some changes to help...
2009-09-12 Wayne DavisonPass "new_mode" to set_acl() and change its return...
2009-09-12 Wayne DavisonPut file descriptor arg at the start of the arg list...
2009-04-10 Wayne DavisonFixed an ACL/xattr corruption issue where the --backup...
2009-04-10 Wayne DavisonDon't try to simplify an ACL that has a mask w/o any...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-23 Wayne DavisonAdded a default to the new switch in str_acl_type().
2008-02-23 Wayne DavisonTweaked the ACL type-names returned by str_acl_type()
2007-12-30 Wayne DavisonMade some user-/group-name pointers "const".
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-05 Wayne DavisonIf the xattr data is bogus in get_rsync_acl(), free...
2007-10-05 Wayne DavisonSimplified a SMB_ACL_NEED_SORT conditional because...
2007-09-29 Wayne DavisonWhen running with --fake-super, get/put ACLs from/to...
2007-09-28 Wayne DavisonAdded OS X ACL support, using slightly tweaked sys_acl_*()
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-23 Wayne DavisonGot rid of some unneeded externs.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-08 Wayne DavisonUse the latest F_DIR_*() defines (whose names were...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-05-21 Wayne Davison- Unified the formerly separate user & group name-lists...
2007-05-20 Wayne Davison- Fixed a bug in the match_racl_ids() function's iteration.
2007-04-20 Wayne DavisonChanged the *_abbbrevint() functions to *_varint().
2007-04-18 Wayne DavisonGot rid of ACL's uid/gid iterators in favor of a single...
2007-04-07 Wayne DavisonTweaked an error message and a comment.
2007-03-11 Wayne DavisonWe now compile on systems where ENOTSUP is not defined.
2007-03-11 Wayne DavisonSilence a compiler warning about a printf() %d mismatch.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...