Re: [libvirt] [PATCH] esx: do not store escaped password in esxVI_Context.

2016-05-25 Thread Matthias Bolte
2016-05-23 23:32 GMT+02:00 Dawid Zamirski : > This patch fixes an issue where screenshot API call was failing when > the esx/vcenter password contains special characters such as > apostrophee. The reason for failures was that passwords were escaped > for XML and stored in esxVI_Context which was th

Re: [libvirt] [PATCH] esx: do not store escaped password in esxVI_Context.

2016-05-25 Thread Dawid Zamirski
Hi Michal, Thanks for reviewing. I'll send v2 soon to handle EnsureSession as well. Regards, Dawid On Wed, 2016-05-25 at 14:33 +0200, Michal Privoznik wrote: > On 23.05.2016 23:32, Dawid Zamirski wrote: > > This patch fixes an issue where screenshot API call was failing > > when > > the esx/vcen

Re: [libvirt] [PATCH] esx: do not store escaped password in esxVI_Context.

2016-05-25 Thread Michal Privoznik
On 23.05.2016 23:32, Dawid Zamirski wrote: > This patch fixes an issue where screenshot API call was failing when > the esx/vcenter password contains special characters such as > apostrophee. The reason for failures was that passwords were escaped > for XML and stored in esxVI_Context which was the

[libvirt] [PATCH] esx: do not store escaped password in esxVI_Context.

2016-05-23 Thread Dawid Zamirski
This patch fixes an issue where screenshot API call was failing when the esx/vcenter password contains special characters such as apostrophee. The reason for failures was that passwords were escaped for XML and stored in esxVI_Context which was then passed to raw CURL API calls where the password m