aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change getgroups to use GETGROUPS_T as the type of the group array returned,David Dykstra1999-03-021-3/+3
* Change the mask used when creating temporary files from 777 to 700, to preventDavid Dykstra1999-03-011-2/+2
* When comparing -1 to a group id, cast -1 with gid_t because on some systemsDavid Dykstra1999-03-011-2/+2
* Prevent the -g option from preserving groups that a non-root receiverDavid Dykstra1999-03-011-14/+50
* When calling lchown, pass the current known uid and gid rather than -1David Dykstra1999-02-031-2/+2
* - slprintf() takes sizeof(buf) not sizeof(buf)-1Andrew Tridgell1998-12-051-2/+2
* Backup deleted files when using --delete and --backup. Based on aDavid Dykstra1998-11-241-12/+22
* Remove a debugging statement I accidentally included in the last commit.David Dykstra1998-11-181-1/+0
* Change documentation to explain that a lack of -t in effect causes -I to beDavid Dykstra1998-11-181-0/+1
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-2/+2
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-1/+1
* don't complain about not setting times on directoriesAndrew Tridgell1998-09-091-2/+6
* rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1998-07-251-1027/+14
* I think I might havefinally fixed the rsync hanging bug. It was causedAndrew Tridgell1998-07-201-3/+3
* handle hard links on systems with 16 bit ino_tAndrew Tridgell1998-07-171-1/+1
* make rsync behave more like GNU cp with regard to file permissionsAndrew Tridgell1998-07-171-1/+1
* added the --safe-links option to disallow symlinks outside theAndrew Tridgell1998-07-171-1/+11
* some code reformattingAndrew Tridgell1998-07-171-431/+432
* fixed a problem with rsync buffering the debug output when redirectedAndrew Tridgell1998-07-171-4/+4
* make a function staticAndrew Tridgell1998-07-171-1/+1