| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Yet another case of forgotten 0 =! EOF translation.
While the documentation for this specific synchronous read
function does not mention it, the documentation for
`sftp_async_read` documents it, as well as looking at the
implementation of this function leads one to find
`if (handle->eof) { return 0; }`.
Reported by stnutt on IRC.
(cherry picked from commit 26892c7615395f331f6143535f03a2957973e2e0)
|
|
|
|
|
|
|
| |
Fixes ticket #6413
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
This commit also disables the async fate test, because it
used internal APIs in a non-kosher way, which no longer
exists.
* commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d':
lavf: reorganize URLProtocols
Merged-by: Derek Buitenhuis <[email protected]>
|
|
|
|
|
| |
Reviewed-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
| |
Reviewed-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
| |
Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
libssh provides a function for parsing ~/.ssh/config for ssh connection parameters like user, hostname, identity file
and port. This patch makes ffmpeg use this function to take parameters from the config file for everything that's not
explicitely set in the url. It also supports host aliases, i.e. using a shorthand in the url and replacing it with the
hostname / IP address specified for the shorthand in the config file.
Signed-off-by: Florian Jacob <[email protected]>
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
|
|
|
|
| |
According to doc, ssh_userauth_none must be called before ssh_userauth_list.
It solves login issue for new versions of libssh.
Signed-off-by: Lukasz Marek <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
|
|
|
| |
Reviewed-by: Derek Buitenhuis <[email protected]>
Reviewed-by: Lukasz M <[email protected]>
See: [FFmpeg-devel] Fix libssh static linkage on Windows
Signed-off-by: Michael Niedermayer <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
|
|
| |
Allows to specify private key to use during authorization.
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
|
|
|
| |
- Add authentication using keys
- Provide better message on fail
Signed-off-by: Lukasz Marek <[email protected]>
|
|
|
|
| |
Signed-off-by: Lukasz Marek <[email protected]>
|
|
Signed-off-by: Lukasz Marek <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
|