summaryrefslogtreecommitdiff
path: root/libavformat/libssh.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/libssh: translate a read of 0 to EOFJan Ekström2018-05-281-1/+1
* avformat/libssh: check the user provided a password before trying to use itJames Almer2017-06-171-1/+1
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-1/+1
* lavf/libssh: implement move and delete callbacksMariusz Szczepańczyk2015-06-241-0/+82
* lavf/libssh: read empty path from url as /Mariusz Szczepańczyk2015-06-241-0/+3
* lavf/libssh: implement directory listing callbacksLukasz Marek2015-06-241-6/+105
* lavf/libssh: support reading config from ~/.ssh/configFlorian Jacob2015-03-111-3/+8
* lavf/libssh: set freed pointers to NULLLukasz Marek2014-07-121-2/+7
* lavf/libssh: call ssh_userauth_none before ssh_userauth_listLukasz Marek2014-07-041-0/+3
* lavf/libssh: fix seek to nagative positionLukasz Marek2014-02-281-0/+5
* avformat/libssh: Fix libssh defaulting to shared linkage.Matt Oliver2014-02-111-0/+1
* lavf/libssh: fix seek with whence==SEEK_CURLukasz Marek2014-01-221-1/+1
* lavf/libssh: rename context variable from s into libsshLukasz Marek2014-01-221-26/+26
* lavf/libssh: add av_cold attributesLukasz Marek2014-01-221-2/+2
* lavf/libssh: factorize create_sftp_session functionLukasz Marek2014-01-221-10/+16
* lavf/libssh: factorize create_ssh_session functionLukasz Marek2014-01-221-16/+26
* lavf/libssh: factorize file_stat functionLukasz Marek2014-01-221-8/+14
* lavf/libssh: factorize open_file functionLukasz Marek2014-01-221-18/+26
* lavf/libssh: add private_key optionLukasz Marek2014-01-221-10/+51
* lavf/libssh: improve authenticationLukasz Marek2013-12-291-4/+7
* lavf/libssh: fix file modeLukasz Marek2013-12-291-1/+2
* lavf: add SFTP protocol via libsshLukasz Marek2013-09-211-0/+229