summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-auth.h
Commit message (Collapse)AuthorAgeFilesLines
* Change collect_credentials() to return a booleanJonathon Jongsma2014-08-261-5/+5
| | | | | | Instead of returning 0 for success and -1 for failure, change to a boolean success value to be more consistent with the rest of the virt-viewer code.
* Move vnc-specific auth logic to VirtViewerSessionVncJonathon Jongsma2014-02-131-6/+0
|
* vnc: add connection by fileMarc-André Lureau2013-01-181-1/+3
| | | | | | | | | | | | | | | Learn to connect to a VNC server with the connection details file, ex: [virt-viewer] type=vnc host=localhost port=2356 password=foobar v2: - add username/password support https://bugzilla.redhat.com/show_bug.cgi?id=843410
* Ensure auth popup windows have correct transient parentDaniel P. Berrange2012-02-081-9/+5
|
* Update copyright headersDaniel P. Berrange2012-02-061-1/+1
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-7/+14
|
* build: make libvirt optionnalMarc-André Lureau2012-01-311-0/+6
|
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-011-0/+43
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX