Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavf/libssh: call ssh_userauth_none before ssh_userauth_list | Lukasz Marek | 2014-07-04 | 1 | -0/+3 |
| | | | | | | | | 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]> | ||||
* | lavf/libssh: fix seek to nagative position | Lukasz Marek | 2014-02-28 | 1 | -0/+5 |
| | | | | Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | avformat/libssh: Fix libssh defaulting to shared linkage. | Matt Oliver | 2014-02-11 | 1 | -0/+1 |
| | | | | | | | 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]> | ||||
* | lavf/libssh: fix seek with whence==SEEK_CUR | Lukasz Marek | 2014-01-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf/libssh: rename context variable from s into libssh | Lukasz Marek | 2014-01-22 | 1 | -26/+26 |
| | | | | Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf/libssh: add av_cold attributes | Lukasz Marek | 2014-01-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf/libssh: factorize create_sftp_session function | Lukasz Marek | 2014-01-22 | 1 | -10/+16 |
| | | | | Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf/libssh: factorize create_ssh_session function | Lukasz Marek | 2014-01-22 | 1 | -16/+26 |
| | | | | Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf/libssh: factorize file_stat function | Lukasz Marek | 2014-01-22 | 1 | -8/+14 |
| | | | | Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf/libssh: factorize open_file function | Lukasz Marek | 2014-01-22 | 1 | -18/+26 |
| | | | | Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf/libssh: add private_key option | Lukasz Marek | 2014-01-22 | 1 | -10/+51 |
| | | | | | | Allows to specify private key to use during authorization. Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf/libssh: improve authentication | Lukasz Marek | 2013-12-29 | 1 | -4/+7 |
| | | | | | | | - Add authentication using keys - Provide better message on fail Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf/libssh: fix file mode | Lukasz Marek | 2013-12-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Lukasz Marek <[email protected]> | ||||
* | lavf: add SFTP protocol via libssh | Lukasz Marek | 2013-09-21 | 1 | -0/+229 |
Signed-off-by: Lukasz Marek <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> |