rsync.git
3 years agoPreparing for release of 3.2.2 v3.2.2
Wayne Davison [Sun, 5 Jul 2020 06:12:59 +0000 (23:12 -0700)]
Preparing for release of 3.2.2

3 years agoHandle tweaked NEWS headings & protocol change.
Wayne Davison [Sun, 5 Jul 2020 05:41:16 +0000 (22:41 -0700)]
Handle tweaked NEWS headings & protocol change.

3 years agoGet rid of some superfluous lz4 code.
Wayne Davison [Sat, 4 Jul 2020 22:58:56 +0000 (15:58 -0700)]
Get rid of some superfluous lz4 code.

3 years agoTweak indentation.
Wayne Davison [Sat, 4 Jul 2020 22:27:47 +0000 (15:27 -0700)]
Tweak indentation.

3 years agoInitialize values string in a more consistent spot.
Wayne Davison [Sat, 4 Jul 2020 21:16:01 +0000 (14:16 -0700)]
Initialize values string in a more consistent spot.

3 years agoUse module_id more consistently after it is set.
Wayne Davison [Sat, 4 Jul 2020 17:26:56 +0000 (10:26 -0700)]
Use module_id more consistently after it is set.

3 years agoDon't turn off the user's open-noatime unless the module is forcing the value.
Wayne Davison [Sat, 4 Jul 2020 17:23:17 +0000 (10:23 -0700)]
Don't turn off the user's open-noatime unless the module is forcing the value.

3 years agoAdd "open noatime" module option to rsyncd.conf
Paul Slootman [Sat, 4 Jul 2020 14:28:50 +0000 (16:28 +0200)]
Add "open noatime" module option to rsyncd.conf

3 years agoFix issue in --compress-level doc.
Wayne Davison [Fri, 3 Jul 2020 18:58:36 +0000 (11:58 -0700)]
Fix issue in --compress-level doc.

3 years agoSome NEWS and man page tweaks.
Wayne Davison [Fri, 3 Jul 2020 05:33:40 +0000 (22:33 -0700)]
Some NEWS and man page tweaks.

3 years agoTweak a var name.
Wayne Davison [Thu, 2 Jul 2020 16:22:43 +0000 (09:22 -0700)]
Tweak a var name.

3 years agoAnother table tweak.
Wayne Davison [Wed, 1 Jul 2020 21:20:14 +0000 (14:20 -0700)]
Another table tweak.

3 years agoChange how protocol changes are mentioned; fix table in html.
Wayne Davison [Wed, 1 Jul 2020 20:56:12 +0000 (13:56 -0700)]
Change how protocol changes are mentioned; fix table in html.

3 years agoA few more systemd tweaks.
Wayne Davison [Wed, 1 Jul 2020 18:36:00 +0000 (11:36 -0700)]
A few more systemd tweaks.

3 years agoDon't set systemd ProtectHome=on by default.
Wayne Davison [Wed, 1 Jul 2020 17:40:02 +0000 (10:40 -0700)]
Don't set systemd ProtectHome=on by default.

3 years agoMove name exceptions into the txt file.
Wayne Davison [Wed, 1 Jul 2020 16:05:21 +0000 (09:05 -0700)]
Move name exceptions into the txt file.

3 years agoAdd support for the remaining parser types.
Wayne Davison [Wed, 1 Jul 2020 15:07:07 +0000 (08:07 -0700)]
Add support for the remaining parser types.

3 years agoPreparing for release of 3.2.2pre3 v3.2.2pre3
Wayne Davison [Wed, 1 Jul 2020 06:17:50 +0000 (23:17 -0700)]
Preparing for release of 3.2.2pre3

3 years agoPut the optimizations into their own list.
Wayne Davison [Wed, 1 Jul 2020 02:11:28 +0000 (19:11 -0700)]
Put the optimizations into their own list.

3 years agoSimplify the daemon parameter definitions
Wayne Davison [Wed, 1 Jul 2020 01:16:55 +0000 (18:16 -0700)]
Simplify the daemon parameter definitions

The code now derives all the struct defines, default value assignments,
parser-param defines, and lp_foo() accessor functions from a single list
of daemon parameters.

3 years agoAvoid crash of transfer logging w/default log format.
Wayne Davison [Tue, 30 Jun 2020 19:02:48 +0000 (12:02 -0700)]
Avoid crash of transfer logging w/default log format.

3 years agoAvoid strdup redefinition warning.
Wayne Davison [Tue, 30 Jun 2020 15:27:20 +0000 (08:27 -0700)]
Avoid strdup redefinition warning.

3 years agoAvoid bloating the src-dir scan.
Wayne Davison [Tue, 30 Jun 2020 04:45:56 +0000 (21:45 -0700)]
Avoid bloating the src-dir scan.

3 years agoMove the new target after "all".
Wayne Davison [Tue, 30 Jun 2020 03:04:54 +0000 (20:04 -0700)]
Move the new target after "all".

3 years agoMore patch-update improvements; configure.ac tweak; Makefile tweaks.
Wayne Davison [Tue, 30 Jun 2020 02:46:45 +0000 (19:46 -0700)]
More patch-update improvements; configure.ac tweak; Makefile tweaks.

3 years agoPreparing for release of 3.2.2pre2 v3.2.2pre2
Wayne Davison [Mon, 29 Jun 2020 02:54:38 +0000 (19:54 -0700)]
Preparing for release of 3.2.2pre2

3 years agoImprove the per-branch build dir support
Wayne Davison [Sun, 28 Jun 2020 22:21:43 +0000 (15:21 -0700)]
Improve the per-branch build dir support

The release script & the patch management script now require the use of
an auto-build-save dir that makes it much easier to keep the generated
files from melding together, and remembers the configure setup for each
patch branch.

3 years agoImprove alternate build-dir support
Wayne Davison [Sun, 28 Jun 2020 20:22:15 +0000 (13:22 -0700)]
Improve alternate build-dir support

We now put the configure.sh, config.h.in, and aclocal.m4 files in the
alternate build dir along with the other generated files.  This requires
that we create symlinks for configure.ac & m4 in the build dir, which is
handled on the first run of configure or prepare-source.  I also changed
the patch-branch handling away from the .gen-stash dir to an automatic
build/$PATCH subdir idiom that will keep each branch's configuration
separated.  These automatic build dirs are only used when there is a
.git dir, a build/master dir, and no top-dir Makefile.  You'll also
want to have package/make early on your path for optimal ease of use.

3 years agoMove the version string out of configure.ac.
Wayne Davison [Sun, 28 Jun 2020 20:46:48 +0000 (13:46 -0700)]
Move the version string out of configure.ac.

3 years agoFix rebuilding configure.sh in an alternate build dir
Wayne Davison [Sun, 28 Jun 2020 18:18:55 +0000 (11:18 -0700)]
Fix rebuilding configure.sh in an alternate build dir

3 years agoA bit more man page & NEWS tweaking.
Wayne Davison [Sun, 28 Jun 2020 16:14:57 +0000 (09:14 -0700)]
A bit more man page & NEWS tweaking.

3 years agoLack of "saw" values now reported as "INVALID"; tweak a comment.
Wayne Davison [Sun, 28 Jun 2020 06:13:25 +0000 (23:13 -0700)]
Lack of "saw" values now reported as "INVALID"; tweak a comment.

3 years agoPreparing for release of 3.2.2pre1 v3.2.2pre1
Wayne Davison [Sun, 28 Jun 2020 04:22:49 +0000 (21:22 -0700)]
Preparing for release of 3.2.2pre1

3 years agoSome misc cleanup
Wayne Davison [Sun, 28 Jun 2020 04:19:52 +0000 (21:19 -0700)]
Some misc cleanup

Remove some extraneous vars, update some years, add an  rrsync opt, &
ensure some less options are set right when running release-rsync.

3 years agoImprove the NSTR differentiation idiom.
Wayne Davison [Sun, 28 Jun 2020 02:25:03 +0000 (19:25 -0700)]
Improve the NSTR differentiation idiom.

3 years agoSome more doc & NEWS improvements.
Wayne Davison [Sun, 28 Jun 2020 01:51:09 +0000 (18:51 -0700)]
Some more doc & NEWS improvements.

3 years agoChange the CI name
Wayne Davison [Sun, 28 Jun 2020 01:40:21 +0000 (18:40 -0700)]
Change the CI name

3 years agoSome patch-update & vim ft improvements
Wayne Davison [Sat, 27 Jun 2020 19:06:13 +0000 (12:06 -0700)]
Some patch-update & vim ft improvements

- Stash off some gen files when switching patch branches.
- Set the filetype in "env -S" files that vim can't handle.

3 years agoImprove the output when a negotiation fails.
Wayne Davison [Sat, 27 Jun 2020 17:39:16 +0000 (10:39 -0700)]
Improve the output when a negotiation fails.

3 years agoMore NEWS and man page changes.
Wayne Davison [Sat, 27 Jun 2020 17:39:12 +0000 (10:39 -0700)]
More NEWS and man page changes.

3 years agoNegotation env lists can specify "client & server"
Wayne Davison [Fri, 26 Jun 2020 23:51:30 +0000 (16:51 -0700)]
Negotation env lists can specify "client & server"

3 years agoA few more simple changes & fixes.
Wayne Davison [Fri, 26 Jun 2020 20:10:10 +0000 (13:10 -0700)]
A few more simple changes & fixes.

3 years agoSome man page changes.
Wayne Davison [Fri, 26 Jun 2020 18:27:27 +0000 (11:27 -0700)]
Some man page changes.

3 years agoA few more tweaks.
Wayne Davison [Fri, 26 Jun 2020 04:32:00 +0000 (21:32 -0700)]
A few more tweaks.

3 years agoSome memory allocation improvements
Wayne Davison [Fri, 26 Jun 2020 02:59:19 +0000 (19:59 -0700)]
Some memory allocation improvements

 - All the memory-allocation macros now auto-check for failure and exit
   with a failure message that incudes the caller's file and lineno
   info.  This includes strdup().

 - Added the `--max-alloc=SIZE` option to be able to override the memory
   allocator's sanity-check limit.  It defaults to 1G (as before).
   Fixes bugzilla bug 12769.

3 years agoAdd missing semicolon in man page
Christian Hesse [Wed, 24 Jun 2020 12:06:56 +0000 (14:06 +0200)]
Add missing semicolon in man page

All nginx configuration directives end in semicolon.

3 years agoTweak alloc args to size_t w/proper realloc order.
Wayne Davison [Thu, 25 Jun 2020 00:35:02 +0000 (17:35 -0700)]
Tweak alloc args to size_t w/proper realloc order.

3 years agoUse normal C comment style.
Wayne Davison [Wed, 24 Jun 2020 04:45:32 +0000 (21:45 -0700)]
Use normal C comment style.

3 years agoPrepare for future release of XXH3 & XXH128.
Wayne Davison [Wed, 24 Jun 2020 03:48:01 +0000 (20:48 -0700)]
Prepare for future release of XXH3 & XXH128.

3 years agoAnother NEWS update.
Wayne Davison [Wed, 24 Jun 2020 02:32:44 +0000 (19:32 -0700)]
Another NEWS update.

3 years agoAvoid negotiating a "none" choice by default
Wayne Davison [Wed, 24 Jun 2020 02:14:11 +0000 (19:14 -0700)]
Avoid negotiating a "none" choice by default

The client does not pass "none" as a negotiation choice unless it's from
the user's environment list.  The server still passes the "none" value
to the client unless its environment var excludes it.

3 years agoSetup for 3.2.2dev.
Wayne Davison [Wed, 24 Jun 2020 01:56:44 +0000 (18:56 -0700)]
Setup for 3.2.2dev.

3 years agoThe server side can enforce its negotiation limits
Wayne Davison [Wed, 24 Jun 2020 01:45:50 +0000 (18:45 -0700)]
The server side can enforce its negotiation limits

3 years agoImprove how the env restricts negotiated strings
Wayne Davison [Wed, 24 Jun 2020 00:19:58 +0000 (17:19 -0700)]
Improve how the env restricts negotiated strings

- The env on the server side now affects the negotiated strings
  that are sent to the client.
- A too-old remote rsync gets a default negotiated string value
  so that an env restriction now handles old clients the same way
  as new ones.

3 years agoAvoid -U if --atimes is disabled.
Wayne Davison [Tue, 23 Jun 2020 22:53:47 +0000 (15:53 -0700)]
Avoid -U if --atimes is disabled.

3 years agoApple needs a leading underscore.
Wayne Davison [Tue, 23 Jun 2020 22:47:27 +0000 (15:47 -0700)]
Apple needs a leading underscore.

3 years agoMakefile.in: Use srcdir for installing rsync-ssl
Hiroshi Takekawa [Tue, 23 Jun 2020 10:17:53 +0000 (19:17 +0900)]
Makefile.in: Use srcdir for installing rsync-ssl

When building out of source tree, we can't find rsync-ssl in the current
directory and installation fails.  Fix it by using the srcdir variable for the
path to rsync-ssl.

Signed-off-by: Hiroshi Takekawa <sian.ht@gmail.com>
3 years agoImprove the info about compression.
Wayne Davison [Tue, 23 Jun 2020 03:37:52 +0000 (20:37 -0700)]
Improve the info about compression.

3 years agoPreparing for release of 3.2.1 v3.2.1
Wayne Davison [Tue, 23 Jun 2020 02:31:16 +0000 (19:31 -0700)]
Preparing for release of 3.2.1

3 years agoFix a typo.
Wayne Davison [Tue, 23 Jun 2020 02:30:07 +0000 (19:30 -0700)]
Fix a typo.

3 years agoA few more man page tweaks.
Wayne Davison [Tue, 23 Jun 2020 02:21:32 +0000 (19:21 -0700)]
A few more man page tweaks.

3 years agoGet the NEWS heading idiom right.
Wayne Davison [Mon, 22 Jun 2020 21:43:01 +0000 (14:43 -0700)]
Get the NEWS heading idiom right.

3 years agoA few more https changes.
Wayne Davison [Mon, 22 Jun 2020 21:21:15 +0000 (14:21 -0700)]
A few more https changes.

3 years agoUpdate links to https.
Wayne Davison [Mon, 22 Jun 2020 21:16:21 +0000 (14:16 -0700)]
Update links to https.

3 years agoImprove the options info a bit more.
Wayne Davison [Mon, 22 Jun 2020 21:12:27 +0000 (14:12 -0700)]
Improve the options info a bit more.

3 years agoAdd `--zl=N` opt & improve its docs.
Wayne Davison [Mon, 22 Jun 2020 20:41:42 +0000 (13:41 -0700)]
Add `--zl=N` opt & improve its docs.

3 years agoMake --backup be set when --backup-dir is used
Samuel Henrique [Mon, 22 Jun 2020 18:34:32 +0000 (19:34 +0100)]
Make --backup be set when --backup-dir is used

3 years agoAdd Documentation field to systemd unit
Samuel Henrique [Mon, 22 Jun 2020 18:47:07 +0000 (19:47 +0100)]
Add Documentation field to systemd unit

3 years agoTweak valid_ipaddr() check.
Wayne Davison [Mon, 22 Jun 2020 18:17:56 +0000 (11:17 -0700)]
Tweak valid_ipaddr() check.

3 years agoEven more NEWS changes.
Wayne Davison [Mon, 22 Jun 2020 16:57:29 +0000 (09:57 -0700)]
Even more NEWS changes.

3 years agoA few more NEWS changes; change release script.
Wayne Davison [Mon, 22 Jun 2020 15:56:50 +0000 (08:56 -0700)]
A few more NEWS changes; change release script.

3 years agoEven more NEWS improvements.
Wayne Davison [Mon, 22 Jun 2020 06:25:36 +0000 (23:25 -0700)]
Even more NEWS improvements.

3 years agoA bit more NEWS tweaking.
Wayne Davison [Mon, 22 Jun 2020 05:57:46 +0000 (22:57 -0700)]
A bit more NEWS tweaking.

3 years agoMore talk of buggy clang++.
Wayne Davison [Mon, 22 Jun 2020 05:53:33 +0000 (22:53 -0700)]
More talk of buggy clang++.

3 years agoGet the g++ version to see if it is really clang.
Wayne Davison [Mon, 22 Jun 2020 05:34:32 +0000 (22:34 -0700)]
Get the g++ version to see if it is really clang.

3 years agoMention the early-input on stdin.
Wayne Davison [Mon, 22 Jun 2020 03:25:28 +0000 (20:25 -0700)]
Mention the early-input on stdin.

3 years agoPut the date in the heading of a pre release too.
Wayne Davison [Mon, 22 Jun 2020 02:46:28 +0000 (19:46 -0700)]
Put the date in the heading of a pre release too.

3 years agoPreparing for release of 3.2.1pre1 v3.2.1pre1
Wayne Davison [Mon, 22 Jun 2020 02:24:26 +0000 (19:24 -0700)]
Preparing for release of 3.2.1pre1

3 years agoImprove the simd note.
Wayne Davison [Mon, 22 Jun 2020 01:52:28 +0000 (18:52 -0700)]
Improve the simd note.

3 years agoMerge OLDNEWS.md into NEWS.md
Wayne Davison [Mon, 22 Jun 2020 00:04:51 +0000 (17:04 -0700)]
Merge OLDNEWS.md into NEWS.md

3 years agoThe proto files don't need perl, so change fetch rule.
Wayne Davison [Sun, 21 Jun 2020 23:46:06 +0000 (16:46 -0700)]
The proto files don't need perl, so change fetch rule.

3 years agoOne more >= tweak.
Wayne Davison [Sun, 21 Jun 2020 22:30:34 +0000 (15:30 -0700)]
One more >= tweak.

3 years agoGet the early-input reading code right.
Wayne Davison [Sun, 21 Jun 2020 22:23:13 +0000 (15:23 -0700)]
Get the early-input reading code right.

3 years agoLeave 3.2.0 news in the NEWS file for 3.2.1.
Wayne Davison [Sun, 21 Jun 2020 22:20:43 +0000 (15:20 -0700)]
Leave 3.2.0 news in the NEWS file for 3.2.1.

3 years agoDisable atimes on macOS.
Wayne Davison [Sun, 21 Jun 2020 22:14:06 +0000 (15:14 -0700)]
Disable atimes on macOS.

3 years agoAdd `--early-input=FILE` option.
Wayne Davison [Sun, 21 Jun 2020 21:32:00 +0000 (14:32 -0700)]
Add `--early-input=FILE` option.

3 years agoOutput a helpful msg about configure only if the command fails.
Wayne Davison [Sun, 21 Jun 2020 19:54:02 +0000 (12:54 -0700)]
Output a helpful msg about configure only if the command fails.

3 years agoClose STDIN for early exec script.
Wayne Davison [Sun, 21 Jun 2020 18:13:01 +0000 (11:13 -0700)]
Close STDIN for early exec script.

3 years agoMore NEWS changes.
Wayne Davison [Sun, 21 Jun 2020 16:10:11 +0000 (09:10 -0700)]
More NEWS changes.

3 years agoGive more_testing() a default target.
Wayne Davison [Sun, 21 Jun 2020 16:06:53 +0000 (09:06 -0700)]
Give more_testing() a default target.

3 years agoSome more docs/news changes.
Wayne Davison [Sun, 21 Jun 2020 15:40:23 +0000 (08:40 -0700)]
Some more docs/news changes.

- Mention the -VV behavior.
- Mention how the protect-args default is presented in -V list.

3 years agoUse an ssse3 target instead of an inline declaration.
Wayne Davison [Sun, 21 Jun 2020 15:28:49 +0000 (08:28 -0700)]
Use an ssse3 target instead of an inline declaration.

3 years agoAdd -fno-slp-vectorize to clang++.
Wayne Davison [Sun, 21 Jun 2020 15:05:19 +0000 (08:05 -0700)]
Add -fno-slp-vectorize to clang++.

3 years agoMention atimes & protected-args in capabilities.
Wayne Davison [Sun, 21 Jun 2020 06:24:59 +0000 (23:24 -0700)]
Mention atimes & protected-args in capabilities.

3 years agoTweak the NEWS.
Wayne Davison [Sun, 21 Jun 2020 06:15:22 +0000 (23:15 -0700)]
Tweak the NEWS.

3 years agoWe only need one capability marked with a "*".
Wayne Davison [Sun, 21 Jun 2020 05:09:08 +0000 (22:09 -0700)]
We only need one capability marked with a "*".

3 years agoMention "asm" instead of "ASM".
Wayne Davison [Sun, 21 Jun 2020 04:59:51 +0000 (21:59 -0700)]
Mention "asm" instead of "ASM".

3 years agoMention openssl-crypto in -VV list.
Wayne Davison [Sun, 21 Jun 2020 04:43:20 +0000 (21:43 -0700)]
Mention openssl-crypto in -VV list.

3 years agoElide -g from CXXFLAGS before the c++ test.
Wayne Davison [Sun, 21 Jun 2020 04:26:21 +0000 (21:26 -0700)]
Elide -g from CXXFLAGS before the c++ test.

3 years agoSome README and man page tweaks.
Wayne Davison [Sun, 21 Jun 2020 03:29:27 +0000 (20:29 -0700)]
Some README and man page tweaks.