Brice Figureau
Brice Figureau
I'll have a deeper look later, but my understanding is that NTLM authenticates TCP connections and not HTTP request. Since encryption is dependent on the authentication, it is not possible...
@rgl, I'm not really versed into Windows encoding (nor UTF-16). From what I understand this code is building a pure UCS-2 (wide char) string with the topmost byte being always...
@rgl I'm lost, your PR implements a BE->LE conversion, but your last comment here seems to imply it wasn't needed. Can you elaborate?
Indeed, we used to return early when timeouts were happening, now we try harder because it can happen the remote host just times out for long commands. Beside making that...
Well to my knowledge (didn't try it), the problem is that OPTIONS is not supported by Nginx (nor this plugin). But I believe this can be worked-around with something like...
Can someone confirm the above work-around works?
Thanks for the report. While it is very possible that you found a bug, it is also possible that you're not testing correctly (if you look at the closed issues...
It would be great if someone would send me a PR, I could merge it officially.
> @masterzen Would you mind creating a new release for this change? Done, I created v0.9.3. Since I haven't done so in ages, let me know if there's anything not...
What version of TextMate are you using, and are you using my version of the bundle or the "official" one (ie: https://github.com/puppet-textmate-bundle/puppet-textmate-bundle)