summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-18add shutdown and close methodsbold
2020-01-18derive clone for sessionbold
2020-01-18derive Debug and Clone for PtyModesbold
2020-01-11let compiler figure out the correct typebold
2020-01-11cargo fmtbold
2020-01-11let compiler figure out the correct typebold
2020-01-11simplify unwrap_or_else argumentbold
2020-01-11make retrieving last session error privatebold
2020-01-11return correct errorsbold
2020-01-03cargo fmtbold
2020-01-03export block directionsbold
2019-12-08map TIMEOUT -> std::io::ErrorKind::TimedOutWez Furlong
2019-12-08improve docsWez Furlong
2019-12-08A PtyModes helper for specifying terminal modesWez Furlong
2019-10-20fix warning in doc buildWez Furlong
2019-10-20Make Session be `Send` againWez Furlong
2019-10-20complete deletion of src/test.rsWez Furlong
2019-10-20fixup documentation on Session::newWez Furlong
2019-10-02Clarify docs of Session to refer to set_tcp_stream(), not handshake()Akshay Narayan
2019-09-15replace use of try! with ? operatorWez Furlong
2019-08-02tighten up `Session::rc`Wez Furlong
2019-08-02handle_extended_dataWez Furlong
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