summaryrefslogtreecommitdiff
path: root/lib/net/ssh/transport
Commit message (Expand)AuthorAgeFilesLines
* Removing warningsCarsten Dreesbach2012-12-235-5/+4
* PacketStream: Properly detect disconnects in nonblocking reads.Nelson Elhage2012-11-021-1/+5
* Merge pull request #54 from ab/strict-verificationDelano Mandelbaum2012-09-191-2/+6
|\
| * Add a verifier for OpenSSH-style strict checking.Andy Brody2012-07-101-2/+6
* | Handle SSH messages that contain multibyte characters.Martin Emde2012-06-051-3/+3
|/
* implement many algorithmsRyosuke Yamazaki2012-03-2613-16/+469
* Merge pull request #30 from nappa/sha2macDelano Mandelbaum2012-01-1111-36/+134
|\
| * add diffie-hellman-group-exchange-sha256 supportRyosuke Yamazaki2011-12-163-3/+23
| * Compatibile with OpenSSHRyosuke Yamazaki2011-12-161-2/+5
| * cleanup.Ryosuke Yamazaki2011-12-163-44/+31
| * add tests (arcfour{128,256,512} and hmac-sha2-*)Ryosuke Yamazaki2011-12-151-3/+2
| * remove debug outputRyosuke Yamazaki2011-12-151-2/+0
| * fix for hmac key deriving bugRyosuke Yamazaki2011-12-152-7/+43
| * support hmac-sha2-256, hmac-sha2-512, hmac-sha2-256-96, hmac-sha2-512-96Ryosuke Yamazaki2011-12-154-0/+55
* | Applied Patch described in https://github.com/net-ssh/net-ssh/issues/21muffl0n2011-10-121-1/+2
|/
* Add BindAddress support to Net::SSH.Nickolas Means2011-06-281-1/+2
* Fix circular require warning in Ruby 1.9.22.0delano2011-01-141-1/+0
* Fix related to #recv(1) to #readpartial change in 2.0.16delano2010-01-131-1/+0
* switched from #readchar to #readpartial(1) in lib/net/ssh/transport/server_ve...aaalex2009-11-101-3/+4
* switched from #recv(1) to #readchar in lib/net/ssh/transport/server_version.r...aaalex2009-11-101-1/+2
* Add Net::SSH::Proxy::Command.Akinori MUSHA2009-11-101-4/+7
* Fix for "uninitialized constant OpenSSL::Digest::MD5" exception in Net::SFTPdelano2009-08-281-0/+1
* Apply IO#select threading fix for Ruby 1.8 (cover all instances of IO#select)Daniel Azuma2009-08-271-21/+7
* Apply IO#select threading fix for Ruby 1.8 (exclude 1.9 and JRuby)delano2009-08-261-10/+17
* Fix for IO#select threading bug in Ruby 1.8 (LH-1) [Daniel Azuma]delano2009-08-261-3/+12
* Re-added refactored fix for hanging in ServerVersion#negotiate! when using SO...delano2009-08-121-1/+0
* Disabled negotiate! fix until Mock:socket issues are resolveddelano2009-08-101-1/+1
* Raise exceptions when required options are not supplied to CipherFactory.make...delano2009-08-101-4/+4
* Removed SOCK5 negotiate fix from Net::SSH::Proxy::SOCKS5 and applied a new fi...delano2009-08-101-0/+2
* Cleaned up cipher key length override for arcfour256/512delano2009-08-101-7/+14
* Don't rely on the OpenSSL Cipher to tell us the correct key length because it...Karl Varga2009-08-101-3/+9
* Applied patch by Denis Bernard for arcfour128 and arcfour256 supportdelano2009-06-084-15/+24
* Raise an exception immediately if the remote host disconnects beforeSteven Hazel2009-03-071-9/+9
* Avoid mixing buffered and unbuffered IO.Steven Hazel2009-03-051-5/+14
* Add a terminate! method for hard shutdownsJamis Buck2009-01-311-1/+10
* Don't use String#[] to get bytesJamis Buck2008-09-061-2/+2
* tests all pass with ruby19Jamis Buck2008-09-063-20/+52
* chain cipher iv correctly from packet to packetJamis Buck2008-09-062-20/+31
* Correctly indicate a need for a cipher reset.Jamis Buck2008-09-062-1/+11
* Add Connection::Session#closed? to allow easier querying of the closed stateJamis Buck2008-08-261-0/+5
* Call Cipher#reset after Cipher#final, and set next iv correctlyJamis Buck2008-08-153-7/+32
* Use #chomp instead of #strip to clean the version string.Jamis Buck2008-06-071-4/+3
* Fix hmac key truncation bug that causes hmacs other than SHA1 to failJamis Buck2008-05-141-2/+8
* instance_variable_defined? was not available prior to 1.8.6, apparentlyJamis Buck2008-04-181-1/+1
* call Zlib::ZStream#reset on the decompressor before closing it to work around...Jamis Buck2008-03-221-1/+6
* support for :host_key_aliasJamis Buck2008-03-221-1/+1
* add support for :user_known_hosts_file and :global_known_hosts_fileJamis Buck2008-03-222-1/+5
* finish off the rdoc documentationJamis Buck2008-03-223-0/+14
* refactor the log levelsJamis Buck2008-03-174-15/+15
* more appeasement of ruby -wJamis Buck2008-03-163-1/+12