summaryrefslogtreecommitdiff
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* the recv_generator can be staticAndrew Tridgell1998-07-021-1/+1
* added --progress option which shows the progress of transfers. ThisAndrew Tridgell1998-07-021-66/+80
* - only keep a partial file if some literal data has been transferred,Andrew Tridgell1998-07-011-25/+34
* added a --partial option which tells rsync to keep partiallyAndrew Tridgell1998-07-011-36/+58
* fixed chmod bug pointed out by Han Holl <jeholl@euronet.nl>Andrew Tridgell1998-06-181-1/+2
* fixed a race condition in rsync that opened a security hole. TheAndrew Tridgell1998-06-181-2/+10
* if as non-root we failed to update the group of a file then don'tAndrew Tridgell1998-06-181-1/+2
* change the order of chmod and chown calls so that setuid bits don'tAndrew Tridgell1998-06-181-52/+53
* if the user passes a block size on the command line then don't adaptAndrew Tridgell1998-06-031-1/+5
* added --stats option for verbose stats on the file transferAndrew Tridgell1998-06-011-188/+219
* cosmetic fix.Andrew Tridgell1998-05-301-1/+2
* use Realloc instead of reallocAndrew Tridgell1998-05-281-5/+1
* don't do recursive deletion if the recurse option is not selected.Andrew Tridgell1998-05-281-1/+3
* heaps of cleanup in the io code.Andrew Tridgell1998-05-271-9/+1
* fixed a race condition in the --delete handling code. The bug led toAndrew Tridgell1998-05-271-2/+4