index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
rfb
/
SSecurityPlain.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard exception classes
Pierre Ossman
2024-11-06
1
-1
/
+1
*
Don't abuse auth failure exception
Pierre Ossman
2024-08-07
1
-1
/
+1
*
Remove auth exception prefix
Pierre Ossman
2024-08-07
1
-1
/
+1
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-1
/
+1
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-1
/
+1
*
Support the "%u" username alias in PlainUsers
Carlos Santos
2023-10-03
1
-0
/
+9
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-2
/
+2
*
Remove unused rfb/util.h includes
Pierre Ossman
2023-02-04
1
-0
/
+1
*
Remove "str" prefix from string helpers
Pierre Ossman
2023-02-04
1
-1
/
+1
*
Make strSplit() simpler and safer
Pierre Ossman
2023-02-04
1
-15
/
+8
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
1
-1
/
+2
*
Use fixed size character buffer
Pierre Ossman
2023-02-04
1
-14
/
+8
*
Add support for RSA-AES security types
pdlan
2022-09-01
1
-1
/
+5
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-2
/
+2
*
Make PAM mandatory
Pierre Ossman
2020-03-12
1
-5
/
+5
*
Fix memory leaks
Jan Grulich
2018-11-20
1
-1
/
+1
*
Strongly bind security objects to connection object
Pierre Ossman
2018-09-21
1
-2
/
+2
*
Limit max username/password size in SSecurityPlain.
Michal Srb
2017-03-30
1
-0
/
+7
*
Fix checkNoWait logic in SSecurityPlain.
Michal Srb
2017-03-30
1
-1
/
+1
*
[Development] Implement PasswordValidator class on Windows (Martin Koegler)
Adam Tkac
2010-11-02
1
-0
/
+5
*
[Development] Implement *Plain security types on the server side and use
Adam Tkac
2010-09-02
1
-27
/
+38
*
[Cleanup] Ensure all files use LF as newline control character, not CR+LF.
Adam Tkac
2010-08-11
1
-97
/
+97
*
[Development] Create VeNCrypt security types in Security class.
Adam Tkac
2010-07-20
1
-4
/
+0
*
[Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available.
Adam Tkac
2010-04-28
1
-0
/
+8
*
[Development] Implement VeNCrypt security type on server side. Currently only
Adam Tkac
2010-04-23
1
-0
/
+93