I like braces when multiple lines are indented.
[rsync/rsync.git] / acls.c
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...