Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change collect_credentials() to return a boolean | Jonathon Jongsma | 2014-08-26 | 1 | -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 VirtViewerSessionVnc | Jonathon Jongsma | 2014-02-13 | 1 | -6/+0 |
| | |||||
* | vnc: add connection by file | Marc-André Lureau | 2013-01-18 | 1 | -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 parent | Daniel P. Berrange | 2012-02-08 | 1 | -9/+5 |
| | |||||
* | Update copyright headers | Daniel P. Berrange | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | Convert TABS to spaces & reindent everywhere | Daniel P. Berrange | 2012-02-06 | 1 | -7/+14 |
| | |||||
* | build: make libvirt optionnal | Marc-André Lureau | 2012-01-31 | 1 | -0/+6 |
| | |||||
* | Introduce standard naming convention to files & methods | Daniel P. Berrange | 2011-07-01 | 1 | -0/+43 |
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX |