rsync.git
22 years agoOops -- have to call setgroups() before giving up root.
Martin Pool [Sat, 9 Feb 2002 03:30:22 +0000 (03:30 +0000)]
Oops -- have to call setgroups() before giving up root.

Doc some of the peculiarities about starting rsyncd as root vs
non-root.

22 years agoMake sure we call setgroups() after setuid(). (Ethan Benson)
Martin Pool [Sat, 9 Feb 2002 02:18:42 +0000 (02:18 +0000)]
Make sure we call setgroups() after setuid().  (Ethan Benson)

22 years agoRemove the "rsync:" prefixes on FINFO messages. Return the "building file
David Dykstra [Thu, 7 Feb 2002 16:36:12 +0000 (16:36 +0000)]
Remove the "rsync:" prefixes on FINFO messages.  Return the "building file
list ... done" to the way it was in 2.5.1 and before when not using -P.
Apply the file list progress messages when receiving files in addition to
sending files.

22 years agoMake batch mode actually work and add man page documentation. From Jos Backus.
David Dykstra [Wed, 6 Feb 2002 21:20:48 +0000 (21:20 +0000)]
Make batch mode actually work and add man page documentation.  From Jos Backus.

22 years agoMerge modified --with-rsh patch: we now determine the default
Martin Pool [Wed, 6 Feb 2002 04:37:09 +0000 (04:37 +0000)]
Merge modified --with-rsh patch: we now determine the default
remote-execution command as follows:

 1) if --with-rsh is specified, use that.

 2) otherwise if remsh is in the path, use that.

 3) otherwise use rsh

If remsh is present, we always modify the order of parameters to suit
it.  This is a bit strange.

22 years agoDoc: Rusty's /*/* exclude hack produces spurious output with -vv.
Martin Pool [Wed, 6 Feb 2002 04:34:40 +0000 (04:34 +0000)]
Doc: Rusty's /*/* exclude hack produces spurious output with -vv.

22 years agoAdd --no-whole-file and --no-blocking-io options
David Dykstra [Tue, 5 Feb 2002 23:05:31 +0000 (23:05 +0000)]
Add --no-whole-file and --no-blocking-io options

22 years agoOnly print the command used to open connections with -vv, not just -v.
Martin Pool [Tue, 5 Feb 2002 00:37:53 +0000 (00:37 +0000)]
Only print the command used to open connections with -vv, not just -v.

22 years agoRoll over NEWS
Martin Pool [Tue, 5 Feb 2002 00:35:31 +0000 (00:35 +0000)]
Roll over NEWS

22 years agoOnly print the command used to open connections with -vv, not just -v.
Martin Pool [Tue, 5 Feb 2002 00:34:03 +0000 (00:34 +0000)]
Only print the command used to open connections with -vv, not just -v.

<Pine.LNX.4.33L2.0201301015260.11155-100000@phong.blorf.net>

22 years agoPatch from wayned so that add_exclude_list produces clearer debugging
Martin Pool [Tue, 5 Feb 2002 00:25:52 +0000 (00:25 +0000)]
Patch from wayned so that add_exclude_list produces clearer debugging
output with -vvv.

22 years agothe signed/unsigned change seems to have caused a logic bug on some
Andrew Tridgell [Sun, 3 Feb 2002 01:38:39 +0000 (01:38 +0000)]
the signed/unsigned change seems to have caused a logic bug on some
systems (only those without large file support perhaps?)

this fixes it

22 years agoBetter explanation of --force. It is applicable whenever --delete is
David Dykstra [Tue, 29 Jan 2002 21:52:57 +0000 (21:52 +0000)]
Better explanation of --force.  It is applicable whenever --delete is
not in effect.

22 years agoA more accurate description of --force as I know it.
David Dykstra [Mon, 28 Jan 2002 21:09:03 +0000 (21:09 +0000)]
A more accurate description of --force as I know it.

22 years agoClarify the --force entry in the rsync man page.
David Dykstra [Mon, 28 Jan 2002 17:06:04 +0000 (17:06 +0000)]
Clarify the --force entry in the rsync man page.

22 years agoOops, version should be just 2.5.2. v2.5.2
Martin Pool [Fri, 25 Jan 2002 23:19:21 +0000 (23:19 +0000)]
Oops, version should be just 2.5.2.

22 years agoBump version to 2.5.3.
Martin Pool [Fri, 25 Jan 2002 23:16:18 +0000 (23:16 +0000)]
Bump version to 2.5.3.

22 years agoMore signedness fixes; should be harmless.
Martin Pool [Fri, 25 Jan 2002 23:07:33 +0000 (23:07 +0000)]
More signedness fixes; should be harmless.

22 years agoio_end_buffering doesn't need (or use) it's fd parameter: there's only
Martin Pool [Fri, 25 Jan 2002 23:01:50 +0000 (23:01 +0000)]
io_end_buffering doesn't need (or use) it's fd parameter: there's only
one multiplexed stream.

22 years agoDEV64_t and INO64_T should probably be unsigned
Martin Pool [Fri, 25 Jan 2002 23:00:21 +0000 (23:00 +0000)]
DEV64_t and INO64_T should probably be unsigned

22 years agocheck_name doesn't need a socklen_t, because it knows what is inside
Martin Pool [Fri, 25 Jan 2002 22:59:37 +0000 (22:59 +0000)]
check_name doesn't need a socklen_t, because it knows what is inside
each sockaddr type.

22 years agoAdd test case for device nodes. This test will be skipped unless you
Martin Pool [Fri, 25 Jan 2002 10:56:43 +0000 (10:56 +0000)]
Add test case for device nodes.  This test will be skipped unless you
run "make check" as root.

22 years agoWhen comparing directories, use `find .` to call diff, rather than
Martin Pool [Fri, 25 Jan 2002 10:55:59 +0000 (10:55 +0000)]
When comparing directories, use `find .` to call diff, rather than
diff -r.  Two reasons: diff -r might not work everywhere, and it also
might complain about nonregular files.

22 years agoAdd test_skipped function.
Martin Pool [Fri, 25 Jan 2002 10:47:47 +0000 (10:47 +0000)]
Add test_skipped function.

22 years agoNew --ignore-existing option, patch previously distributed with
Martin Pool [Fri, 25 Jan 2002 10:42:23 +0000 (10:42 +0000)]
New --ignore-existing option, patch previously distributed with
Vipul's Razor.  (Debian #124286)

22 years agoFix for device nodes. (dann frazier) (Debian #129135)
Martin Pool [Fri, 25 Jan 2002 10:39:08 +0000 (10:39 +0000)]
Fix for device nodes.  (dann frazier)   (Debian #129135)

22 years agoFix for device nodes. (dann frazier) (Debian #129135)
Martin Pool [Fri, 25 Jan 2002 10:28:13 +0000 (10:28 +0000)]
Fix for device nodes.  (dann frazier)   (Debian #129135)

22 years agoAnother DEV64_T change.
Martin Pool [Fri, 25 Jan 2002 10:16:11 +0000 (10:16 +0000)]
Another DEV64_T change.

22 years agoWith -vv, when the file list grows, show a message.
Martin Pool [Fri, 25 Jan 2002 10:12:36 +0000 (10:12 +0000)]
With -vv, when the file list grows, show a message.

22 years agoWith -vv, when the file list grows, show a message.
Martin Pool [Fri, 25 Jan 2002 10:12:02 +0000 (10:12 +0000)]
With -vv, when the file list grows, show a message.

22 years agoUndo overzealous deletion.
Martin Pool [Fri, 25 Jan 2002 10:09:00 +0000 (10:09 +0000)]
Undo overzealous deletion.

22 years agoAdd dummy show_flist_stats().
Martin Pool [Fri, 25 Jan 2002 10:06:36 +0000 (10:06 +0000)]
Add dummy show_flist_stats().

22 years agoFactor out code to grow the file list into a common location.
Martin Pool [Fri, 25 Jan 2002 10:05:49 +0000 (10:05 +0000)]
Factor out code to grow the file list into a common location.

22 years agoindent -kr -i8
Martin Pool [Fri, 25 Jan 2002 09:59:00 +0000 (09:59 +0000)]
indent -kr -i8

22 years agoAdd link to the message that introduced string_area.
Martin Pool [Fri, 25 Jan 2002 09:54:21 +0000 (09:54 +0000)]
Add link to the message that introduced string_area.

22 years agomallinfo is implemented.
Martin Pool [Fri, 25 Jan 2002 09:45:45 +0000 (09:45 +0000)]
mallinfo is implemented.

22 years agoNotes about flist.
Martin Pool [Fri, 25 Jan 2002 09:44:17 +0000 (09:44 +0000)]
Notes about flist.

22 years agoIgnore autoconf fluff.
Martin Pool [Fri, 25 Jan 2002 02:53:48 +0000 (02:53 +0000)]
Ignore autoconf fluff.

22 years agoAdd code to compare sin6_addrs. v2.5.2pre3
Martin Pool [Fri, 25 Jan 2002 02:45:09 +0000 (02:45 +0000)]
Add code to compare sin6_addrs.

22 years agoBack out last change -- to see whether an address is spoofed, we don't
Martin Pool [Fri, 25 Jan 2002 02:43:35 +0000 (02:43 +0000)]
Back out last change -- to see whether an address is spoofed, we don't
want to look at the whole sockaddr, but rather just at the sin_addr
that it contains.

Also fix silly bug where ai_flags was set incorrectly for getaddrinfo.

22 years agocompare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.
Martin Pool [Fri, 25 Jan 2002 02:37:20 +0000 (02:37 +0000)]
compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.

22 years agoSplit out code to compare addrinfo and sockaddr into it's own
Martin Pool [Fri, 25 Jan 2002 02:29:53 +0000 (02:29 +0000)]
Split out code to compare addrinfo and sockaddr into it's own
function.  The comparison cannot be done just byte-by-byte, because
different parts of the sockaddr will be meaningful depending on the
protocol.  It looks like on some systems the library sets the unused
parts to 0, but this is not reliable.  IPv6 not implemented yet.

22 years agoDoc.
Martin Pool [Fri, 25 Jan 2002 02:15:58 +0000 (02:15 +0000)]
Doc.

22 years agoThe name resolution stuff is getting complicated -- split it out into
Martin Pool [Fri, 25 Jan 2002 02:13:04 +0000 (02:13 +0000)]
The name resolution stuff is getting complicated -- split it out into
its own file.

22 years agoVerbose messages for spoof check... doesn't work on old linux libc?
Martin Pool [Thu, 24 Jan 2002 09:42:52 +0000 (09:42 +0000)]
Verbose messages for spoof check... doesn't work on old linux libc?

22 years agoWhen doing a name->addr translation to check for spoofing, give the
Martin Pool [Thu, 24 Jan 2002 08:52:28 +0000 (08:52 +0000)]
When doing a name->addr translation to check for spoofing, give the
resolver the address family of the original address as a hint, so that
we're more likely to find the correct A or AAAA record.,

22 years agoMessage on successful configuration.
Martin Pool [Thu, 24 Jan 2002 08:50:35 +0000 (08:50 +0000)]
Message on successful configuration.

22 years agoFix comment.
Martin Pool [Thu, 24 Jan 2002 08:42:21 +0000 (08:42 +0000)]
Fix comment.

Bump version to 2.5.2pre3

22 years agoName resolution on machines supporting IPv6 is improved. v2.5.2pre2
Martin Pool [Thu, 24 Jan 2002 08:20:51 +0000 (08:20 +0000)]
Name resolution on machines supporting IPv6 is improved.

22 years agoignore gmon.out
Martin Pool [Thu, 24 Jan 2002 08:19:28 +0000 (08:19 +0000)]
ignore gmon.out

22 years agoFix getpeername call.
Martin Pool [Thu, 24 Jan 2002 08:16:27 +0000 (08:16 +0000)]
Fix getpeername call.

22 years agosize_t fix.
Martin Pool [Thu, 24 Jan 2002 08:09:46 +0000 (08:09 +0000)]
size_t fix.

22 years agowrite_batch_csums_file: Opaque IO buffers should be void*.
Martin Pool [Thu, 24 Jan 2002 08:08:56 +0000 (08:08 +0000)]
write_batch_csums_file: Opaque IO buffers should be void*.

22 years agoFix cast that was breaking HP/UX.
Martin Pool [Thu, 24 Jan 2002 08:07:35 +0000 (08:07 +0000)]
Fix cast that was breaking HP/UX.

22 years agoMove both calls to getpeername into a common wrapper function that
Martin Pool [Thu, 24 Jan 2002 08:05:22 +0000 (08:05 +0000)]
Move both calls to getpeername into a common wrapper function that
handles IPV4_MAPPED addresses.

22 years agoMust get declarations from addrinfo.h before prototypes.
Martin Pool [Thu, 24 Jan 2002 07:22:38 +0000 (07:22 +0000)]
Must get declarations from addrinfo.h before prototypes.

22 years agoAnother size_t warning
Martin Pool [Thu, 24 Jan 2002 05:57:49 +0000 (05:57 +0000)]
Another size_t warning

22 years agocheck_name: Print out name *before* clobbering it.
Martin Pool [Thu, 24 Jan 2002 05:57:22 +0000 (05:57 +0000)]
check_name: Print out name *before* clobbering it.

22 years agoTry to fix error on Solaris:
Martin Pool [Thu, 24 Jan 2002 05:54:47 +0000 (05:54 +0000)]
Try to fix error on Solaris:

+ [ -f /export/home/build/build_farm/rsync/testtmp.symlink-ignore/to/referent ]
+ [ -d /export/home/build/build_farm/rsync/testtmp.symlink-ignore/to/from ]
+ [ -L /export/home/build/build_farm/rsync/testtmp.symlink-ignore/to/dangling ]
./testsuite/symlink-ignore.test: test: argument expected

Solaris says it supports -L, so I'm not sure what's happening...

22 years agoIf name lookup fails, then show the relevant IP address in the error message.
Martin Pool [Thu, 24 Jan 2002 05:41:46 +0000 (05:41 +0000)]
If name lookup fails, then show the relevant IP address in the error message.

22 years agoAt the connections that just get a list of modules are not logged,
Martin Pool [Thu, 24 Jan 2002 04:49:07 +0000 (04:49 +0000)]
At the connections that just get a list of modules are not logged,
but they should be.

22 years agorsync_module: If host-based access fails, show the exact name/address
Martin Pool [Thu, 24 Jan 2002 04:41:09 +0000 (04:41 +0000)]
rsync_module: If host-based access fails, show the exact name/address
used for the check in the error message.  (Just in case...)

22 years agoShow command used to start connection child.
Martin Pool [Thu, 24 Jan 2002 04:36:00 +0000 (04:36 +0000)]
Show command used to start connection child.

22 years agoindent -kr -i8
Martin Pool [Thu, 24 Jan 2002 04:26:55 +0000 (04:26 +0000)]
indent -kr -i8

22 years agoDoc.
Martin Pool [Thu, 24 Jan 2002 04:24:12 +0000 (04:24 +0000)]
Doc.

Oops, connection program message was in the wrong place.

22 years agoShow helper program with -v when opening connection.
Martin Pool [Thu, 24 Jan 2002 04:21:42 +0000 (04:21 +0000)]
Show helper program with -v when opening connection.

Doc.

22 years agoDoc.
Martin Pool [Thu, 24 Jan 2002 04:19:41 +0000 (04:19 +0000)]
Doc.

22 years agoFix const
Martin Pool [Thu, 24 Jan 2002 04:07:07 +0000 (04:07 +0000)]
Fix const

22 years agoUnbreak the old behavior of using UNKNOWN as a hostname if any of the
Martin Pool [Thu, 24 Jan 2002 04:03:06 +0000 (04:03 +0000)]
Unbreak the old behavior of using UNKNOWN as a hostname if any of the
addr->name->addr translations fail, because people might count on this
in "hosts deny" lines.

22 years agoFix inverted sense of error check.
Martin Pool [Thu, 24 Jan 2002 03:31:28 +0000 (03:31 +0000)]
Fix inverted sense of error check.

22 years agoRefactor client_name() into smaller functions.
Martin Pool [Thu, 24 Jan 2002 03:28:20 +0000 (03:28 +0000)]
Refactor client_name() into smaller functions.

Better messages for DNS failure.

If we can get a reverse name for an IP address, but not confirm that
it is correct using a forward lookup then we still proceed to use the
name, but also emit a warning.

22 years agoDoc.
Martin Pool [Thu, 24 Jan 2002 03:03:20 +0000 (03:03 +0000)]
Doc.

22 years agoBump version to 2.5.2pre2.
Martin Pool [Thu, 24 Jan 2002 03:01:42 +0000 (03:01 +0000)]
Bump version to 2.5.2pre2.

22 years agolog_formatted: Fill the log buffer with nuls to make sure we cannot
Martin Pool [Thu, 24 Jan 2002 02:41:38 +0000 (02:41 +0000)]
log_formatted: Fill the log buffer with nuls to make sure we cannot
accidentally leave the string unterminated.

22 years agoAnother harmless size_t warning.
Martin Pool [Thu, 24 Jan 2002 02:33:45 +0000 (02:33 +0000)]
Another harmless size_t warning.

22 years agoDoc. v2.5.2pre1
Martin Pool [Wed, 23 Jan 2002 08:08:48 +0000 (08:08 +0000)]
Doc.

22 years agoMore size_t fixes.
Martin Pool [Wed, 23 Jan 2002 08:04:54 +0000 (08:04 +0000)]
More size_t fixes.

22 years agoJust for variety we have some socklen_t fixes too.
Martin Pool [Wed, 23 Jan 2002 07:57:43 +0000 (07:57 +0000)]
Just for variety we have some socklen_t fixes too.

22 years agoRefactor code in send_sums to remove repeated ternaries.
Martin Pool [Wed, 23 Jan 2002 07:54:13 +0000 (07:54 +0000)]
Refactor code in send_sums to remove repeated ternaries.

22 years agoindent -kr -i8
Martin Pool [Wed, 23 Jan 2002 07:52:52 +0000 (07:52 +0000)]
indent -kr -i8

22 years agoFix more ints that ought to be size_t's.
Martin Pool [Wed, 23 Jan 2002 07:48:35 +0000 (07:48 +0000)]
Fix more ints that ought to be size_t's.

22 years agoDoc.
Martin Pool [Wed, 23 Jan 2002 07:42:30 +0000 (07:42 +0000)]
Doc.

do_hard_links() actually only looks at the global hardlink table, so
it can be a (void) fn.  (Another gcc warning...)

22 years agoFix another int that ought to be a size_t.
Martin Pool [Wed, 23 Jan 2002 07:36:23 +0000 (07:36 +0000)]
Fix another int that ought to be a size_t.

22 years agoindent -kr -i8
Martin Pool [Wed, 23 Jan 2002 07:34:26 +0000 (07:34 +0000)]
indent -kr -i8

22 years agoAnother signedness fix to quieten Sun cc warning.
Martin Pool [Wed, 23 Jan 2002 07:32:29 +0000 (07:32 +0000)]
Another signedness fix to quieten Sun cc warning.

22 years agoSkip this for now; it's a known bug
Martin Pool [Wed, 23 Jan 2002 07:28:38 +0000 (07:28 +0000)]
Skip this for now; it's a known bug

22 years agoBump version to 2.5.2pre1.
Martin Pool [Wed, 23 Jan 2002 07:22:03 +0000 (07:22 +0000)]
Bump version to 2.5.2pre1.

22 years agoNote batch-mode changes.
Martin Pool [Wed, 23 Jan 2002 07:18:58 +0000 (07:18 +0000)]
Note batch-mode changes.

22 years agoNote about proxy authentication and SOCKS.
Martin Pool [Wed, 23 Jan 2002 07:12:57 +0000 (07:12 +0000)]
Note about proxy authentication and SOCKS.

22 years agoIndent.
Martin Pool [Wed, 23 Jan 2002 06:48:13 +0000 (06:48 +0000)]
Indent.

22 years agoUpdate thankyou list.
Martin Pool [Wed, 23 Jan 2002 05:59:10 +0000 (05:59 +0000)]
Update thankyou list.

Clarify email addresses.

22 years agoNote that batch mode is currently experimental.
Martin Pool [Wed, 23 Jan 2002 05:53:58 +0000 (05:53 +0000)]
Note that batch mode is currently experimental.

22 years agoPatch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batch
Martin Pool [Wed, 23 Jan 2002 05:51:06 +0000 (05:51 +0000)]
Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batch
mode.

Also, drop -f and -F for batch mode: these should be reserved for
options that are more commonly used.

It also appends a newline to the argvs file and skips adding the
source directory to the command line.

22 years agoSignedness security patch from Sebastian Krahmer <krahmer@suse.de> --
Martin Pool [Wed, 23 Jan 2002 04:57:18 +0000 (04:57 +0000)]
Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --
in some cases we were not sufficiently careful about reading integers
from the network.

Also, make sure log messages are always nul-terminated.

22 years agoIf using gcc, then also turn on -W to get even more warnings.
Martin Pool [Wed, 23 Jan 2002 03:52:06 +0000 (03:52 +0000)]
If using gcc, then also turn on -W to get even more warnings.

Remove obsolete message.

22 years agoDon't need to reread configuration on SIGHUP because we always do that
Martin Pool [Mon, 21 Jan 2002 01:57:13 +0000 (01:57 +0000)]
Don't need to reread configuration on SIGHUP because we always do that
on new connections.

22 years agoAack! Since released version 2.5.0, the --whole-file option was accidentally
David Dykstra [Tue, 15 Jan 2002 21:25:55 +0000 (21:25 +0000)]
Aack!  Since released version 2.5.0, the --whole-file option was accidentally
changed to --whole.  Change it back.  Anybody who wants to use this option
with any version of rsync will have to switch to using -W.

22 years agoChange gratuituous strlcat's into strlcpy, since we already know the
Martin Pool [Tue, 15 Jan 2002 11:50:32 +0000 (11:50 +0000)]
Change gratuituous strlcat's into strlcpy, since we already know the
length of the existing string.

22 years agoClearer doc.
Martin Pool [Tue, 15 Jan 2002 11:32:30 +0000 (11:32 +0000)]
Clearer doc.

22 years agoAdd --enable-profile to turn on gprof. This is not perfect, because
Martin Pool [Tue, 15 Jan 2002 11:20:26 +0000 (11:20 +0000)]
Add --enable-profile to turn on gprof.  This is not perfect, because
it seems to only write to ./gmon.out, and that causes trouble when
there are several rsync processes in the same directory.  But you can
make it work.