SSH: added agent based authentication
[platform/upstream/curl.git] / lib / ssh.c
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
2010-09-30 Daniel StenbergSFTP: avoid downloading negative sizes!
2010-08-05 Yang Tsebuild: fix libssh2_scp_send64() availability
2010-08-04 Daniel StenbergSCP: send large files properly with new enough libssh2
2010-07-21 Ben Greearssh: Fix compile error on 64-bit systems.
2010-06-02 Daniel StenbergSSH: corrected the inability to respect the timeout
2010-05-11 Howard Chusendrecv: make them two pairs of send/recv to properly...
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-04-16 Daniel Stenbergsftp range: remove unnecessary check for NULL pointer
2010-03-29 Ben GreearFix compile warnings in ssh.c
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-24 Yang Tsefix compiler warning
2010-02-20 Daniel Stenbergcorected a comment and wrapped a few longish lines
2010-02-04 Yang Tsefix printf-style format strings
2010-01-26 Daniel StenbergAndre Guibert de Bruet improved the libssh2 error code...
2010-01-11 Daniel Stenbergssh_statemach_act() is now modified to loop over the...
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-11-18 Yang TseMake usage of calloc()'s arguments consistent with...
2009-10-30 Daniel Stenberg- Liza Alenchery mentioned a problem with re-used SCP...
2009-10-18 Daniel Stenberg- Fixed memory leak in the SCP/SFTP code as it never...
2009-09-26 Kamil Dudka- Implemented a protocol independent way to specify...
2009-09-17 Yang Tsefix compiler warning: conversion to 'size_t' from ...
2009-09-02 Daniel Stenberg- Daniel Johnson founded a flaw in the code convering...
2009-07-23 Gunter Knaufblocked sshkeycallback() with HAVE_LIBSSH2_KNOWNHOST_AP...
2009-07-22 Daniel Stenberg- Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION...
2009-06-27 Dan FandrichFixed a compiler warning.
2009-06-10 Yang TseAdjusted to take in account that...
2009-05-19 Gunter Knaufchanged ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTI...
2009-05-11 Daniel StenbergInternal cleanup: KEEP_WRITE and KEEP_READ are now...
2009-04-28 Daniel Stenberg- Bug report #2709004 (curl.haxx.se/bug/view.cgi?id...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-04-14 Yang Tseuse HAVE_LIMITS_H symbol to protect limits.h inclusion
2008-12-28 Gunter Knaufsilent 'unused' warnings.
2008-12-22 Daniel Stenberglibssh2_sftp_seek2 was just renamed to libssh2_sftp_see...
2008-12-22 Daniel Stenberg- Given a recent enough libssh2, libcurl can now seek...
2008-12-19 Daniel Stenbergoops, removing debug output that wasn't supposed to...
2008-12-19 Daniel Stenberg- Using the libssh2 0.19 function libssh2_session_block...
2008-12-17 Daniel Stenberg- SCP and SFTP with the multi interface had the same...
next