aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/SSecurityPlain.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use standard exception classesPierre Ossman2024-11-061-1/+1
* Don't abuse auth failure exceptionPierre Ossman2024-08-071-1/+1
* Remove auth exception prefixPierre Ossman2024-08-071-1/+1
* Avoid shadowing variablesPierre Ossman2024-06-241-1/+1
* Use nullptr in all C++ codePierre Ossman2024-06-241-1/+1
* Support the "%u" username alias in PlainUsersCarlos Santos2023-10-031-0/+9
* Consistently use uint8_t for data buffersPierre Ossman2023-03-181-2/+2
* Remove unused rfb/util.h includesPierre Ossman2023-02-041-0/+1
* Remove "str" prefix from string helpersPierre Ossman2023-02-041-1/+1
* Make strSplit() simpler and saferPierre Ossman2023-02-041-15/+8
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-1/+2
* Use fixed size character bufferPierre Ossman2023-02-041-14/+8
* Add support for RSA-AES security typespdlan2022-09-011-1/+5
* Change streams to be asynchronousPierre Ossman2020-05-211-2/+2
* Make PAM mandatoryPierre Ossman2020-03-121-5/+5
* Fix memory leaksJan Grulich2018-11-201-1/+1
* Strongly bind security objects to connection objectPierre Ossman2018-09-211-2/+2
* Limit max username/password size in SSecurityPlain.Michal Srb2017-03-301-0/+7
* Fix checkNoWait logic in SSecurityPlain.Michal Srb2017-03-301-1/+1
* [Development] Implement PasswordValidator class on Windows (Martin Koegler)Adam Tkac2010-11-021-0/+5
* [Development] Implement *Plain security types on the server side and useAdam Tkac2010-09-021-27/+38
* [Cleanup] Ensure all files use LF as newline control character, not CR+LF.Adam Tkac2010-08-111-97/+97
* [Development] Create VeNCrypt security types in Security class.Adam Tkac2010-07-201-4/+0
* [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available.Adam Tkac2010-04-281-0/+8
* [Development] Implement VeNCrypt security type on server side. Currently onlyAdam Tkac2010-04-231-0/+93