aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/UserDialog.cxx
Commit message (Collapse)AuthorAgeFilesLines
* bug fix for user is NULLJiuyang liu2020-02-101-1/+1
|
* implement username/password from env.Jiuyang liu2020-02-061-0/+13
|
* Avoid compiler "use of uninitialised variable" warningsPierre Ossman2018-09-131-0/+6
| | | | | The compiler isn't smart enough to figure all of these out, so restructure things a bit to avoid warnings.
* Display security state when asking for passwordPierre Ossman2017-09-011-3/+28
| | | | | Indicate to the user how secure the transport channel is so they can avoid entering their password for untrusted sites.
* Merge authentication dialogsPierre Ossman2017-09-011-23/+37
| | | | | Avoid having two separate code paths for the user/password and only password dialogs. Makes it easier to extend things in the future.
* Make sure we're paranoid about accidentally feeding a format string.Pierre Ossman2012-04-251-6/+4
| | | | | | | Basic patch by Joachim Falk. Slightly improved before commit. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4900 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-231-0/+4
| | | | | | | | | | the necessary defines will only be visible as a side effect of including other headers, leading to problems with things like translations, which will fail in various places. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4646 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The password file must be opened in binary mode. Otherwise, you mightPeter Åstrand2011-07-141-1/+1
| | | | | | | | get "bad obfuscated password length" errors on Windows. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4586 3789f03b-4d11-0410-bbf8-ca57d06f2519
* We need to be careful about feeding FLTK @:s when they will be used in aPierre Ossman2011-05-231-4/+10
| | | | | | | label as that is a formatting character. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4440 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implement dialog for when both username and password is needed.Pierre Ossman2011-05-171-4/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4424 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Make sure we can display all the possible dialog types the RFB core needs.Pierre Ossman2011-05-171-1/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4423 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+86
current Unix vncviewer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4345 3789f03b-4d11-0410-bbf8-ca57d06f2519