summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow ~/remote/./path with -R if the path has /./ in it.Wayne Davison2022-08-151-1/+3
|
* We must use the CSUM_CHUNK size in the non-openssl MD4 code.Wayne Davison2022-08-141-2/+2
|
* Fix another dot-dir implied arg issue.v3.2.5Wayne Davison2022-08-141-2/+2
|
* Preparing for release of 3.2.5Wayne Davison2022-08-147-12/+12
|
* Update the NEWS.Wayne Davison2022-08-141-0/+4
|
* Ensure a dynamically linked xxhash lib is >= 0.8 for XX3.Wayne Davison2022-08-143-0/+37
|
* Remove some trailing whitespace.Wayne Davison2022-08-136-94/+93
|
* Make a `--trust-sender` a bit clearer.Wayne Davison2022-08-101-10/+15
|
* One more doc tweak.Wayne Davison2022-08-101-2/+2
|
* Add packaging note.Wayne Davison2022-08-101-0/+4
|
* Fix handling of a character class with an escaped closing bracket.Wayne Davison2022-08-091-3/+4
|
* Be a little paranoid.Wayne Davison2022-08-091-1/+4
|
* A couple manpage tweaks.Wayne Davison2022-08-091-6/+5
|
* Add `--trust-sender` option.Wayne Davison2022-08-095-30/+77
|
* Escape leading tilde char when "~" or with -R.Wayne Davison2022-08-091-0/+7
|
* Fix handling of daemon module names in file-list verification; convert some ↵Wayne Davison2022-08-093-18/+16
| | | | while loops to for loops.
* Preparing for release of 3.2.5pre2v3.2.5pre2Wayne Davison2022-08-082-5/+5
|
* Fix --relative when copying an absolute path.Wayne Davison2022-08-081-1/+3
|
* Handle files-from args that span 2 buffers.Wayne Davison2022-08-082-0/+33
|
* A fix for the zlib fix.Wayne Davison2022-08-081-2/+2
|
* Handle a "[foo]" arg matching the literal wildcards.Wayne Davison2022-08-081-2/+59
|
* Fix some issues with backslashed wildcards in args.Wayne Davison2022-08-082-6/+14
|
* Handle a trailing "/." at the end of a source arg.Wayne Davison2022-08-081-1/+4
|
* Update the NEWS.Wayne Davison2022-08-071-1/+4
|
* Fix zlib bug with a large gzip header extra fieldWayne Davison2022-08-071-2/+3
| | | | | From zlib commit eff308af425b67093bab25f80f1ae950166bece1. Fixes CVE-2022-37434.
* Make sure that --read-batch doesn't try to check args.Wayne Davison2022-08-071-1/+2
|
* Some md-convert doc tweaks.Wayne Davison2022-08-032-4/+4
|
* Fix typos in NEWS (#339)Jakub Wilk2022-08-021-2/+2
|
* Preparing for release of 3.2.5pre1v3.2.5pre1Wayne Davison2022-08-013-8/+8
|
* Tweaks to allow for a release.Wayne Davison2022-08-012-2/+4
|
* More NEWS.Wayne Davison2022-08-011-6/+11
|
* A few more minor tweaks.Wayne Davison2022-08-012-11/+9
|
* Avoid the getgroups program when cross-compiliing.Wayne Davison2022-08-011-1/+5
|
* Make sure sign is consistend in 2 gid comparisons.Wayne Davison2022-08-011-2/+2
|
* A few more minor changes.Wayne Davison2022-08-011-10/+11
|
* More improvements to file-list checkingWayne Davison2022-08-013-6/+18
| | | | | | - Avoid implied rules on generator and (with extra certainty) on server - Add -R implied-directory path elements as directory includes - Log about extra file-list checking using a new --debug=FILTER3 level
* The latest NEWS.Wayne Davison2022-07-311-1/+26
|
* Some extra file-list safety checks.Wayne Davison2022-07-316-11/+202
|
* A few more minor doc tweaks.Wayne Davison2022-07-111-6/+7
|
* A few minor fixes.Wayne Davison2022-06-191-5/+5
|
* Link to rsyncd.conf page server-setup details.Wayne Davison2022-06-191-0/+5
|
* Improve the filter intro.Wayne Davison2022-06-191-5/+13
|
* Improve filter discussion.Wayne Davison2022-06-191-164/+271
|
* Some proxy improvements (mainly).Wayne Davison2022-06-191-9/+10
|
* Some clarifications about transfer rules.Wayne Davison2022-06-191-17/+42
|
* Include bsd/strings.h if it existsWayne Davison2022-06-192-1/+5
| | | | | | | | Some systems apparently put strlcpy() into a separate bsd/strings.h file without putting the function into a separate library. Thus, configure finds that the function exists for linking but the build does not have the declaration (which rsync only supplies if it is also supplying its own version of the function).
* Fix minor typos (#327)Yuri Chornoivan2022-06-192-2/+2
|
* Fix configure's "signed char" checkWayne Davison2022-06-181-7/+3
| | | | | | | | When pedantic errors are enabled, SIGNED_CHAR_OK was no longer being set correctly. This would cause the checksum code to use "char" instead of "signed char", and if the default for a "char" was unsigned, the checksum code would fail to compute the right hash values. Fixes bug #317.
* Avoid -pedantic-errors on non-x86 for the moment.Wayne Davison2022-06-181-2/+6
|
* Fix grabbing version value in configure.Wayne Davison2022-06-011-1/+1
|