This website requires JavaScript.
Explore
Help
Register
Sign In
beckermj
/
vaguerent
Watch
1
Star
0
Fork
0
You've already forked vaguerent
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
vaguerent
/
plugins
/
communicators
/
winrm
History
matthewcodes
8e7a297fb5
Fix for interpolated strings being used for username and passwords, this fix was made in commit 1dd081d but was removed by 1152b4e. This was causing passwords with $ in them to stop working as the dollar sign was getting stripped out
2015-10-28 16:39:19 +00:00
..
command_filters
Remove unneeded executable permissions.
2015-01-20 11:53:30 +01:00
scripts
Fix issue 5790
2015-06-10 16:04:46 -07:00
command_filter.rb
Added mkdir command filter for WinRM to be compatible with PS4+
2014-07-30 15:43:11 -04:00
communicator.rb
Fix for interpolated strings being used for username and passwords, this fix was made in commit 1dd081d but was removed by 1152b4e. This was causing passwords with $ in them to stop working as the dollar sign was getting stripped out
2015-10-28 16:39:19 +00:00
config.rb
Add retry_delay setting to speed up test
2015-01-28 13:41:07 -05:00
errors.rb
Better error handling for WinRM (using winrm v1.3.0.dev.2)
2014-12-11 13:22:39 -05:00
helper.rb
communicators/winrm: use winrm_info cap if available [GH-3832]
2014-05-20 20:13:36 -07:00
plugin.rb
communicators/winrm: silence warnings loading winrm
2014-04-21 13:51:27 -07:00
shell.rb
Raise Errno::ETIMEDOUT as "acceptable" Errors::ConnectionTimeout
2015-07-15 19:41:10 +02:00