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