Tweaked a variable name.
[rsync/rsync.git] / acls.c
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...