summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version bumpv2.0.1Jamis Buck2008-05-052-2/+2
* teach the key manager about a handful of default key namesJamis Buck2008-05-022-1/+17
* prepping for 2.0 releasev2.0.0Jamis Buck2008-05-012-4/+4
* Allow the :verbose argument to accept symbols (:debug, etc.) as well as Logge...Jamis Buck2008-04-252-2/+18
* doh. update changelog with release dateJamis Buck2008-04-191-1/+1
* version bumpv1.99.3Jamis Buck2008-04-191-1/+1
* keep changelog up-to-dateJamis Buck2008-04-191-0/+2
* set HOME environment variable if it is not already setJamis Buck2008-04-191-0/+4
* instance_variable_defined? was not available prior to 1.8.6, apparentlyJamis Buck2008-04-181-1/+1
* tweak Francis' patch to suit my own preferences (sorry Francis, but thanks fo...Jamis Buck2008-04-187-31/+32
* Merge branch 'francis/master'Jamis Buck2008-04-185-8/+23
|\
| * Merge branch 'master' of git://github.com/francis/net-ssh into francis/masterJamis Buck2008-04-184-11/+11
| |\
| | * Use a new option :passphrase as the possible password phrase for any encrypte...Francis Sullivan2008-04-164-11/+11
| * | Merge branch 'master' of git://github.com/francis/net-ssh into francis/masterJamis Buck2008-04-164-5/+20
| |\ \ | | |/
| | * If a password is given as an option, and a publickey needs a password, first ...Francis Sullivan2008-04-134-5/+20
* | | keep the changelog up to dateJamis Buck2008-04-181-1/+1
* | | open a new connection to the authentication agent on each auth-agent request,...Jamis Buck2008-04-181-4/+9
* | | fix but in agent forwarding so that it will actually workJamis Buck2008-04-182-1/+6
|/ /
* | try and make the forward service proof against errors caused by the channel n...Jamis Buck2008-04-141-2/+3
|/
* prep for next preview releasev1.99.2Jamis Buck2008-04-102-3/+3
* keep changelog up to dateJamis Buck2008-04-101-0/+2
* Make channel open failures work via a callback to parallel how channel open s...Jamis Buck2008-04-055-6/+44
* break Connection#process into preprocess, process, and postprocess, to make i...Jamis Buck2008-03-282-10/+50
* only check for pending_writes if the IO responds to pending_write?. Don't let...Jamis Buck2008-03-232-3/+3
* readme tweak to indicate dependency on echoe and mochav1.99.1Jamis Buck2008-03-221-0/+5
* stamp the changelog with the latest release dateJamis Buck2008-03-221-1/+1
* update the manifest fileJamis Buck2008-03-221-1/+0
* echoe builds the manifest for usJamis Buck2008-03-221-26/+17
* switch to echoe over hoeJamis Buck2008-03-225-30/+23
* don't need the TODO file anymoreJamis Buck2008-03-221-1/+0
* various documentation tweaksJamis Buck2008-03-225-6/+29
* call Zlib::ZStream#reset on the decompressor before closing it to work around...Jamis Buck2008-03-222-2/+10
* version bump (prep for preview release #2)Jamis Buck2008-03-221-1/+1
* better docs on Channel#envJamis Buck2008-03-222-3/+3
* update manifest file to include recently added/removed filesJamis Buck2008-03-221-0/+4
* kill the pretty docs. let's see how far we can go on rdoc aloneJamis Buck2008-03-2230-1393/+0
* add support for 'env' channel requestsJamis Buck2008-03-223-12/+11
* support for :userJamis Buck2008-03-222-3/+8
* support for :host_nameJamis Buck2008-03-222-3/+11
* support for :host_key_aliasJamis Buck2008-03-224-6/+12
* add support for :user_known_hosts_file and :global_known_hosts_fileJamis Buck2008-03-228-39/+53
* tests for Net::SSH::ConfigJamis Buck2008-03-223-0/+100
* finish off the rdoc documentationJamis Buck2008-03-223-0/+14
* more documentation for the Net::SSH::Test systemJamis Buck2008-03-223-5/+100
* more documentation for the testing systemJamis Buck2008-03-224-2/+76
* document Net::SSH::Test::Channel. Refactor Test::Extensions to use modules ra...Jamis Buck2008-03-212-66/+197
* improve documentation for Forward serviceJamis Buck2008-03-211-1/+7
* more docs for Connection::Term. Docs for the connection proxy implementations.Jamis Buck2008-03-215-27/+101
* docs for Net::SSH::Connection::Term constants. make Channel#request_pty imple...Jamis Buck2008-03-212-9/+113
* more docs for Net::SSH::Connection::Session. Also added busy? to hide the cha...Jamis Buck2008-03-212-19/+145