Wayne Davison
3baa4d2b31
Include info on who is exiting.
2009-12-12 22:42:35 -08:00
Wayne Davison
018dc6f998
Mention the newly cherry-picked changes.
2009-12-12 17:26:11 -08:00
Wayne Davison
523dad4bb3
Use seteuid() (if available) when using setuid().
2009-12-12 17:26:05 -08:00
Wayne Davison
e0c17aa3b7
Beginning work on a 3.0.7 release.
2009-12-12 17:25:48 -08:00
Wayne Davison
79870bd269
Don't (wrongly) retouch dir permissions with --fake-super.
...
(Patch from Matt.)
2009-12-12 17:25:19 -08:00
Wayne Davison
e4368e37fe
Add IPv6 detection on cygwin.
2009-12-12 17:25:12 -08:00
Wayne Davison
eee529f571
Save first filename and linenum in case exit_cleanup() recurses.
2009-12-12 17:25:06 -08:00
Wayne Davison
ff4715a7c2
Moved some --iconv text that was supposed to be in --files-from.
2009-12-12 17:24:45 -08:00
Wayne Davison
855983b434
Make sure daemon's io_timeout is used as a maximum value.
2009-12-12 17:24:39 -08:00
Wayne Davison
2455140b04
Fix some man page problems Scott Kostyshak pointed out.
2009-12-12 17:24:33 -08:00
Wayne Davison
ae4d4205e3
Avoid type-punned compiler warnings for the byteorder.h macros
...
by using inline functions for the 4-char <-> uint32 conversions.
2009-12-12 17:24:29 -08:00
Wayne Davison
9523670032
Improve the "--delete does not work without -r or -d" message.
2009-12-12 17:23:55 -08:00
Wayne Davison
01e57e926c
Improve error handling and get rid of a lingering fprintf().
2009-12-12 17:23:45 -08:00
Wayne Davison
ebbab3788f
Fix daemon's conveyance of io_error value from sender.
2009-12-12 17:23:03 -08:00
Wayne Davison
d041c17c40
Avoid an dry-run error trying to stat a prior hard-link
...
file that hasn't really been created.
2009-12-12 17:22:55 -08:00
Wayne Davison
b2b1af40c2
Rebuild proto.h if config.h changes.
2009-12-12 17:22:43 -08:00
Wayne Davison
c5759a2817
Fix the chmod-temp-dir test if /var/tmp doesn't exist.
...
Fixes bug 6569.
2009-12-12 17:22:12 -08:00
Wayne Davison
5ef08b8c39
Get section reference right. Fixes bug #6573 .
2009-12-12 17:22:05 -08:00
Wayne Davison
03f907e386
Added solaris IPv6 checking to configure. Fixes #6438 .
...
Patch from Tim Spriggs.
2009-12-12 17:21:25 -08:00
Wayne Davison
573e24346c
Mention that --whole-file is not the default for a local transfer when
...
writing a batch file.
2009-12-12 17:21:08 -08:00
Wayne Davison
a415379037
Support an older AIX system that doesn't have ENOTSUP.
2009-12-12 17:20:42 -08:00
Wayne Davison
cc4edc2d78
Switch from inet_aton() to inet_pton() (since we supply a compatibility
...
function for the latter, it will always exist).
2009-12-12 17:20:35 -08:00
Wayne Davison
07bd6618b9
Allow $RSYNC_TEST_TMP to indicate a good tmp dir for our tests.
2009-12-12 17:19:59 -08:00
Wayne Davison
2daed024b1
Fix a bogus free in uncache_tmp_xattrs().
2009-08-14 07:04:24 -07:00
Wayne Davison
6622816eff
Preparing for release of 3.0.6
v3.0.6
2009-05-08 10:07:14 -07:00
Wayne Davison
3f137ce0e2
Fix typo pointed out by Chris Pepper.
2009-05-07 08:04:24 -07:00
Matt McCutchen
d616bff57f
Move the description of include/exclude modifiers to a better place
...
in the man page.
2009-05-05 08:18:36 -07:00
Wayne Davison
40b3a59fc8
Clarify which options are transfer rules, and what that means.
2009-04-27 07:26:04 -07:00
Wayne Davison
4640ae85fe
Change sending/receiving/storing of the rdev value for special files.
...
Since the value is not needed, the (superfluous) sending of the value
is optimized so that a valid rdev value is sent as efficiently as
possible. The receiver no longer caches an rdev value for special
files, and the generator will always pass a 0 rdev value to do_mknod()
for special files. Fixes bug #6280 .
2009-04-26 07:51:50 -07:00
Wayne Davison
24f739c118
Clarify the read-batch fix.
2009-04-13 07:42:20 -07:00
Wayne Davison
996824825f
Preparing for release of 3.0.6pre1
v3.0.6pre1
2009-04-12 15:28:34 -07:00
Wayne Davison
bbef6566cd
Changed the commands used to "make gen" without any stoppage.
2009-04-12 15:19:30 -07:00
Wayne Davison
9be5093726
Don't allow --remove-s*-files with --read-batch.
2009-04-12 13:01:14 -07:00
Wayne Davison
feb8dacc14
Fixed the use of --xattrs with --only-write-batch.
2009-04-12 12:48:59 -07:00
Wayne Davison
ff908116ef
Allow a "make reconfigure" to continue, even if the Makefile changes.
2009-04-10 16:24:49 -07:00
Wayne Davison
ea53d161be
Fixed an ACL/xattr corruption issue where the --backup option could cause
...
rsync to associate the wrong ACL/xattr information with received files.
2009-04-10 16:09:39 -07:00
Wayne Davison
7875e6fe63
Don't try to simplify an ACL that has a mask w/o any named values.
2009-04-09 22:52:26 -07:00
Wayne Davison
8e2771aa6e
Some improvements to the rsync.yo manpage:
...
- Mention the switch from MD4 to MD5.
- Mention the default for the --log-file-format option.
2009-04-07 07:40:30 -07:00
Wayne Davison
386f22cec6
Make sure that config.h.in is up-to-date before allowing the
...
Makefile-updating rule to run ./config.status.
2009-04-04 07:53:14 -07:00
Wayne Davison
272adea36b
Fixed --dry-run with --read-batch:
...
- Avoid sending MSG_NO_SEND to the generator.
- Check if the file is wanted before discarding the batched data.
2009-04-04 07:38:37 -07:00
Wayne Davison
a69b165524
Fixed improper deletion of mount-point hierarchies.
...
Fixes bug #6240 .
2009-03-31 20:26:10 -07:00
Wayne Davison
bf350d7b31
Fixed a word ending that Jesse Weinstein and revamp some of the text
...
to make it clearer.
2009-03-31 14:35:53 -07:00
Wayne Davison
70a9cd5752
Make symlink iconv work for a local copy.
...
Fixes issue mention in bug #5615 .
2009-03-29 13:25:43 -07:00
Matt McCutchen
42560e2e53
Give a meaningful error message when we fail to write to a batch file.
2009-03-13 09:46:39 -07:00
Wayne Davison
d058d0aecd
Simplify an "if" in ssh-basic.test. Fixes bug #6169 ;
2009-03-06 07:08:49 -08:00
Wayne Davison
af00666a40
Mention the fix to --safe-links/--copy-unsafe-links.
2009-03-03 09:00:29 -08:00
Wayne Davison
2517f5440d
Improved the unsafe_symlink() code to not get fooled by extra '/' chars
...
in the symlink's path. Added test cases. This fixes bug #6151 .
2009-03-03 08:57:43 -08:00
Wayne Davison
f2522e3f53
Make the backup code call unsafe_symlink() correctly.
2009-03-03 08:57:39 -08:00
Wayne Davison
8fba76d5c3
Mention vanishing-directory fix.
2009-02-14 08:38:24 -08:00
Wayne Davison
782b96d3e2
Handle a link_stat() failure with errno ENOENT as a vanished file.
2009-02-14 08:37:10 -08:00