summaryrefslogtreecommitdiffstats
path: root/libavformat/libssh.c
Commit message (Collapse)AuthorAgeFilesLines
* lavf/libssh: call ssh_userauth_none before ssh_userauth_listLukasz Marek2014-07-041-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 positionLukasz Marek2014-02-281-0/+5
| | | | Signed-off-by: Lukasz Marek <[email protected]>
* avformat/libssh: Fix libssh defaulting to shared linkage.Matt Oliver2014-02-111-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_CURLukasz Marek2014-01-221-1/+1
| | | | Signed-off-by: Lukasz Marek <[email protected]>
* lavf/libssh: rename context variable from s into libsshLukasz Marek2014-01-221-26/+26
| | | | Signed-off-by: Lukasz Marek <[email protected]>
* lavf/libssh: add av_cold attributesLukasz Marek2014-01-221-2/+2
| | | | Signed-off-by: Lukasz Marek <[email protected]>
* lavf/libssh: factorize create_sftp_session functionLukasz Marek2014-01-221-10/+16
| | | | Signed-off-by: Lukasz Marek <[email protected]>
* lavf/libssh: factorize create_ssh_session functionLukasz Marek2014-01-221-16/+26
| | | | Signed-off-by: Lukasz Marek <[email protected]>
* lavf/libssh: factorize file_stat functionLukasz Marek2014-01-221-8/+14
| | | | Signed-off-by: Lukasz Marek <[email protected]>
* lavf/libssh: factorize open_file functionLukasz Marek2014-01-221-18/+26
| | | | Signed-off-by: Lukasz Marek <[email protected]>
* lavf/libssh: add private_key optionLukasz Marek2014-01-221-10/+51
| | | | | | Allows to specify private key to use during authorization. Signed-off-by: Lukasz Marek <[email protected]>
* lavf/libssh: improve authenticationLukasz Marek2013-12-291-4/+7
| | | | | | | - Add authentication using keys - Provide better message on fail Signed-off-by: Lukasz Marek <[email protected]>
* lavf/libssh: fix file modeLukasz Marek2013-12-291-1/+2
| | | | Signed-off-by: Lukasz Marek <[email protected]>
* lavf: add SFTP protocol via libsshLukasz Marek2013-09-211-0/+229
Signed-off-by: Lukasz Marek <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>