aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-07-11 09:34:28 -0700
committerWayne Davison <wayned@samba.org>2008-07-11 09:48:33 -0700
commit29703623381265506d79aa71cecb71a77089e074 (patch)
tree240ebc362c7bcfd2735899f789ccb3e467863a38 /NEWS
parent7a2eca415b0d7f40618dd67aa30bafef810b3724 (diff)
downloadandroid_external_rsync-29703623381265506d79aa71cecb71a77089e074.tar.gz
android_external_rsync-29703623381265506d79aa71cecb71a77089e074.tar.bz2
android_external_rsync-29703623381265506d79aa71cecb71a77089e074.zip
If the user specifies --protocol=29, rsync will avoid sending an -e
option to the server (which is only useful for protocols 30 and above anyway). This gives the user an easy way to talk to a restricted server that has overly restrictive option-checking.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e92e72e..924e7885 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ Changes since 3.0.3:
- Added the --remote-option=OPT (-M OPT) command-line option that is useful
for things like sending a remote --log-file=FILE or --fake-super option.
+ - Rsync will not send an -e option to the server if the user specifies the
+ --protocol=29 option. This lets rsync3 use an overly-restrictive server.
+
DEVELOPER RELATED:
- ...