Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / ssh.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-03-15 Dan Fandrichssh: prevent a logic error that could result in an...
2014-03-14 Dan Fandrichssh: removed a redundant close state transition
2014-03-14 Dan Fandrichssh: abort immediately on a header callback error
2014-03-06 Daniel Stenbergssh: fix compiler warning converting ssize_t to int
2014-03-06 Dan Fandrichssh: Fixed a style warning
2014-03-06 Dan Fandrichssh: Pass errors from libssh2_sftp_read up the stack
2014-02-19 Daniel StenbergSFTP: skip reading the dir when NOBODY=1
2014-02-06 Dan Fandrichssh: Fixed a NULL pointer dereference on OOM condition
2014-01-20 Fabian FrankSFTP: stat remote file also when CURLOPT_NOBODY is 1
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-10-21 Kamil Dudkassh: initialize per-handle data in ssh_connect()
2013-10-15 Tyler Hallssh: Handle successful SSH_USERAUTH_NONE
2013-10-12 Kamil Dudkassh: improve the logic for detecting blocking direction
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-02-15 Daniel Stenbergrename "easy" statemachines: call them block instead
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-21 Daniel StenbergSCP: relative path didn't work
2012-12-19 Yang Tsebundles connection caching: some out of memory handling...
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-11-20 Daniel Stenbergcompiler warning fixes
2012-11-12 Daniel StenbergSCP/SFTP: improve error code used for send failures
2012-09-14 Marc Hoerskenssh.c: Fixed warning: implicit conversion from enumerat...
2012-09-12 Kamil Dudkassh: do not crash if MD5 fingerprint is not provided...
2012-09-12 Kamil Dudkassh: move the fingerprint checking code to a separate fnc
2012-08-10 Daniel Stenbergssh: use the libssh2 agent API conditionally
2012-08-08 Armel AsselinSSH: added agent based authentication
2012-06-14 Yang TseFix bad failf() and info() usage
2012-06-10 Daniel StenbergCurl_pgrsDone: return int and acknowledge return code
2012-04-01 Armel AsselinSSH: public key can now be an empty string
2012-03-25 Yang Tsessh.c: code cleanup, Curl_safefree() already nullifies...
2012-03-25 Yang Tsefix some compiler warnings
2012-03-22 Yang Tsefix several compiler warnings
2012-03-20 Yang Tsefix several compiler warnings
2012-03-08 Daniel StenbergCONNECT: made generically not per-protocol
2012-03-08 Daniel Stenbergssh_connect: tunnel through HTTP proxy if requested
2012-01-13 Yang Tsessh.c: fix compiler warning
2011-12-31 Daniel Stenbergjust a stupid typo
2011-12-31 Daniel StenbergSFTP dir: increase buffer size counter
2011-12-23 Daniel StenbergSFTP mkdir: use correct permission
2011-12-05 Daniel StenbergSSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
2011-11-24 Jonas Schnelliquery-part: ignore the URI part for given protocols
2011-11-18 Jonas SchnelliSFTP: support '*' prefix for quote operations
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-09-09 Yang Tsessh.c: revert needless commit 7b7c45879e
2011-09-08 Yang Tselibssh2: use calloc as alloc function for libssh2 versi...
2011-09-06 Yang Tsessh.c: fix memory leaks triggered upon OOM or other...
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-31 Yang Tsessh.c: fix realloc() OOM handling
2011-08-19 Daniel Stenbergtcpconnect: follow-up commit after b998d95b
2011-08-19 Yang Tsessh.c: add PATH_MAX definition for WIN32
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-25 Yang TseWIN32 io.h and fcntl.h inclusion done in setup_once.h
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-07-04 Daniel Stenbergcode style: space between close paren and open brace
2011-06-04 Daniel StenbergCurl_socket_ready: make timeout a 'long'
2011-05-23 Yang Tsecompiler warning: fix
2011-05-23 Yang Tsecompiler warning: fix
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-05-01 Daniel StenbergSSH: set non-blocking earlier
2011-04-27 Daniel StenbergSSH: move knownhost logic to separate function
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-20 Daniel StenbergSFTP: close file before postquote
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2011-03-13 Daniel StenbergSSH: add protocol lock direction
2011-03-13 Daniel Stenbergssh_statemach_act: set cselect for sftp upload
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-12 Daniel StenbergSFTP: gracefully handle shutdown early
2011-03-12 Daniel Stenbergsftp upload: expire to advance state machine
2011-02-26 Daniel Stenbergssh_connect: treat libssh2 return code better
2011-01-05 Daniel StenbergSSH: speedcheck clobbered existing error
2011-01-05 Daniel StenbergSSH: acknowledge speedcheck
2011-01-04 Daniel StenbergCurl_timeleft: s/conn/data in first argument
2011-01-03 Daniel StenbergSSH: avoid PATH_MAX with alloc
2011-01-01 Daniel StenbergSFTP: make pwd output result to header callback
2010-12-30 Luke Ameryssh: honour the CURLINFO_FTP_ENTRY_PATH curl_getinfo...
2010-12-06 Kamil Dudkaurl: provide dead_connection flag in Curl_handler:...
2010-12-06 Yang Tsessh: fix a download resume point calculation
2010-12-04 Yang Tsefix compiler warning: conversion may lose significant...
2010-11-26 Yang Tses/isspace/ISSPACE
2010-10-20 Daniel StenbergSSH: use libssh2_session_handshake()
2010-10-20 Daniel StenbergSSH: avoid using the libssh2_ prefix
2010-10-11 Daniel StenbergSFTP: more ignoring negative file sizes
next