| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore requests for non-existent channels | Jamis Buck | 2009-01-31 | 1 | -1/+6 |
* | Use foo.pub key by default, but fall back to private key. | Jamis Buck | 2009-01-08 | 1 | -3/+4 |
* | Load keys just-in-time instead of ahead-of-time | Jamis Buck | 2008-12-29 | 3 | -9/+21 |
* | Merge branch 'auser/master' | Jamis Buck | 2008-12-19 | 2 | -4/+6 |
|\ |
|
| * | Removed commented lines from old code, fixed two failing specs, ALL SPECS PAS... | Ari Lerner | 2008-12-18 | 2 | -2/+2 |
| * | Removed public_key requirement, generating it from the private key | Ari Lerner | 2008-12-17 | 1 | -1/+1 |
| * | Removed the requirement for the public key, needed to store the hash of ident... | Ari Lerner | 2008-12-17 | 1 | -2/+2 |
| * | Faked the public key requirement as it is only used to hash they known identi... | Ari Lerner | 2008-12-17 | 1 | -1/+1 |
| * | Updated tests to pass on all systems | Ari Lerner | 2008-12-17 | 2 | -0/+3 |
|/ |
|
* | tests all pass with ruby19 | Jamis Buck | 2008-09-06 | 10 | -79/+92 |
* | chain cipher iv correctly from packet to packet | Jamis Buck | 2008-09-06 | 1 | -1/+1 |
* | this file goes with the previous commit | Jamis Buck | 2008-06-07 | 1 | -0/+3 |
* | ssh_config parser fixes. | Jamis Buck | 2008-06-07 | 1 | -0/+6 |
* | Use #chomp instead of #strip to clean the version string. | Jamis Buck | 2008-06-07 | 1 | -2/+4 |
* | Make sure the agent client understands both RSA "identities answers" | Jamis Buck | 2008-05-26 | 1 | -1/+1 |
* | Fix hmac key truncation bug that causes hmacs other than SHA1 to fail | Jamis Buck | 2008-05-14 | 2 | -1/+6 |
* | tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo... | Jamis Buck | 2008-04-18 | 2 | -15/+14 |
* | Use a new option :passphrase as the possible password phrase for any encrypte... | Francis Sullivan | 2008-04-16 | 1 | -2/+2 |
* | If a password is given as an option, and a publickey needs a password, first ... | Francis Sullivan | 2008-04-13 | 1 | -0/+10 |
* | Make channel open failures work via a callback to parallel how channel open s... | Jamis Buck | 2008-04-05 | 1 | -2/+3 |
* | call Zlib::ZStream#reset on the decompressor before closing it to work around... | Jamis Buck | 2008-03-22 | 1 | -1/+4 |
* | add support for :user_known_hosts_file and :global_known_hosts_file | Jamis Buck | 2008-03-22 | 1 | -1/+1 |
* | tests for Net::SSH::Config | Jamis Buck | 2008-03-22 | 3 | -0/+100 |
* | more docs for Net::SSH::Connection::Session. Also added busy? to hide the cha... | Jamis Buck | 2008-03-21 | 1 | -1/+2 |
* | get rid of readers/writers and consolidate that into listeners. certainly les... | Jamis Buck | 2008-03-21 | 1 | -27/+9 |
* | more documentation. use File.expand_path for key factory lookups. clean up so... | Jamis Buck | 2008-03-20 | 1 | -15/+15 |
* | (partial) ssh_config support | Jamis Buck | 2008-03-16 | 1 | -0/+6 |
* | more appeasement of ruby -w | Jamis Buck | 2008-03-16 | 2 | -6/+23 |
* | use Hoe to centralized rakefile logic | Jamis Buck | 2008-03-16 | 29 | -29/+4 |
* | add Channel#eof? and Channel#eof! | Jamis Buck | 2007-08-24 | 1 | -0/+29 |
* | add active? and wait methods to channel | Jamis Buck | 2007-08-21 | 1 | -0/+21 |
* | add Session#exec and Session#exec!, to make the common case of executing comm... | Jamis Buck | 2007-08-20 | 2 | -0/+87 |
* | make sure CHANNEL_OPEN_FAILURE is handled | Jamis Buck | 2007-08-18 | 1 | -0/+7 |
* | use an exception to indicate whether a channel request failed or not, rather ... | Jamis Buck | 2007-08-16 | 1 | -9/+3 |
* | key factory tests | Jamis Buck | 2007-08-15 | 1 | -0/+58 |
* | buffer tests | Jamis Buck | 2007-08-15 | 1 | -0/+337 |
* | connection session tests | Jamis Buck | 2007-08-15 | 3 | -1/+428 |
* | channel tests | Jamis Buck | 2007-08-15 | 1 | -0/+409 |
* | tests for publickey authmethod | Jamis Buck | 2007-08-14 | 1 | -0/+124 |
* | tests for password authmethod | Jamis Buck | 2007-08-14 | 1 | -0/+51 |
* | tests for keyboard-interactive authmethod | Jamis Buck | 2007-08-14 | 4 | -9/+131 |
* | tests for hostbased authmethod | Jamis Buck | 2007-08-14 | 2 | -0/+110 |
* | start tests for auth methods | Jamis Buck | 2007-08-14 | 1 | -0/+58 |
* | authentication session tests | Jamis Buck | 2007-08-14 | 6 | -18/+123 |
* | tests for the key manager | Jamis Buck | 2007-08-14 | 1 | -0/+102 |
* | ssh-agent tests | Jamis Buck | 2007-08-14 | 1 | -0/+206 |
* | transport session tests, which finishes off the tests for the transport layer | Jamis Buck | 2007-08-14 | 1 | -0/+300 |
* | tests for the socket state object | Jamis Buck | 2007-08-14 | 1 | -0/+162 |
* | tests for server version negotiation | Jamis Buck | 2007-08-14 | 1 | -0/+56 |
* | packet stream tests | Jamis Buck | 2007-08-13 | 3 | -24/+438 |