summaryrefslogtreecommitdiff
path: root/lib/vssh/wolfssh.c
Commit message (Expand)AuthorAgeFilesLines
* ftp: add 'list_only' to the transfer state structbagder/ftp-mode-stateDaniel Stenberg2021-02-081-1/+1
* ftp: never set data->set.ftp_append outside setoptDaniel Stenberg2021-02-081-1/+1
* wolfssh: remove conn->data referencesDaniel Stenberg2021-01-211-70/+73
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-54/+62
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-4/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-261-4/+4
* wolfssh: make it init properly via Curl_ssh_init()Daniel Stenberg2020-01-241-0/+5
* wolfssh: set the password correctly for PASSWORD authDaniel Stenberg2020-01-151-3/+4
* wolfssh: remove fprintf() calls (and uses of __func__)Daniel Stenberg2020-01-151-4/+4
* wolfSSH: new SSH backendDaniel Stenberg2020-01-121-0/+1150