summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Ignore requests for non-existent channelsJamis Buck2009-01-311-1/+6
* Use foo.pub key by default, but fall back to private key.Jamis Buck2009-01-081-3/+4
* Load keys just-in-time instead of ahead-of-timeJamis Buck2008-12-293-9/+21
* Merge branch 'auser/master'Jamis Buck2008-12-192-4/+6
|\
| * Removed commented lines from old code, fixed two failing specs, ALL SPECS PAS...Ari Lerner2008-12-182-2/+2
| * Removed public_key requirement, generating it from the private keyAri Lerner2008-12-171-1/+1
| * Removed the requirement for the public key, needed to store the hash of ident...Ari Lerner2008-12-171-2/+2
| * Faked the public key requirement as it is only used to hash they known identi...Ari Lerner2008-12-171-1/+1
| * Updated tests to pass on all systemsAri Lerner2008-12-172-0/+3
|/
* tests all pass with ruby19Jamis Buck2008-09-0610-79/+92
* chain cipher iv correctly from packet to packetJamis Buck2008-09-061-1/+1
* this file goes with the previous commitJamis Buck2008-06-071-0/+3
* ssh_config parser fixes.Jamis Buck2008-06-071-0/+6
* Use #chomp instead of #strip to clean the version string.Jamis Buck2008-06-071-2/+4
* Make sure the agent client understands both RSA "identities answers"Jamis Buck2008-05-261-1/+1
* Fix hmac key truncation bug that causes hmacs other than SHA1 to failJamis Buck2008-05-142-1/+6
* tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...Jamis Buck2008-04-182-15/+14
* Use a new option :passphrase as the possible password phrase for any encrypte...Francis Sullivan2008-04-161-2/+2
* If a password is given as an option, and a publickey needs a password, first ...Francis Sullivan2008-04-131-0/+10
* Make channel open failures work via a callback to parallel how channel open s...Jamis Buck2008-04-051-2/+3
* call Zlib::ZStream#reset on the decompressor before closing it to work around...Jamis Buck2008-03-221-1/+4
* add support for :user_known_hosts_file and :global_known_hosts_fileJamis Buck2008-03-221-1/+1
* tests for Net::SSH::ConfigJamis Buck2008-03-223-0/+100
* more docs for Net::SSH::Connection::Session. Also added busy? to hide the cha...Jamis Buck2008-03-211-1/+2
* get rid of readers/writers and consolidate that into listeners. certainly les...Jamis Buck2008-03-211-27/+9
* more documentation. use File.expand_path for key factory lookups. clean up so...Jamis Buck2008-03-201-15/+15
* (partial) ssh_config supportJamis Buck2008-03-161-0/+6
* more appeasement of ruby -wJamis Buck2008-03-162-6/+23
* use Hoe to centralized rakefile logicJamis Buck2008-03-1629-29/+4
* add Channel#eof? and Channel#eof!Jamis Buck2007-08-241-0/+29
* add active? and wait methods to channelJamis Buck2007-08-211-0/+21
* add Session#exec and Session#exec!, to make the common case of executing comm...Jamis Buck2007-08-202-0/+87
* make sure CHANNEL_OPEN_FAILURE is handledJamis Buck2007-08-181-0/+7
* use an exception to indicate whether a channel request failed or not, rather ...Jamis Buck2007-08-161-9/+3
* key factory testsJamis Buck2007-08-151-0/+58
* buffer testsJamis Buck2007-08-151-0/+337
* connection session testsJamis Buck2007-08-153-1/+428
* channel testsJamis Buck2007-08-151-0/+409
* tests for publickey authmethodJamis Buck2007-08-141-0/+124
* tests for password authmethodJamis Buck2007-08-141-0/+51
* tests for keyboard-interactive authmethodJamis Buck2007-08-144-9/+131
* tests for hostbased authmethodJamis Buck2007-08-142-0/+110
* start tests for auth methodsJamis Buck2007-08-141-0/+58
* authentication session testsJamis Buck2007-08-146-18/+123
* tests for the key managerJamis Buck2007-08-141-0/+102
* ssh-agent testsJamis Buck2007-08-141-0/+206
* transport session tests, which finishes off the tests for the transport layerJamis Buck2007-08-141-0/+300
* tests for the socket state objectJamis Buck2007-08-141-0/+162
* tests for server version negotiationJamis Buck2007-08-141-0/+56
* packet stream testsJamis Buck2007-08-133-24/+438