aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/WinPasswdValidator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneded string duplicationPierre Ossman2023-02-041-8/+1
| | | | | It's unclear why this was initially added. The function takes string constants, so it is not going to modify these.
* Get rid of TCHAR magicPierre Ossman2023-02-041-4/+3
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
| | | | | This allows us to separate accidentally unused, from explicitly unused parameters, which allows us to turn on such checks in the compiler.
* 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 unused variablesPierre Ossman2015-03-031-2/+0
|
* [Development] Implement PasswordValidator class on Windows (Martin Koegler)Adam Tkac2010-11-021-0/+51
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4183 3789f03b-4d11-0410-bbf8-ca57d06f2519