Rui Lopes

Results 190 issues of Rui Lopes

This should fix #308 and #444. I'm using this at https://github.com/rgl/dump-sql-server-certificate-chain/tree/configure-tls Can you please review? I've got several TODOs in there that I'm not sure how to implement this.

currently a new sails session (and corresponding cookie) is created when you access any HTTP resource at any segment, this should be changed to only request a session at the...

feature_request
help wanted

with a published `.AppImage` asset the ERS Web UI should show an available release for linux

feature_request
help wanted

Maybe this should also download/use the evaluation ISO to the current directory? That way we could be somewhat sure from where it came from. I'm have evaluation ISOs URLs at,...

I've created a GPO (in the `EXAMPLE` domain) which adds the `EXAMPLE\Domain Users` group into the `Remote Desktop Users` group in `Computer Configuration\Preferences\Control Panel Settings\Local Users and Groups` pane: ![image](https://user-images.githubusercontent.com/43356/74678134-0188ea00-51b2-11ea-89ba-1c04a49ed026.png)...

bug

Can you implement libvirt_domain default_ip_address? As in the [vsphere provider](https://www.terraform.io/docs/providers/vsphere/r/virtual_machine.html#default_ip_address)? This would simplify: ```terraform resource "libvirt_domain" "example" { ... provisioner "remote-exec" { ... connection { ... host = self.network_interface[0].addresses[0] }...

Need investigation

It would be very useful to have direct support for setting a libvirt_volume serial/wwn number. This would allow us to better find/identify the volume while in the guest OS (e.g...

Enhancement
Good first issue

**Is your feature request related to a problem? Please describe.** Currently, all the Helm chart container names are derived from the Helm release as `name: {{ .Chart.Name }}`, but this...

kind/feature

From the source code at https://github.com/processhacker/processhacker/blob/7edcf88278c3b9852afcdcb7816b0ffef148b2a7/tools/CustomSetupTool/main.c#L256 it seems the `-silent` would work, but the following does not really work: ```powershell processhacker-3.0.3683-setup.exe install -silent | Out-String -Stream ``` So, how can...

bug

UltraVNC as an extended credentials/security type called [MS-Logon II](http://www.uvnc.com/features/authentication.html). It lets one use local or domain account credentials with an username and password instead of the tradicional VNC password. This...

feature
patchwelcome