Paul Green
e2bea9eb8d
Update packaging spec files per patch submitted by Horst von Brand.
...
In the future, we need to be sure to keep *.spec and *.spec.tmpl
identical...the release macro produces *.spec from *.spec.tmpl.
2003-02-05 18:41:53 +00:00
Paul Green
931a979904
Restored changes accidentally backed out by Dave Dykstra in previous revision.
2003-01-29 21:04:28 +00:00
Paul Green
3fccfafd30
Apply fix from Horst von Brand. See comments in rsync.spec.
2003-01-29 20:52:59 +00:00
David Dykstra
7a6fd4c1c7
preparing for release of 2.5.6
v2.5.6
2003-01-28 05:28:42 +00:00
David Dykstra
8395d24616
Add header for 2.5.6 release.
2003-01-28 05:13:16 +00:00
David Dykstra
7d085960eb
Remove the Cygwin msleep(100) before the generator kills the receiver,
...
because it caused the testsuite/unsafe-links test to hang.
2003-01-28 05:05:53 +00:00
David Dykstra
3884317181
Change the default of --modify-window back to 0 on Cygwin.
2003-01-28 03:11:57 +00:00
David Dykstra
089a2435f8
Ack! I had accidentally ifdefed out the kill from the generator to the
...
receiver process for every platform except Cygwin.
2003-01-28 03:03:55 +00:00
David Dykstra
8ed16deb24
Change so the delay before generator signals receiver is only done on Cygwin.
2003-01-28 02:51:03 +00:00
Paul Green
a577af9067
Added a TODO item about temporary file names bumping up against the
...
maximum name length. (I have an unfinished patch that will address
this).
2003-01-27 16:33:47 +00:00
David Dykstra
59af13651b
Move the sleep to workaround the default modify-window of 1 on Cygwin to
...
the beginning of "checkit" rather than the end of "hands_setup" because
sometimes files are modified just before checkit is called and the copy
finishes within one second so they're considered to be the same time.
I don't think this would be a problem in real life, so just change the
test.
2003-01-27 04:41:30 +00:00
David Dykstra
787568f371
Insert a 100ms sleep just before sending the USR2 signal to the
...
child receiver process to prevent some hangs on Cygwin. Anthony
Heading discovered the workaround first and suggested 30ms, and
Greger Cronquist had better luck with 100ms.
2003-01-27 03:52:42 +00:00
David Dykstra
f0019fc506
Remove the "Connection reset by peer" from TODO
2003-01-27 03:36:54 +00:00
David Dykstra
9f639210ca
Prevent the "Connection reset by peer" messages often seen from Cygwin.
...
Result of a lot of discussion over the last year and a half. Based on
a patch from Randy O'Meara, cleaned up a bit by Max Bowsher.
2003-01-27 03:35:08 +00:00
David Dykstra
deec574421
Update date on man page.
2003-01-27 03:13:46 +00:00
David Dykstra
04657e42d5
Update rsyncd.conf documentation to be right for rsync server mode over a
...
remote shell.
2003-01-27 03:07:18 +00:00
David Dykstra
1b88775534
Change erroneous references to a --config-file option to the correct --config
...
option.
2003-01-27 02:48:14 +00:00
David Dykstra
7f6537557d
Change news item about handling of text mode in files to just permitting
...
any of the standard line termination styles.
2003-01-26 20:49:24 +00:00
Wayne Davison
518233ca79
Got rid of recent O_TEXT* and O_BINARY* changes.
2003-01-26 20:11:16 +00:00
Wayne Davison
bc72130d71
Got rid of O_TEXT_STR and added code to strip '\r' from the end of the
...
lines we read.
2003-01-26 20:10:23 +00:00
Wayne Davison
855decd3a7
Added back the O_BINARY #ifdef.
2003-01-26 20:09:02 +00:00
Wayne Davison
0090cbdba6
Got rid of O_TEXT_STR change.
2003-01-26 20:07:55 +00:00
Wayne Davison
73ff720972
File I/O already handles '\r', so we can remove the O_TEXT flags.
2003-01-26 19:37:54 +00:00
David Dykstra
c561e1378d
Remove a couple items I know are no longer needed.
2003-01-26 04:04:47 +00:00
David Dykstra
aa2c47d835
Better fix for infinite recursion; don't return from exit_cleanup
...
unless the nesting is already pretty deep, because there are normal
cases where exit_cleanup is nested shallowly. Patch from Marc Espie,
posted by Brian Poole.
2003-01-26 03:53:34 +00:00
David Dykstra
536b84680b
Open config files in text mode when O_TEXT is defined. This helps on
...
Cygwin when the config files are on a filesystem that is mounted in
binary mode. Patch from Ville Herva.
2003-01-26 03:46:54 +00:00
David Dykstra
7508b795bf
Tests that use hands_setup to make a test file directory and right
...
afterward make a copy were failing on cygwin because the default
--modify-windows now 1 on Cygwin. Adding a 2 second sleep at the end of
hands_setup so that hopefully the tests will succeed because the copy
will be made more than 1 second away from the original.
2003-01-26 03:34:19 +00:00
Wayne Davison
76ee1d18bf
Don't try to run daemon tests as "nobody".
2003-01-25 03:46:57 +00:00
Wayne Davison
379bc86547
Getting rid of recent "chown" since we decided to forego trying to run
...
the daemon tests as "nobody".
2003-01-25 03:45:40 +00:00
David Dykstra
066696644f
Change default of --modify-window on Cygwin from 2 to 1 because that's all
...
that's needed on FAT filesystems. NTFS filesystems can do with a window of
0, but it shouldn't hurt because it's highly unlikely that any given file
will be modified within one second of the time that rsync last copied it.
2003-01-24 22:07:22 +00:00
Paul Green
755bcd3722
Restore trailing newline character at the end of the file.
2003-01-23 17:18:20 +00:00
Paul Green
1985aa9666
Mentioned the fact that config.sub and config.guess got updated.
2003-01-22 22:59:35 +00:00
Paul Green
f4663a36da
Updated config.sub and config.guess to latest revision.
2003-01-22 22:24:53 +00:00
Wayne Davison
521e6fdcfc
Mention test-case fixes.
2003-01-21 20:25:44 +00:00
Wayne Davison
61ab574e38
Moved the chown from the download test to the upload test.
2003-01-21 20:19:53 +00:00
Wayne Davison
660cb6a085
Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if we
...
can, and don't fail if we can't).
2003-01-21 20:19:53 +00:00
Wayne Davison
4274208833
Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if we
...
can, and don't fail if we can't).
2003-01-21 19:30:51 +00:00
Wayne Davison
34db05b421
Put the UID and GID that rsyncd will run as into variables.
2003-01-21 19:28:29 +00:00
Wayne Davison
1657be22a3
Separated a cat "..." command out from inside a double-quoted string
...
so that we don't run afoul of some shells quoting quirks. (As Brian
Poole suggested.)
2003-01-21 19:27:11 +00:00
David Dykstra
3636b9ffaa
Change the name on the --modify-window default for Cygwin to Lapo Luchini.
2003-01-21 14:22:49 +00:00
David Dykstra
e3cd264571
Change version to working version 2.5.6pre3cvs
2003-01-21 04:23:43 +00:00
David Dykstra
69555b0943
Change version to 2.5.6pre2
2003-01-21 04:00:56 +00:00
Wayne Davison
522c05cf9a
Declare preserve_perms for latest syscall.o.
2003-01-21 01:35:23 +00:00
David Dykstra
f0b4fdaf5e
Ignore errors from chmod when --preserve-perms/-p/-a are not set.
...
Gnu cp behaves the same way.
2003-01-21 00:58:50 +00:00
Wayne Davison
ac6ce98375
Added a couple missing NEWS items.
2003-01-20 23:49:22 +00:00
David Dykstra
1b3cadaa39
Re-activate the piece of code that creates intervening directories
...
when --relative-paths is used. The code was accidentally skipped starting
in CVS version 1.32 of receiver.c. Noticed by Craig Barratt.
2003-01-20 23:32:17 +00:00
David Dykstra
61ca7d596c
Update description of hosts allow for IPv6. From Bert Vermeulen.
2003-01-20 23:10:22 +00:00
David Dykstra
688d573295
Make the default for --modify-window be 2 on cygwin.
2003-01-20 23:09:24 +00:00
Wayne Davison
ec6e0bf0c0
Backed out Paul Green's IRIX patch since it didn't seem to be a part of
...
the Makefile fix and I like the old EXE syntax better.
2003-01-20 18:26:14 +00:00
David Dykstra
184dede92f
Save the value of the test for getaddrinfo defines in the config cache.
2003-01-20 17:25:26 +00:00