aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
...
* Moved the dry_run check in set_perms() so that it only triggers ifWayne Davison2005-01-201-3/+2
* - Updated delete_file() to take a flag arg that makes it moreWayne Davison2005-01-191-20/+40
* Added a "overwriting_basis" arg to finish_transfer().Wayne Davison2005-01-101-2/+2
* If lchown() is not available, we only skip the call to chown() for aWayne Davison2005-01-031-1/+1
* If there is no lchown(), don't try to set the user & group of a symlink.Wayne Davison2005-01-031-0/+5
* W mustn't backup an inplace file in finish_transfer().Wayne Davison2004-09-071-3/+3
* Set each file's permissions and modtime before it gets renamed.Wayne Davison2004-08-091-1/+8
* One call to link_stat() (in set_perms()) needed to honor the settingWayne Davison2004-07-311-1/+3
* Use the new safe_fname() function.Wayne Davison2004-07-261-1/+1
* The inplace handling in finish_transfer() now passes PERMS_SKIP_MTIMEWayne Davison2004-07-221-5/+4
* My version of Mark Curtis's --inplace option.Wayne Davison2004-07-161-0/+8
* Moved the verbose message about renaming the finished file down intoWayne Davison2004-07-021-0/+2
* Call link_stat() with its new arg (for --keep-dirlinks support).Wayne Davison2004-06-111-2/+2
* If --backup was specified without a --backup-dir, don't preserve theWayne Davison2004-05-211-4/+7
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-20/+20
* Changed PERMS_SKIP_TIME to PERMS_SKIP_MTIME.Wayne Davison2004-05-131-3/+3
* Got rid of some useless externs.Wayne Davison2004-05-131-3/+0
* The finish_transfer() call takes an arg that specifies if we should set theWayne Davison2004-05-131-6/+11
* A few formatting tweaks in delete_file().Wayne Davison2004-03-231-11/+11
* Check robust_rename()'s return value using < 0.Wayne Davison2004-03-131-1/+1
* Tweaked some comments and some whitespace.Wayne Davison2004-02-251-10/+9
* Moved the EXDEV handling into robust_rename().Wayne Davison2004-02-171-16/+8
* If verbose > 2, mention it if we're setting the uid or the gid.Wayne Davison2004-02-031-0/+12
* New function: who_am_i() returns "sender", "receiver", or "generator".Wayne Davison2004-01-271-0/+8
* Use new pathjoin() function.Wayne Davison2004-01-201-1/+1
* If the do_lchown() fails and we weren't trying to change the user,Wayne Davison2004-01-151-1/+2
* Create GID_NONE for use gid test readability.J.W. Schultz2004-01-031-1/+1
* Moved the is_in_group() function to uidlist.c.Wayne Davison2004-01-021-41/+2
* Do a small msleep() in the sig_int() handler before shutting down.Wayne Davison2003-12-191-0/+9
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-1/+1
* Tweaked the just-added error message to use my new full_fname()Wayne Davison2003-09-161-11/+11
* Detect and report when open or opendir succeed but read andJ.W. Schultz2003-09-161-6/+12
* Improved file-related error messages by using the newWayne Davison2003-09-111-15/+21
* Patch from Roderick Schertler (roderick at argon.org) to ignorePaul Green2003-02-181-2/+2
* Removed debugging statement that was added to sig_int() by the rsync+ patchDavid Dykstra2001-12-201-1/+0
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-0/+1
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-1/+1
* Better error messages when unlink failsMartin Pool2000-11-081-4/+4
* added --modify-window option from David Bolen <db3l@fitlinxx.com>Andrew Tridgell2000-09-061-1/+1
* removed spurious error messageAndrew Tridgell2000-09-061-2/+1
* I can't believe it - solaris allows unlink of a non-empty directory asAndrew Tridgell2000-01-241-2/+1
* added --backup-dir option from Bob EdwardsAndrew Tridgell2000-01-241-3/+0
* make --address work for a client connecting to a serverAndrew Tridgell2000-01-101-1/+0
* when we do a lchown() on a file we have to flush the cached perms onAndrew Tridgell2000-01-061-0/+6
* When writing to a daemon with read only = false and uid = root and -g,David Dykstra1999-12-291-1/+1
* removed ACCESSPERMS mask when transferring a file without permsAndrew Tridgell1999-11-081-6/+1
* separated out the make_backup code in preparation for some patchesAndrew Tridgell1999-08-301-22/+0
* When a file cannot be deleted because of ETXTBSY (in particular, when anDavid Dykstra1999-03-111-4/+3
* Check for EINVAL from a rename error call in addition to ENOENT becauseDavid Dykstra1999-03-091-1/+2
* The change a couple days ago to create files initially without group andDavid Dykstra1999-03-041-9/+14