Wayne Davison
d9c7edf63f
- Fixed lots of line-indentation problems, including a really huge section
...
of non-batch-mode code that was indented at the same level as its
surrounding "if" statement.
- Moved the heavily-used am_* flags into global extern vars instead of
externing them again and again in individual functions.
- Got rid of line-ending whitespace.
2003-03-21 18:33:48 +00:00
J.W. Schultz
a151343943
Cleanup: Added header files to dependancies.
2003-03-21 07:42:19 +00:00
J.W. Schultz
85ed0aa396
Typo corrections.
...
Thanks to Paul Slootman <paul@debian.org >
2003-03-21 07:27:31 +00:00
J.W. Schultz
3019f95f37
Removing --csum-length option documentation since there is
...
no such option.
2003-03-21 04:39:11 +00:00
Paul Green
5702bc12b3
Apply patch from Steve Bonds to repair this test.
2003-02-19 16:22:50 +00:00
Paul Green
b0d791bb35
Patch from Roderick Schertler (roderick at argon.org) to ignore
...
non-POSIX directory mode bits that are used by AIX.
2003-02-18 18:07:36 +00:00
Paul Green
3903928ca0
Remove RedHat-specific .spec files in favor of the .spec files
...
maintained under packaging/lsb.
2003-02-18 16:50:25 +00:00
Wayne Davison
827c37f631
The sender no longer removes the duplicate names from the file list -- we
...
let the receiver do that, since they are the one that requests names and
we want to be sure the sender has any name the receiver may ask for.
2003-02-12 09:15:23 +00:00
David Dykstra
b45b059a3d
Back out one of the changes in log.c revision 1.62, and always send errors
...
to the client after multiplexing is enabled.
2003-02-11 19:13:51 +00:00
Paul Green
f39281ae56
Patch from jw schultz to reword "link" to "connection" in a couple of
...
spots.
2003-02-10 14:51:09 +00:00
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