Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rubocop coding style. | Florian Wininger | 2021-10-25 | 1 | -8/+8 |
| | | | | Lot of spacing issues :) | ||||
* | Remove Trailing white space | Florian Wininger | 2021-07-01 | 1 | -87/+86 |
| | |||||
* | Fix empty line for code clarity | Florian Wininger | 2021-07-01 | 1 | -2/+3 |
| | |||||
* | Specify dll extension | W | 2018-05-29 | 1 | -5/+5 |
| | | | From cygwin 2.5.2, dlopen needs an extension (https://cygwin.com/ml/cygwin/2016-06/msg00379.html). So add `.dll` suffix to all needed libraries. | ||||
* | Whitespace fixeswhitespace-fixes | Miklos Fazekas | 2018-03-21 | 1 | -1/+3 |
| | |||||
* | Updated rubocop | Miklos Fazekas | 2018-03-21 | 1 | -466/+467 |
| | |||||
* | Added more ruby versions to windows tests | Miklos Fazekas | 2016-12-27 | 1 | -4/+4 |
| | |||||
* | Rubocop update to 0.46.0 | Miklos Fazekas | 2016-12-15 | 1 | -7/+11 |
| | |||||
* | Disable pagent in jruby tests | Miklos Fazekas | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | No pagent on jruby as fiddle is not fully working | Miklos Fazekas | 2016-11-17 | 1 | -14/+113 |
| | |||||
* | Removed pagent and make possible for windows platforms to use UNIXSocket ↵ | Miklos Fazekas | 2016-10-27 | 1 | -4/+2 |
| | | | | based pagent if available | ||||
* | Windows integration tests | Miklos Fazekas | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/net-ssh/net-ssh/issues/235 | elconas | 2016-06-10 | 1 | -1/+1 |
| | |||||
* | already initialized constant DL::RUBY_FREE #285 | Mario Ruiz | 2016-01-27 | 1 | -2/+2 |
| | | | To avoid this message when the constants have been already initialized by other gem | ||||
* | Need using Fiddler on Ruby 2.1 and must using, other will break due to #221 | Eric Guo | 2015-08-04 | 1 | -12/+12 |
| | | | | https://github.com/net-ssh/net-ssh/pull/221 | ||||
* | Fixing pageant interaction on 64-bit platform - using fiddle struct API ↵ | Michael Pliskin | 2015-04-23 | 1 | -8/+13 |
| | | | | insread of manual packing arrays | ||||
* | A couple of more changes needed for making pageant.rb work on Windows with ↵ | Charlie Savage | 2015-01-25 | 1 | -0/+6 |
| | | | | Ruby 2.2+ | ||||
* | Switch to using Fiddle on Ruby 2.2+ since DL has been removed. | Charlie Savage | 2015-01-24 | 1 | -4/+13 |
| | |||||
* | Clearer C string handling. | Christopher Hunt | 2014-05-11 | 1 | -8/+9 |
| | |||||
* | Remove unnecessary unicode code, fix length determination and implement ↵ | Christopher Hunt | 2014-05-11 | 1 | -14/+10 |
| | | | | KeeAgent support. | ||||
* | Consolidate send_query methods and add unicode checking. | Christopher Hunt | 2014-05-11 | 1 | -62/+39 |
| | |||||
* | Cleaner compatibility. Fixes #92. | Christopher Hunt | 2014-05-10 | 1 | -135/+77 |
| | |||||
* | Clean up. Partial fix for #92. Does not work with KeeAgent. | Christopher Hunt | 2014-05-10 | 1 | -56/+62 |
| | |||||
* | Add 1.8.7 implementation. | Christopher Hunt | 2014-05-10 | 1 | -2/+86 |
| | |||||
* | Working with elevated console and elevated or limited Pageant. | Christopher Hunt | 2014-05-10 | 1 | -31/+33 |
| | |||||
* | Progress on 1.9.3 implementation. | Christopher Hunt | 2014-05-06 | 1 | -4/+105 |
| | |||||
* | Add external methods for security attribute acquiration. | Christopher Hunt | 2014-05-04 | 1 | -1/+21 |
| | |||||
* | Fixed pageant support. | Jarred Holman | 2014-01-15 | 1 | -51/+35 |
| | |||||
* | This should fix #85. | Jan Segre | 2013-03-02 | 1 | -6/+2 |
| | | | | | It's prefered to fallback to the newer api instead of checking for versions before 1.9 and 1.9 and leaving others open to breakage. | ||||
* | Changed encoding of file to prevent warnings when generating docs | Alexander Greim | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | pageant.rb - whitespace (tabs to spaces) | rich | 2012-01-21 | 1 | -41/+41 |
| | |||||
* | Adds support for Putty ssh agent and ruby 1.9 (Windows) | Javier Gonel | 2011-03-01 | 1 | -6/+87 |
| | |||||
* | Make the pageant interface respond to #closed? to avoid related errors. | Jamis Buck | 2008-11-25 | 1 | -0/+7 |
| | | | | | This fixes explosions on Windows when a forwarded authentication socket is closed. | ||||
* | add pageant support back in | Jamis Buck | 2007-08-10 | 1 | -0/+176 |
git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@144 1d2a57f2-1ded-0310-ad52-83097a15a5de |