summaryrefslogtreecommitdiff
path: root/lib/vssh/libssh.c
Commit message (Expand)AuthorAgeFilesLines
* ftp: never set data->set.ftp_append outside setoptbagder/ftp-appendDaniel Stenberg2021-02-081-1/+1
* curl_path: remove conn->data useDaniel Stenberg2021-01-191-4/+2
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-142/+143
* libssh: avoid plain free() of libssh-memoryDaniel Stenberg2021-01-181-2/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-97/+105
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-5/+5
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-14/+7
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+2
* sftp: add new quote commands 'atime' and 'mtime'COFFEETALES2020-08-241-2/+32
* libssh: avoid options override by configuration filesAnderson Toshiyuki Sasaki2020-04-251-14/+47
* libssh: Use new ECDSA key types to check known hostsAnderson Toshiyuki Sasaki2020-04-171-0/+8
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-071-3/+17
* libssh: improve known hosts handlingAnderson Toshiyuki Sasaki2020-02-271-6/+92
* cleanup: comment typosDaniel Stenberg2020-02-211-2/+1
* lib: remove ASSIGNWITHINCONDITION exceptions, use our code styleDaniel Stenberg2019-12-171-3/+7
* Revert "checksrc: fix regexp for ASSIGNWITHINCONDITION"Daniel Stenberg2019-12-161-0/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson2019-11-281-1/+1
* checksrc: fix regexp for ASSIGNWITHINCONDITIONDaniel Gustafsson2019-11-281-1/+0
* libssh: part of conditional expression is always true: !resultDaniel Stenberg2019-09-231-1/+1
* libssh: part of conditional expression is always trueDaniel Stenberg2019-09-231-1/+1
* libssh: The expression is excessive or contains a misprintDaniel Stenberg2019-09-231-1/+1
* ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg2019-08-171-0/+5
* vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg2019-08-171-0/+13
* vssh: create directory for SSH backend codeDaniel Stenberg2019-08-171-0/+2729