rclone-dev:fix-ssh-dsa-length

Last commit made on 2020-05-15
Get this branch:
git clone -b fix-ssh-dsa-length https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-ssh-dsa-length
Repository:
lp:rclone-dev

Recent commits

c4700f4... by Nick Craig-Wood

vendor patch: allow 2048 bit DSA keys DO NOT MERGE

e4f1e19... by Nick Craig-Wood

sftp: fix post transfer copies failing with 0 size when using set_modtime=false

Before this change we early exited the SetModTime call which means we
skipped reading the info about the file.

This change reads info about the file in the SetModTime call even if
we are skipping setting the modtime.

See: https://forum.rclone.org/t/sftp-and-set-modtime-false-error/16362

4a1b644... by Nick Craig-Wood

azureblob: implement streaming of unknown sized files

See: https://forum.rclone.org/t/rclone-rcat-azure-blob-container-sas-token-403-error/16286/3

8c9c86c... by Nick Craig-Wood

putio: fix parsing of remotes with leading and trailing /

See: https://forum.rclone.org/t/unable-to-copy-from-remote-but-mount-works/16351/

8a58e02... by Nick Craig-Wood

s3: don't leak memory or tokens in edge cases for multipart upload

52b7337... by Nick Craig-Wood

crypt: change backend encode/decode to output a plain list

This commit changes the output of the rclone backend encode crypt: and
decode commands to output a plain list of decoded or encoded file
names.

This makes the command much more useful for command line scripting.

995cd0d... by Nick Craig-Wood

backend: add --json flag to always output JSON

5eb558e... by Nick Craig-Wood

backend: fix output of an array of strings

33d9310... by Max Sum <email address hidden>

union: enable ListR when upstreams contain local

Enable fast list functions for union backend when:

- at least one of the upstreams supports fast list
- upstreams only consist of backends that support fast list and local backend.

Fixes #3000

aba89e2... by Nick Craig-Wood

Add Caleb Case @calebcase as the tardigrade backend maintainer