vagrant/lib
Chris Roberts 8d36ba8864 Use Base64#strict_encode64 instead of Base64#urlsafe_encode64 for PowerShell
The #urlsafe_encode64 method complies with RFC 4648 but as the documentation
points out it uses the "URL and Filename Safe Alphabet". The #strict_encode64
method does not, and does not include linefeeds.

Fixes #10438
2018-12-06 16:13:48 -08:00
..
vagrant Use Base64#strict_encode64 instead of Base64#urlsafe_encode64 for PowerShell 2018-12-06 16:13:48 -08:00
vagrant.rb Remove level conditional for RestClient logging 2018-10-12 09:07:12 -07:00