aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb/SecurityClient.java
Commit message (Collapse)AuthorAgeFilesLines
* Add support for RSA-AES security types in Java viewerpdlan2022-09-031-2/+10
|
* Move UserPasswordGetter out of CConnBrian P. Hinz2017-11-301-8/+3
|
* Make all viewer parameters static. Viewer instances are isolated from each ↵Brian P. Hinz2016-08-271-3/+3
| | | | other by spawning a completely new process for each viewer, rather than simply starting a new thread. All dialogs were redesigned to better match the look of the native viewer, and also to be more tolerant of sizing differences between platforms.
* Whitespace cleanup onlyBrian Hinz2013-05-121-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5097 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented rfb/Configuration similar to the native client methods. Added ↵Brian Hinz2012-05-141-2/+2
| | | | | | equivalent cmd line options for all native client options except "-menuKey", which needs a little more work on the GUI side before it can be added. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4913 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4888 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Move Java source up one level and allow Java viewer to be built as a ↵DRC2011-10-071-0/+85
standalone project (per community request) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4715 3789f03b-4d11-0410-bbf8-ca57d06f2519