summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-01ignore the panic result from the keyboard promptWez Furlong
2019-08-01don't allow panics to escape the prompt callbackWez Furlong
2019-08-01fixup rustdocsWez Furlong
2019-08-01move tcpstream assignment to its own functionWez Furlong
2019-07-31limit the number of responses from keyboard interactive promptWez Furlong
2019-07-31Support keyboard-interactive authenticationWez Furlong
2019-07-31Fix scp_recv ABI issue on WindowsWez Furlong
2019-07-30improve handshake error reporting on windowsWez Furlong
2019-07-29Make channel tests more robust to stderr outputWez Furlong
2019-07-29adjust std usage for rust 1.26 compatWez Furlong
2019-07-29Map EAGAIN errors appropriatelyWez Furlong
2019-07-29fixup doc testsWez Furlong
2019-07-29Avoid panic when SSH_USERAUTH_NONE succeedsWez Furlong
2019-07-29remove SessionBinding traitWez Furlong
2019-07-29KnownHosts no longer borrows Session eitherWez Furlong
2019-07-29Agent no longer borrows session eitherWez Furlong
2019-07-29Channel, Sftp no longer borrow SessionWez Furlong
2019-07-29Session::handshake now takes ownership of TcpStreamWez Furlong
2019-07-29Session::new() now returns Result rather than OptionWez Furlong
2019-07-29cargo fmtWez Furlong
2019-07-29Expose more known_hosts related constantsWez Furlong
2019-01-03Normalize to Unix-style path separators (#102)cygnus9
2018-12-14Use bitflags 1.X (#97)Jonas Schievink
2018-04-23Update doc urlAlex Crichton
2018-04-14Add libssh2 SFTP error codesBen Reedy
2018-02-16Support in-memory keypair.Eldad Zack
2017-05-23Fix exit_status exampleBrian Olsen
2017-04-21Reexport FileType from sftp moduleAlex Crichton
2017-04-13Return unknown error when none is returned by last_errorAlexandre Bury
2016-11-26Push init synchronization to sys layerAlex Crichton
2016-11-08Bump dep on bitflagsAlex Crichton
2016-09-27Merge pull request #47 from aidanhs/aphs-fix-libssh2_channel_wait_eof-docAlex Crichton
2016-09-16Hide limit_read since it's a hack (see #34)Aidan Hobson Sayers
2016-09-16Fix libssh2_channel_wait_eof doc (see libssh2/libssh2#93)Aidan Hobson Sayers
2016-08-17Add checks for file typesVeselkov Sergey
2016-08-06Bump to 0.2.13Alex Crichton
2016-05-26ssh2::FileStat should derive Eq/PartialEq and Clonesp3d
2016-04-28The libssh2 exit_status code effectively never errorsAidan Hobson Sayers
2016-04-04Fix spelling errorRichard Dodd
2016-04-04Allow debug print of FileStatderekdreery
2016-03-23Allow all non-negative return codes as Ok()Charlie Ozinga
2016-02-15Also ignore return value in `Channel::drop`Alex Crichton
2016-02-06Don't assert free returns 0 in a dtorAlex Crichton
2015-11-01Add +1 reservation for trailing zero in write_stringAlex Crichton
2015-10-07Add automated testing of FFI bindingsAlex Crichton
2015-04-29Fix build on windowsAlex Crichton
2015-04-02Update for rust betaAlex Crichton
2015-04-02Update to rust masterAlex Crichton
2015-03-30Remove the unsafe destructor featureAlex Crichton
2015-03-27Remove usage of the collections featureAlex Crichton