summaryrefslogtreecommitdiff
path: root/src/session.rs
AgeCommit message (Expand)Author
2021-02-01Expose libssh2_trace function (#209)Mike Harris
2020-11-22Handle more precise SFTP error codes (#203)Matteo Bigoi
2020-02-07Fixed misspellingvallentin
2020-01-26replace tcp stream accessor with std traits to obtain raw fdsbold
2020-01-26allow different tcp streamsbold
2020-01-22add note about Session, Send, Sync, Clone and concurrencyWez Furlong
2020-01-18Restore deleted Send implWez Furlong
2020-01-18Make properly Send safeWez Furlong
2020-01-18make set_blocking and is_blocking available for inner sessionbold
2020-01-18derive clone for sessionbold
2020-01-03cargo fmtbold
2020-01-03export block directionsbold
2019-10-20Make Session be `Send` againWez 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-01ignore the panic result from the keyboard promptWez Furlong
2019-08-01don't allow panics to escape the prompt callbackWez 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-29Avoid panic when SSH_USERAUTH_NONE succeedsWez 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
2018-02-16Support in-memory keypair.Eldad Zack
2016-03-23Allow all non-negative return codes as Ok()Charlie Ozinga
2016-02-06Don't assert free returns 0 in a dtorAlex Crichton
2015-10-07Add automated testing of FFI bindingsAlex Crichton
2015-03-19Use new metadata format for CargoAlex Crichton
2015-03-10Remove usage of `range`Alex Crichton
2015-02-23Update to std::ioAlex Crichton
2015-02-20Bump versions and update to masterAlex Crichton
2015-02-07Update to rust masterAlex Crichton
2015-01-28Update to rust masterAlex Crichton
2015-01-18Tweak impls/apisAlex Crichton
2015-01-17Update to rust masterAlex Crichton
2015-01-09Update to rust masterAlex Crichton
2015-01-07Update to rust masterAlex Crichton
2015-01-03Update to rust masterAlex Crichton
2014-12-23Update to rust masterAlex Crichton
2014-11-29Update to namespaced io::FileTypeJosh Stone
2014-11-24Update to rust masterAlex Crichton