Alessandro Pilotti

Results 38 comments of Alessandro Pilotti

The milestone here is set to 3.0 which is already out, is there any update on the timeline for this feature? Thanks!

Thanks, looking forward for it! Unfortunately since almost every significant Python app relies on multiple processes for parallel workloads (os.fork / multiprocessing, etc), remote debugging is not very useful without...

Mira Mode Showers have only a BLE interface for which I created a Python module: https://github.com/alexpilotti/python-miramode I currently handle the shower outlets via template switches and shellcommands, but it would...

Hi Umesh, the "www.cloudbase.it" are just CSS background images getting loaded, so it's unrelated (we need to get rid of them in the FreeRDP repo, but it's unrelated to this...

Hi @kerbymart, performance is generally very ok, depending on what you are trying to accomplish. Being FreeRDP-WebConnect a javascript cleint that renders RDP sprites in a HTML5 canvas, general desktop...

The security risk applies only if wsgate.ini doesn't have proper restricted permissions, exactly like, e.g. /etc/nova.conf. Said that, there are two ways to overcome the need for storing the credentials:...

hmmm this sounds like an RDP issue, not related to webconnect or freerdp. Can you please write the steps to reproduce the issue, including target OS?

1) security, localsystem has full access to the os in case of exploits 2) Network connectivity to other hosts (RDP in this case)

I suggest to use a minimum set of user permissions: any potential service exploit translates into a full "root" exploit otherwise when using local system.

Unless you need transitive authentication or Kerberos auth, everything is possible as localsystem. :-) You just need to change the service logon to LocalSystem. Just to be clear (for the...