aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CSecurityStack.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
| | | | | It's a source of confusion and possibly bugs to reuse the same variable name for multiple things.
* Remove unused CSecurity::description()Pierre Ossman2022-08-251-2/+2
|
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
| | | | | | The generally recommended way is to include it from source files, not headers. We had a mix of both. Let's try to be consistent and follow the recommended way.
* Remove unneeded NULL checksPierre Ossman2021-06-111-4/+2
| | | | | It's perfectly safe to delete NULL pointers, so simplify things by removing these checks.
* Strongly bind security objects to connection objectPierre Ossman2018-09-211-6/+6
| | | | | There is already an implicit connection between them, so let's make it explicit. This allows easy lookup outside of the processMsg() function.
* Display security state when asking for passwordPierre Ossman2017-09-011-0/+9
| | | | | Indicate to the user how secure the transport channel is so they can avoid entering their password for untrusted sites.
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-231-0/+65
TLSNone and TLSVnc VeNCrypt subtypes are implemented. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4046 3789f03b-4d11-0410-bbf8-ca57d06f2519