- f532ced In "ignoring unsafe symlink" messages, show only the file-list path. by Matt McCutchen · 16 years ago
- ea53d16 Fixed an ACL/xattr corruption issue where the --backup option could cause by Wayne Davison · 17 years ago
- f2522e3 Make the backup code call unsafe_symlink() correctly. by Wayne Davison · 17 years ago
- 445640e Update the copyright year. by Wayne Davison · 18 years ago
- a64f19e Fixed the backing up of a device or socket. by Wayne Davison · 18 years ago
- 88e05f8 Fixed an "else" in the device-making part of keep_backup(). by Wayne Davison · 18 years ago
- e9489cd Fixed several issues with preserving xattrs when using --backup. by Wayne Davison · 18 years ago
- f1ca7c4 Preserve the right errno value when trying adjunct functions during by Wayne Davison · 18 years ago
- d3d07a5 Include 2008 in the copyright years. by Wayne Davison · 18 years ago
- 1371087 Changed "statx" to "stat_x" to try to work around a build problem on AIX. by Wayne Davison · 19 years ago
- e1ac779 Changed make_bak_dir() to take a const char *. by Wayne Davison · 19 years ago
- f203266 Made make_bak_dir() global. by Wayne Davison · 19 years ago
- 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
- 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
- b13505d Need to call unmake_file() instead of free() on a file_struct. by Wayne Davison · 19 years ago
- 9439c0c Adding the --fake-super option. by Wayne Davison · 19 years ago
- 16edf86 The improved --xattrs option is landing on the trunk. by Wayne Davison · 19 years ago
- 1c3344a The ACL support has arrived! This version has a brand new protocol by Wayne Davison · 19 years ago
- ba2133d Further modifications to the copyright comment section. by Wayne Davison · 19 years ago
- e238c99 Use the new device defines: F_RDEV_P(), DEV_MAJOR(), and DEV_MINOR(). by Wayne Davison · 20 years ago
- 7a821d5 Tweaked some externs. by Wayne Davison · 20 years ago
- 6b2a3d5 Moved an extern. by Wayne Davison · 20 years ago
- 82ad07c - Typical tranfers now save 12-20 bytes per file because several vars by Wayne Davison · 20 years ago
- 45d8bfe Added some more "const" prefixes to some "char *" vars. by Wayne Davison · 20 years ago
- 1e999f9 The call to do_chmod() needed to be conditional. by Wayne Davison · 20 years ago
- e7c6706 Updated the FSF's address to an even newer one. by Wayne Davison · 20 years ago
- 0f78b81 - Updated the address for the FSF in the opening comment. by Wayne Davison · 20 years ago
- cca9208 Got rid of unused externs. by Wayne Davison · 20 years ago
- a56cdef Call mkdir_defmode() instead of do_mkdir(). by Wayne Davison · 20 years ago
- 21955d9 Call robust_rename() with its newly-added arg. by Wayne Davison · 20 years ago
- c3ef136 Call the new name of set_perms(): set_file_attrs(). by Wayne Davison · 20 years ago
- b5c6a6a Handle separated devices and special files. by Wayne Davison · 20 years ago
- 3de7382 Call make_file() with one more arg (the base flags). by Wayne Davison · 20 years ago
- b435d71 Added a new arg to the make_file() call. by Wayne Davison · 20 years ago
- 45c49b5 Got rid of calls to (the soon to vanish) safe_fname() function. by Wayne Davison · 21 years ago
- b2e6caa Indent the "failure:" label away from column 0. by Wayne Davison · 21 years ago
- 93e28fb Fixed a problem in the backing up of symlinks and devices: we by Wayne Davison · 21 years ago
- ba679d5 In make_simple_backup(), if the rename() failed because we tried by Wayne Davison · 21 years ago
- 4f5b075 John E. Malmberg convinced me to standardize on #ifs for defined by Wayne Davison · 21 years ago
- 4875d6b Adding more calls to safe_fname(). by Wayne Davison · 21 years ago
- 7842418 Renamed several exclude-related functions/variables using new by Wayne Davison · 21 years ago
- 018b283 No need for conditional code around do_lstat() anymore. by Wayne Davison · 21 years ago
- 4f4b2f0 The device-handling code is no longer omitted based on HAVE_MKNOD by Wayne Davison · 22 years ago
- 29fe396 Output the same backup-message prefix when verbose > 1 regardless of by Wayne Davison · 22 years ago
- fb22c27 Got rid of a superfluous static buffer. by Wayne Davison · 22 years ago
- c94e4af Moved the code that determines the backup filename into a new function by Wayne Davison · 22 years ago
- f8c8ef9 When we say we're skipping a non-regular file, actually skip it. by Wayne Davison · 22 years ago
- 3cb22c2 Made a comment better. by Wayne Davison · 22 years ago
- 394bcdb If we sucessfully renamed a file that has multiple links to it, unlink() by Wayne Davison · 22 years ago
- 9fd62d1 The mkdir code should be using do_stat(), not do_lstat() to copy by Wayne Davison · 22 years ago
- d62bcc1 Changed rprintf() calls that included strerror() to use rsyserr(). by Wayne Davison · 22 years ago
- 5291364 Don't force the modtime on our backup dirs -- the dirs in the by Wayne Davison · 22 years ago
- 377dbd2 Calls to make_bak_dir() should only happen when we fail to create a by Wayne Davison · 22 years ago
- 3d06165 Check robust_rename()'s return value using < 0. by Wayne Davison · 22 years ago
- 9d78ed3 A couple fixes from Shinichi Maruyama. by Wayne Davison · 22 years ago
- 62c9e6b Moved the EXDEV handling into robust_rename(). by Wayne Davison · 22 years ago
- de0e225 - Revised and optimized the directory-making code. by Wayne Davison · 22 years ago
- 65d6212 Got rid of hard-link message (since I don't think it was ever by Wayne Davison · 22 years ago
- 62125b1 Simplified test for hardlink in make_backup debug message to avoid core-dump. by J.W. Schultz · 22 years ago
- 9935066 Make idev, hlink and file_struct + strings use allocation pools. by J.W. Schultz · 22 years ago
- f3af206 Changed args to make_file() and free_file(). by Wayne Davison · 22 years ago
- 91a1e14 Changed F_HEAD to F_HLINDEX. by Wayne Davison · 22 years ago
- 5d2a707 Use new stringjoin() and pathjoin() functions. by Wayne Davison · 22 years ago
- aa23c22 Changed the hard-link check. by Wayne Davison · 23 years ago
- 728d092 Use the new union-ified flist_struct values. by Wayne Davison · 23 years ago
- addf0c4 A few formatting tweaks. by Wayne Davison · 23 years ago
- ea42541 Improved file-related error messages by using the new full_fname() function. by Wayne Davison · 23 years ago
- 14820f6 Make extra backup dirs mode 0700, not 0755. by Wayne Davison · 23 years ago
- daa8ce8 Use the new backup_suffix_len and backup_dir_len variables. Got rid by Wayne Davison · 23 years ago
- 47d6a60 Whitespace and indentation fixes. by J.W. Schultz · 23 years ago
- af1d91c Call make_file() using the revised arg syntax and new defines. by Wayne Davison · 23 years ago
- 759ac87 Submit enhancement from Michael Zimmerman to allow --suffix to be used by David Dykstra · 24 years ago
- 8950ac0 imported new snprintf.c from samba, got rid of slprintf by Andrew Tridgell · 25 years ago
- a039749 Print strerror when a system error occurs; add a new function rsyserr by Martin Pool · 26 years ago
- f2cbf44 added an explicit noexcludes flag to make_file() by Andrew Tridgell · 26 years ago
- b7c33e3 fixed backup_dir bug introduced with recent memory handling patches by Andrew Tridgell · 26 years ago
- 3d38277 optimisations from Rich Salz <rsalz@caveosystems.com> by Andrew Tridgell · 26 years ago
- 49d6fdc patch from Jim Delahanty <mail_us@swbell.net> to ensure files are by Andrew Tridgell · 26 years ago
- 378a074 patch from James Delahanty <jimd@gie.com> to make --backup-dir work by Andrew Tridgell · 26 years ago
- 66203a9 added --backup-dir option from Bob Edwards by Andrew Tridgell · 26 years ago
- 3d19b4c separated out the make_backup code in preparation for some patches by Andrew Tridgell · 27 years ago