summaryrefslogtreecommitdiff
path: root/lib/net/ssh/authentication/pageant.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix rubocop coding style.Florian Wininger2021-10-251-8/+8
| | | | Lot of spacing issues :)
* 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
| | | 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-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 ↵Miklos Fazekas2016-10-271-4/+2
| | | | based pagent if available
* 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
| | | 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 #221Eric Guo2015-08-041-12/+12
| | | | https://github.com/net-ssh/net-ssh/pull/221
* Fixing pageant interaction on 64-bit platform - using fiddle struct API ↵Michael Pliskin2015-04-231-8/+13
| | | | insread of manual packing arrays
* A couple of more changes needed for making pageant.rb work on Windows with ↵Charlie Savage2015-01-251-0/+6
| | | | Ruby 2.2+
* 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 ↵Christopher Hunt2014-05-111-14/+10
| | | | KeeAgent support.
* 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
| | | | | 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 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
| | | | | This fixes explosions on Windows when a forwarded authentication socket is closed.
* add pageant support back inJamis Buck2007-08-101-0/+176
git-svn-id: http://svn.jamisbuck.org/net-ssh/branches/v2@144 1d2a57f2-1ded-0310-ad52-83097a15a5de