Commit Graph

  • 12505e02b1 Allow --password-file=- for a stdin-supplied password. Wayne Davison 2013-06-09 12:04:25 -07:00
  • d6df07392e Fix module-name splitting with --protect-args. Fixes bug 8838. Wayne Davison 2013-06-02 15:53:40 -07:00
  • d9ca1e4990 Tweak --checksum-seed docs. Wayne Davison 2013-06-02 13:14:27 -07:00
  • 0ab8e166f4 Avoid preallocation on inplace file that is already long enough. Wayne Davison 2013-06-02 12:37:48 -07:00
  • 1e9ee19a71 Look for got_kill_signal in a couple more spots. Wayne Davison 2013-05-27 22:53:48 -07:00
  • 9bf065860f Improve logic of code vs exit_code (etc.) in cleanup. Wayne Davison 2013-05-26 16:18:49 -07:00
  • 5b46454364 Forward a MSG_ERROR_EXIT value to generator too. Fixes bug 9882. Wayne Davison 2013-05-26 16:10:57 -07:00
  • d4070db631 Avoid I/O via signal-handler thread. Wayne Davison 2013-05-26 14:52:50 -07:00
  • cb784f18ec Improve iconvbufs() to do more buffer size checks. Wayne Davison 2013-05-19 23:56:34 +00:00
  • 2dc2070992 Fix msleep() if time goes backwards. Fixes bug 9789. Wayne Davison 2013-05-19 22:52:00 +00:00
  • 4442f8037b Fixed unused variable warnings in free_stat_x. Wayne Davison 2013-05-19 21:31:27 +00:00
  • 333e3a9ff0 Add an implementation of getpass for systems that lack one. Wayne Davison 2013-05-19 21:28:02 +00:00
  • 94073d20e4 Use S_IXUSR instead of the now-obsolete S_IEXEC. Wayne Davison 2013-05-19 21:25:58 +00:00
  • 750ec9bcdc Updated to the version dated 2013-04-24. Wayne Davison 2013-05-19 21:23:07 +00:00
  • 7fdba7aaf8 Updated to the version dated 2013-05-16. Wayne Davison 2013-05-19 21:23:07 +00:00
  • eec26089b1 Improve description of --max-delete. Wayne Davison 2013-01-20 11:30:08 -08:00
  • 76340ea44c Fix weird error in test programs on SunOS. Wayne Davison 2013-01-19 12:04:17 -08:00
  • 7e1a9c4d79 Update copyright year. Wayne Davison 2013-01-19 11:05:53 -08:00
  • 16a9883649 Update OLDNEWS with 3.0.9 info. Wayne Davison 2013-01-19 11:02:37 -08:00
  • bd7d36cc6c Free ACL/xattr info in try_dests_reg() loop. Wayne Davison 2013-01-19 10:20:49 -08:00
  • d42e7181d5 Add free_stat_x() inline function. Wayne Davison 2013-01-19 10:20:49 -08:00
  • c03bb3d181 Further improve non-empty-destination --link-dest behavior: - Avoid relinking a file that is already linked correctly. - Avoid trashing the stat buffer of an existing file in try_dests_reg(). Wayne Davison 2013-01-19 09:52:56 -08:00
  • cee326436c Remove -3 return from try_dests_reg() again -- let it do a local copy when the dest file is unlinked and the hard link fails. Wayne Davison 2013-01-19 09:08:36 -08:00
  • 0ae92567ed Align fileio's map_ptr() reads. Fixes bug 8177. Wayne Davison 2013-01-18 15:07:03 -08:00
  • 42f759ad9a Reformat a few things for wider lines. Wayne Davison 2013-01-18 15:18:58 -08:00
  • e1ded58983 Improve handling of existing files for alt-dest opts. Fixes bug #5644. Wayne Davison 2013-01-18 11:54:01 -08:00
  • 0bacaccee6 Perl version of lsh that can change user w/o sudo. Wayne Davison 2012-10-07 16:20:41 -07:00
  • d46f8314b6 Fix bogus "vanished file" with "./" prefixes. Fixes bug 9212. Wayne Davison 2012-10-07 10:46:23 -07:00
  • 7cefbf106f Fix indentation that used expanded tabs. Wayne Davison 2012-10-03 15:20:43 -07:00
  • f143b55ef1 Avoid an unused variable warning if no setvbuf. Wayne Davison 2012-09-23 12:03:19 -07:00
  • ee51a745c1 Make read_args() return the full request. Wayne Davison 2012-09-08 16:29:45 -07:00
  • 0d34fbdf5a Make daemon listener exit w/code 0 on SIGTERM. Wayne Davison 2012-06-16 10:30:46 -07:00
  • d51a3adb4f Set the modtime to 0 on a partial file. Fixes debian bug 624826. Wayne Davison 2012-05-05 08:01:09 -07:00
  • b55115ec6f Fix --only-write-batch hang with --hard-links. Fixes bug 8565. Wayne Davison 2012-01-28 11:51:28 -08:00
  • f5e2b8f803 Add a slash-stripping version of rsync in support dir. Wayne Davison 2012-01-28 10:39:40 -08:00
  • 41c5ba641f flist->in_progress is only needed w/inc_recurese. Wayne Davison 2012-01-28 10:39:21 -08:00
  • 0dfd2a64ec Make stderr line-buffered w/--msgs2stderr. Wayne Davison 2012-01-28 10:38:31 -08:00
  • 6686b93a7a Add new --outbuf=N|L|B option. Wayne Davison 2012-01-28 10:36:43 -08:00
  • 9510fa9ab8 Allow --max-size=0 and --min-size=0. Fixes bug 7965. Wayne Davison 2011-12-24 12:33:17 -08:00
  • d74512eb05 Complain if the --block-size=N value is too large. Fixes bug 8036. Wayne Davison 2011-12-24 12:18:40 -08:00
  • 1a2704512a Improve the handling of verbose/debug messages Wayne Davison 2011-12-21 08:30:07 -08:00
  • a3b62ff4cf Avoid double-free of xattr/acl data in real_sx. Fixes bug 8665. Wayne Davison 2011-12-16 09:03:25 -08:00
  • 60ef397057 Mention that %a and %h are daemon-only escapes. Wayne Davison 2011-11-24 07:55:11 -08:00
  • 89e049ad7f Another asprintf() return-value-check tweak. Wayne Davison 2011-11-23 13:14:35 -08:00
  • 036094d30e Committing missed manpage tweak. Wayne Davison 2011-11-23 12:36:50 -08:00
  • 48b51d0004 make repeated --fuzzy option look into alt-dest dirs. Wayne Davison 2011-11-22 08:14:01 -08:00
  • 7da17144fd Add compatibility with an unmodified zlib. Wayne Davison 2011-11-21 09:22:14 -08:00
  • cbdff74b44 Fix --compress data-duplication bug. Wayne Davison 2011-11-21 09:13:11 -08:00
  • 37a729768b Fix version expansion. Wayne Davison 2011-11-21 09:10:49 -08:00
  • 8dd6ea1f1e Fix --delete-missing-args when --relative is active. Wayne Davison 2011-10-22 10:20:08 -07:00
  • 7c8f180900 Test asprintf() failure with < 0, not <= 0. Wayne Davison 2011-10-08 09:16:43 -07:00
  • 3527677043 Let's cast getpid() to an int instead of a long for snprintf(). Wayne Davison 2011-10-08 09:15:36 -07:00
  • 40afd365cc Preparing for release of 3.0.9 v3.0.9 b3.0.x Wayne Davison 2011-09-23 09:13:53 -07:00
  • fd91c3b666 Fix two unused-variable compiler warnings. Wayne Davison 2011-09-22 23:37:07 -07:00
  • d702b97838 Mention the latest changes. Wayne Davison 2011-09-22 23:33:51 -07:00
  • 53a46d9e09 Fix two unused-variable compiler warnings. Wayne Davison 2011-09-22 23:31:18 -07:00
  • 15df927ae2 Fix xattr memory leak. Fixes bug 8475. Wayne Davison 2011-09-22 09:02:21 -07:00
  • 510c5ab7ff Fix xattr memory leak. Fixes bug 8475. Wayne Davison 2011-09-22 09:02:21 -07:00
  • 8adceeb2b3 Testsuite/dir-sgid: use symbolic mode to set sgid bit Ben Walton 2011-09-20 22:57:39 -04:00
  • 0c7fdf705e Add solaris xattr support to the tests. Change the xattr case statements to use $HOST_OS. (Slightly tweaked version of a Ben Walton patch.) Wayne Davison 2011-09-20 13:19:39 -07:00
  • 439d5d8929 Better fakeroot support helps Solaris. Wayne Davison 2011-09-20 13:10:02 -07:00
  • de219101ed Change stat order for better ELOOP determination. Wayne Davison 2011-09-20 13:02:12 -07:00
  • 79853c30c0 Be sure to use STRUCT_STAT. Wayne Davison 2011-09-20 12:54:06 -07:00
  • 953feeadd2 Make do_readlink() support fake-super w/o O_NOFOLLOW. Wayne Davison 2011-09-19 09:18:18 -07:00
  • 3417881d5c Make --delete-excluded work better with --filter=merge. Wayne Davison 2011-09-15 07:40:50 -07:00
  • 033697d96d Make --delete-excluded work better with --filter=merge. Wayne Davison 2011-09-15 07:40:50 -07:00
  • 397fb1acd2 When modifying PATH, export it (for Solaris). Wayne Davison 2011-09-15 07:27:23 -07:00
  • abc796661d When modifying PATH, export it (for Solaris). Wayne Davison 2011-09-15 07:27:23 -07:00
  • db0443cf90 Added "SORTED TRANSFER ORDER" manpage section. Wayne Davison 2011-09-13 15:58:25 -07:00
  • 998df4b0c0 Added "SORTED TRANSFER ORDER" manpage section. Wayne Davison 2011-09-13 15:58:25 -07:00
  • 675f864c6d Cleanup some manpage & --help info. Wayne Davison 2011-09-13 15:27:55 -07:00
  • d5bff8ffe2 Cleanup some manpage & --help info. Wayne Davison 2011-09-13 15:25:19 -07:00
  • a7d7f52ae0 Use "|| true" in our xattr test runs. Wayne Davison 2011-09-13 08:07:31 -07:00
  • 847ddaf071 Make sure other early exit calls can't hang in noop_io_until_death(). Wayne Davison 2011-09-12 17:56:23 -07:00
  • dbd58bb2d0 Improve the usage for --help. Wayne Davison 2011-09-11 22:46:57 -07:00
  • c4c5dc68b9 Improve the usage for --help. Wayne Davison 2011-09-11 22:46:57 -07:00
  • c4170cbaac Better configure support for Solaris xattrs Ben Walton 2011-09-12 02:57:05 +02:00
  • de407c03d2 Fix a potential hang on an empty file list. Fixes bug 8423. Wayne Davison 2011-09-11 11:07:02 -07:00
  • c1005fb256 Document --msgs2stderr. Wayne Davison 2011-09-11 11:01:04 -07:00
  • a5ef696953 Preparing for release of 3.0.9pre2 v3.0.9pre2 Wayne Davison 2011-09-10 14:52:19 -07:00
  • ae6dea711d Mention the latest changes in the NEWS. Wayne Davison 2011-09-10 13:40:48 -07:00
  • 5a9933c85c Error out if --password-file specifed and it fails. Fixes bug 8440. Wayne Davison 2011-09-06 21:18:32 -07:00
  • b91ab5f9c8 Dirs need +rx as well as +w for non-super xfers. Partial fix for bug 8242. Wayne Davison 2011-09-03 12:40:12 -07:00
  • 70c4bfb770 Error out if --password-file specifed and it fails. Fixes bug 8440. Wayne Davison 2011-09-06 21:18:32 -07:00
  • a470b675af Dirs need +rx as well as +w for non-super xfers. Fixes bug 8242. Wayne Davison 2011-09-03 12:40:12 -07:00
  • 5561c14978 Move implied_dot_dir=1, just to be safe. Wayne Davison 2011-08-27 14:58:04 -07:00
  • 5340571ab6 Move implied_dot_dir=1, just to be safe. Wayne Davison 2011-08-27 14:58:04 -07:00
  • e7dd0e5004 Fix sending of "." attributes for implied-dot-dir. Wayne Davison 2011-08-27 11:56:57 -07:00
  • 5822f988f5 Fix bwlimit multiplication overflow. Fixes bug 8375. Wayne Davison 2011-08-27 10:28:20 -07:00
  • 881455f7b2 Some option-parsing clarifiation in the intro. Wayne Davison 2011-08-27 10:07:28 -07:00
  • 865efe9456 Fix sending of "." attributes for implied-dot-dir. Wayne Davison 2011-08-27 11:56:57 -07:00
  • 18749579b5 Fix bwlimit multiplication overflow. Fixes bug 8375. Wayne Davison 2011-08-27 10:28:20 -07:00
  • a05758fde6 Some option-parsing clarifiation in the intro. Wayne Davison 2011-08-27 10:07:28 -07:00
  • fe2c165fca Fix misplaced parens on getnameinfo() call. Wayne Davison 2011-08-06 11:21:40 -07:00
  • 4c0055ecbb Ignore socketpair() on cygwin. Fixes bug 8356. Wayne Davison 2011-08-06 11:18:54 -07:00
  • fb0d4403f0 Fix misplaced parens on getnameinfo() call. Wayne Davison 2011-08-06 11:21:40 -07:00
  • 3fd0357f9f Ignore socketpair() on cygwin. Fixes bug 8356. Wayne Davison 2011-08-06 11:18:54 -07:00
  • 64fa23add9 Tweak includes to fix non-defined NULL on some systems. Wayne Davison 2011-07-31 23:31:17 -07:00
  • d706e888fc Fix Minix build errors. Fixes bug 8313. Wayne Davison 2011-07-22 11:17:57 -07:00
  • 0a77adee0b Fix Minix build errors. Fixes bug 8313. Wayne Davison 2011-07-22 11:17:57 -07:00