Rui Lopes

Results 311 comments of Rui Lopes

There are extra limitations imposed on applications that execute from a remote session, so sometimes, one has to reshort to run the commands indirectly from a high privileged scheduled task...

Thanks for the clarifications. Maybe, now, when OpenSSH is installed as a windows feature it does something differently than what is available at https://github.com/PowerShell/Win32-OpenSSH/releases. I say "now", because at some...

Its indeed strange, but I'm afraid I cannot reproduce it. I've just tried Win10 Evaluation 20H2 and it worked here. It uninstalled the OpenSSH Windows feature without any problem. I'm...

@TravisEz13 where was ltsc2022 built? GitHub Actions [does not yet seem to have a windows 2022 virtual environment](https://github.com/actions/virtual-environments/issues/3138).

@jpatigny, [Windows 2022 is already in beta](https://github.com/actions/virtual-environments#available-environments), so its somewhat supported.

I should have warned you, but this kind of stuff is like a pet peeve of mine because I've been hurt by broken implementations so many times. I was curious...

Go uses a [3 clause BSD-style license](https://github.com/golang/go/blob/master/LICENSE) and both are compatible. But I will try with the public `xml.EscapeText` first.

@alexanderzobnin, is it because of this that the [trivial example](https://github.com/crewjam/saml/blob/v0.4.12/example/trivial/trivial.go#L74) `http://localhost:8000/logout` endpoint ends up redirecting to `http://localhost:8000/saml/slo` and returning a `404`?

@vdice I think everything should be ready to go now :-)