[virt-tools-list] [PATCH virt-viewer v2 0/7] Authentication failure changes
Jonathon Jongsma
jjongsma at redhat.com
Thu Jun 18 20:15:23 UTC 2015
Here's a new patchset that includes the fix that I previously posted for
cancelling an authentication dialog when virt-viewer is run with --reconnect.
That patch didn't handle the case of VNC guests. This series fixes the same
issue for VNC guests, and in the process introduces a bit of refactoring to
make handling of authentication issues more similar between spice and vnc
sessions.
The original patches (#1 and #7) are unchanged, but there are five additional
patches between them.
Jonathon Jongsma (7):
Move SpiceSession setup to create_spice_session()
Session: add vfunc to check auth retry capability
Fix inconsistencies in session auth failures
Rename session-auth-failed to session-auth-unsupported
VNC session: emit session-cancelled signal
Automatically retry auth failures for VNC
Don't wait for reconnect when user cancels auth
src/virt-viewer-app.c | 42 ++++++-------
src/virt-viewer-app.h | 1 +
src/virt-viewer-session-spice.c | 127 +++++++++++++++++++++-------------------
src/virt-viewer-session-vnc.c | 3 +-
src/virt-viewer-session.c | 15 ++++-
src/virt-viewer-session.h | 4 +-
src/virt-viewer.c | 2 +-
7 files changed, 105 insertions(+), 89 deletions(-)
--
2.1.0
More information about the virt-tools-list
mailing list