Got rid of some patch fuzz.
[rsync-patches.git] / acls.diff
2006-10-24 Wayne DavisonGot rid of some patch fuzz.
2006-10-22 Wayne DavisonChanged the sys_acl_get_file() function to return ENOTS...
2006-10-22 Wayne DavisonAdded missing DEBUG() define.
2006-10-22 Wayne DavisonNeed to use (mode_t)~0 instead of ~0u for portability.
2006-10-22 Wayne DavisonFixed the crash problem Matt found.
2006-10-21 Wayne DavisonFixed a bug when acls are being preserved and one of...
2006-10-13 Wayne DavisonFixed failing hunks.
2006-10-13 Wayne DavisonFixed a failing hunk.
2006-10-12 Wayne DavisonUpdated for rolled-back trunk.
2006-10-11 Wayne DavisonFixed failing hunks and failing itemize testsuite.
2006-10-09 Wayne DavisonFixed some failing hunks.
2006-10-08 Wayne DavisonFixed failing hunks.
2006-09-24 Wayne DavisonFixed some failing hunks.
2006-07-05 Wayne DavisonFixed failing hunks.
2006-06-05 Wayne DavisonFixed a failing hunk.
2006-05-31 Wayne DavisonMention -A isn't included in --archive (-a) in option...
2006-05-29 Wayne DavisonFixed failing hunks.
2006-05-17 Wayne DavisonFixed a failing hunk.
2006-05-09 Wayne DavisonFixed failing hunks.
2006-05-05 Wayne DavisonFixed failing hunks.
2006-05-04 Wayne DavisonFixed a problem with the ACLS_NEED_MASK code in unpack_...
2006-05-04 Wayne Davison- A couple minor changes for systems with a forced...
2006-05-03 Wayne DavisonFixed failing hunks.
2006-05-02 Wayne DavisonFixed failing hunks.
2006-05-01 Wayne Davison- Improved send_acl() to handle an error case where...
2006-05-01 Wayne DavisonGot rid of the extra file-list int32 index vars on...
2006-05-01 Wayne DavisonMoved the inclusion of the ACL include files from h...
2006-05-01 Wayne DavisonTweaked the naming of the ACL functions.
2006-05-01 Wayne DavisonImproved expand_item_list() to allow the increment...
2006-04-30 Wayne DavisonMoved the generic list-growing function into util.c...
2006-04-30 Wayne DavisonRenamed a variable in flist.c.
2006-04-30 Wayne DavisonSome extensive changes include:
2006-04-29 Wayne DavisonGot rid of a superfluous call to f_name() in receive_acl().
2006-04-28 Wayne DavisonWe make sure that the rsync_acl objects never have...
2006-04-27 Wayne DavisonFixed a problem with send_acl() when f == -1.
2006-04-26 Wayne DavisonUpdated two more header comments with the latest FSF...
2006-04-25 Wayne DavisonUpdated the copyright info in the new acls.c file.
2006-04-25 Wayne DavisonMake sure that ida_list_free() doesn't call free()...
2006-04-22 Wayne DavisonFixed a bug in rsync_acl_extended_parts_equal() where...
2006-04-11 Wayne DavisonAdded a simple ACL-copying test to the testsuite.
2006-04-08 Wayne DavisonA tweak to the configure output from Mike Frysinger.
2006-03-22 Wayne DavisonImproved the opening comments.
2006-03-21 Wayne DavisonA little more misc. cleanup.
2006-03-20 Wayne Davison- Fixed a logic problem for an ACLS_NEED_MASK system...
2006-03-18 Wayne DavisonMake sure that an ACLS_NEED_MASK system strips a redund...
2006-03-17 Wayne DavisonUpdated the rsync.yo file.
2006-03-17 Wayne DavisonIf the user repeats the --acls (-A) option, use a backw...
2006-03-16 Wayne Davison- Added configure support for cygwin.
2006-03-13 Wayne DavisonThe tag char doesn't need to be unsigned.
2006-03-13 Wayne DavisonSome improved error checking.
2006-03-13 Wayne DavisonFixed a problem in the computing of a missing mask...
2006-03-11 Wayne DavisonA much-improved version of the --acls option that Matt...
2006-03-11 Wayne Davison- Reverted some of the recent changes that were not...
2006-03-10 Wayne DavisonThe ACL code in make_file() needed to happen after...
2006-03-10 Wayne DavisonChanged the uid/gid mapping to not use such a convolute...
2006-03-10 Wayne DavisonThe pack_smb_acl() function sets more than just the...
2006-03-10 Wayne Davison- If an access ACL has a mask, we set it to the group...
2006-03-09 Wayne DavisonUpdated the opening comments.
2006-03-09 Wayne DavisonMoved the set_acl() call after the do_chmod() call...
2006-03-09 Wayne DavisonAdded a comment.
2006-03-09 Wayne DavisonMade the ACL-function callers check preserve_acls.
2006-03-09 Wayne DavisonMade all the type loops more efficient.
2006-03-09 Wayne Davison- Made the "types" array a single static instead of...
2006-03-09 Wayne DavisonThis change from Matt makes rsync invent a simple ACL...
2006-03-09 Wayne Davison- Got rid of the uppercased ACL function defines.
2006-03-09 Wayne DavisonFrom Matt:
2006-03-07 Wayne DavisonChanged "%0x" in an rprintf() to "%02x".
2006-03-02 Wayne DavisonTweaked a directory copy command in default-acls.test.
2006-02-24 Wayne DavisonFixed a build problem.
2006-02-23 Wayne DavisonFixed a failing hunk.
2006-02-23 Wayne DavisonFixed failing hunks.
2006-02-23 Wayne DavisonOne more missing bit for bug 3543.
2006-02-23 Wayne DavisonFixed bug #3543 (https://bugzilla.samba.org/show_bug...
2006-02-20 Wayne DavisonFixed failing hunks.
2006-02-14 Wayne DavisonFixed a failing hunk.
2006-02-08 Wayne DavisonFixed a failing hunk.
2006-02-08 Wayne DavisonUpdated to apply cleanly.
2006-02-06 Wayne DavisonChanged the style of the diff headers (use "patch ...
2006-02-06 Wayne DavisonSimplified the build instructions now that we have...
2006-02-05 Wayne DavisonSome doc improvements from Matt.
2006-02-05 Wayne DavisonAdded an extra test to default-acls.diff.
2006-02-04 Wayne DavisonAnother fix to the directory-default-ACLs code in gener...
2006-02-04 Wayne DavisonMake sure that we look-up the directory-default permiss...
2006-02-04 Wayne Davison- Improved the default-acls.test.
2006-02-03 Wayne DavisonChanged testsuite/default-acls-obey.test to use the new
2006-02-03 Wayne DavisonFixed the directory-default code that I broke with...
2006-02-02 Wayne DavisonFixed failing hunks.
2006-01-31 Wayne DavisonCache the destination-default permissions for each...
2006-01-31 Wayne Davison- Added Matt's changes to lookup directory-default...
2006-01-23 Wayne DavisonFixed a problem with the configure script: we need...
2006-01-21 Wayne DavisonFixed failing hunks.
2006-01-17 Wayne DavisonChanged f_name() to new syntax.
2006-01-14 Wayne DavisonFixed failing hunks.
2005-11-15 Wayne DavisonGot rid of patch fuzz.
2005-11-07 Wayne DavisonFixed failing hunks.
2005-10-16 Wayne DavisonOne function needed its return type changed from BOOL...
2005-09-24 Wayne DavisonChanged the --width-* option to an --enable-* option...
2005-08-27 Wayne DavisonFixed failing hunks.
2005-07-29 Wayne DavisonFixed a problem revealed by the itemize test.
2005-07-07 Wayne DavisonFixed failing hunks.
next