Searched hist:"7 e7e2ebc942da8285931ceabf12823e165dced8b" (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-auth-vencrypt.c | diff 7e7e2ebc942da8285931ceabf12823e165dced8b Thu Jun 23 07:31:41 CDT 2011 Daniel P. Berrange <berrange@redhat.com> Store VNC auth scheme per-client as well as per-server
A future patch will introduce a situation where different clients may have different authentication schemes set. When a new client arrives, copy the 'auth' and 'subauth' fields from VncDisplay into the client's VncState, and use the latter in all authentication functions.
* ui/vnc.h: Add 'auth' and 'subauth' to VncState * ui/vnc-auth-sasl.c, ui/vnc-auth-vencrypt.c, ui/vnc.c: Make auth functions pull auth scheme from VncState instead of VncDisplay
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | vnc-auth-sasl.c | diff 7e7e2ebc942da8285931ceabf12823e165dced8b Thu Jun 23 07:31:41 CDT 2011 Daniel P. Berrange <berrange@redhat.com> Store VNC auth scheme per-client as well as per-server
A future patch will introduce a situation where different clients may have different authentication schemes set. When a new client arrives, copy the 'auth' and 'subauth' fields from VncDisplay into the client's VncState, and use the latter in all authentication functions.
* ui/vnc.h: Add 'auth' and 'subauth' to VncState * ui/vnc-auth-sasl.c, ui/vnc-auth-vencrypt.c, ui/vnc.c: Make auth functions pull auth scheme from VncState instead of VncDisplay
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | vnc.h | diff 7e7e2ebc942da8285931ceabf12823e165dced8b Thu Jun 23 07:31:41 CDT 2011 Daniel P. Berrange <berrange@redhat.com> Store VNC auth scheme per-client as well as per-server
A future patch will introduce a situation where different clients may have different authentication schemes set. When a new client arrives, copy the 'auth' and 'subauth' fields from VncDisplay into the client's VncState, and use the latter in all authentication functions.
* ui/vnc.h: Add 'auth' and 'subauth' to VncState * ui/vnc-auth-sasl.c, ui/vnc-auth-vencrypt.c, ui/vnc.c: Make auth functions pull auth scheme from VncState instead of VncDisplay
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | vnc.c | diff 7e7e2ebc942da8285931ceabf12823e165dced8b Thu Jun 23 07:31:41 CDT 2011 Daniel P. Berrange <berrange@redhat.com> Store VNC auth scheme per-client as well as per-server
A future patch will introduce a situation where different clients may have different authentication schemes set. When a new client arrives, copy the 'auth' and 'subauth' fields from VncDisplay into the client's VncState, and use the latter in all authentication functions.
* ui/vnc.h: Add 'auth' and 'subauth' to VncState * ui/vnc-auth-sasl.c, ui/vnc-auth-vencrypt.c, ui/vnc.c: Make auth functions pull auth scheme from VncState instead of VncDisplay
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|