aliguori 1263b7d613 Include auth credentials in 'info vnc' ("Daniel P. Berrange")
This patch extends the 'info vnc' monitor output to include information
about the VNC client authentication credentials.

For clients authenticated using SASL, this will output the username.

For clients authenticated using x509 certificates, this will output
the x509 distinguished name.

Auth can be stacked, so both username & x509 dname may be shown.

    Server:
         address: 0.0.0.0:5902
            auth: vencrypt+x509+sasl
    Client:
         address: 10.33.6.67:38621
      x509 dname: C=GB,O=ACME,L=London,ST=London,CN=localhost
        username: admin
    Client:
         address: 10.33.6.63:38620
      x509 dname: C=GB,O=ACME,L=London,ST=London,CN=localhost
        username: admin



 vnc-tls.c |   17 +++++++++++++++++
 vnc-tls.h |    3 +++
 vnc.c     |   19 +++++++++++++++++--
 3 files changed, 37 insertions(+), 2 deletions(-)

   Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6725 c046a42c-6fe2-441c-8c8c-71466251a162
2009-03-06 20:27:32 +00:00
2009-03-05 23:01:23 +00:00
2009-03-05 23:01:23 +00:00
2009-02-09 23:19:44 +00:00
2009-03-05 23:01:23 +00:00
2009-03-03 06:12:14 +00:00
2009-01-14 19:40:27 +00:00
2009-01-22 17:15:25 +00:00
2008-12-13 09:32:43 +00:00
2009-01-05 18:11:53 +00:00
2009-03-05 23:01:23 +00:00
2009-03-05 23:01:23 +00:00
2009-01-14 18:39:49 +00:00
2009-01-14 18:39:49 +00:00
2009-03-05 23:01:23 +00:00
2008-10-12 17:54:42 +00:00
2009-01-14 19:40:27 +00:00
2009-02-05 21:23:54 +00:00
2008-10-27 19:49:12 +00:00
2009-02-09 19:58:22 +00:00
2009-03-05 23:01:23 +00:00
2009-03-05 23:01:23 +00:00
2009-02-05 21:23:58 +00:00
2009-02-08 17:17:52 +00:00
2009-02-23 13:16:07 +00:00
2008-11-12 17:18:41 +00:00
2008-12-14 08:50:18 +00:00
2008-11-30 16:25:37 +00:00
2009-01-05 18:11:53 +00:00
2008-08-25 22:26:03 +00:00
2009-03-05 23:01:23 +00:00
2009-03-05 23:01:23 +00:00
2008-12-11 19:39:56 +00:00
2009-03-05 23:01:23 +00:00
2009-01-24 18:19:25 +00:00
2009-01-14 18:39:49 +00:00
2009-02-11 21:00:32 +00:00
2009-01-14 18:34:22 +00:00
2009-03-05 23:01:23 +00:00
2008-12-14 08:50:18 +00:00
2008-12-13 09:32:43 +00:00
2009-03-05 23:01:23 +00:00
2008-12-14 08:53:17 +00:00
2009-03-05 23:01:23 +00:00
2008-12-04 11:29:42 +00:00
2009-03-05 23:01:23 +00:00
2009-03-05 23:01:23 +00:00
2009-03-05 23:01:23 +00:00
2008-09-06 16:31:30 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
QEMU With E2K User Support
Readme 459 MiB
Languages
C 83.1%
C++ 6.3%
Python 3.2%
Dylan 2.8%
Shell 1.6%
Other 2.8%