summaryrefslogtreecommitdiff
path: root/lib/net/ssh/authentication/pageant.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-251-8/+8
* Remove Trailing white spaceFlorian Wininger2021-07-011-87/+86
* Fix empty line for code clarityFlorian Wininger2021-07-011-2/+3
* Specify dll extensionW2018-05-291-5/+5
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-1/+3
* Updated rubocopMiklos Fazekas2018-03-211-466/+467
* Added more ruby versions to windows testsMiklos Fazekas2016-12-271-4/+4
* Rubocop update to 0.46.0Miklos Fazekas2016-12-151-7/+11
* Disable pagent in jruby testsMiklos Fazekas2016-11-171-1/+1
* No pagent on jruby as fiddle is not fully workingMiklos Fazekas2016-11-171-14/+113
* Removed pagent and make possible for windows platforms to use UNIXSocket base...Miklos Fazekas2016-10-271-4/+2
* Windows integration testsMiklos Fazekas2016-10-201-1/+1
* Fix https://github.com/net-ssh/net-ssh/issues/235elconas2016-06-101-1/+1
* already initialized constant DL::RUBY_FREE #285Mario Ruiz2016-01-271-2/+2
* Need using Fiddler on Ruby 2.1 and must using, other will break due to #221Eric Guo2015-08-041-12/+12
* Fixing pageant interaction on 64-bit platform - using fiddle struct API insre...Michael Pliskin2015-04-231-8/+13
* A couple of more changes needed for making pageant.rb work on Windows with Ru...Charlie Savage2015-01-251-0/+6
* Switch to using Fiddle on Ruby 2.2+ since DL has been removed.Charlie Savage2015-01-241-4/+13
* Clearer C string handling.Christopher Hunt2014-05-111-8/+9
* Remove unnecessary unicode code, fix length determination and implement KeeAg...Christopher Hunt2014-05-111-14/+10
* Consolidate send_query methods and add unicode checking.Christopher Hunt2014-05-111-62/+39
* Cleaner compatibility. Fixes #92.Christopher Hunt2014-05-101-135/+77
* Clean up. Partial fix for #92. Does not work with KeeAgent.Christopher Hunt2014-05-101-56/+62
* Add 1.8.7 implementation.Christopher Hunt2014-05-101-2/+86
* Working with elevated console and elevated or limited Pageant.Christopher Hunt2014-05-101-31/+33
* Progress on 1.9.3 implementation.Christopher Hunt2014-05-061-4/+105
* Add external methods for security attribute acquiration.Christopher Hunt2014-05-041-1/+21
* Fixed pageant support.Jarred Holman2014-01-151-51/+35
* This should fix #85.Jan Segre2013-03-021-6/+2
* Changed encoding of file to prevent warnings when generating docsAlexander Greim2012-09-201-1/+1
* pageant.rb - whitespace (tabs to spaces)rich2012-01-211-41/+41
* Adds support for Putty ssh agent and ruby 1.9 (Windows)Javier Gonel2011-03-011-6/+87
* Make the pageant interface respond to #closed? to avoid related errors.Jamis Buck2008-11-251-0/+7
* add pageant support back inJamis Buck2007-08-101-0/+176