]> source.dussan.org Git - tigervnc.git/commit
Use std::string instead of CharArray
authorPierre Ossman <ossman@cendio.se>
Fri, 13 Jan 2023 11:47:48 +0000 (12:47 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 4 Feb 2023 13:03:13 +0000 (14:03 +0100)
commitb99daadb05e14e85da6c5e905057e10fc27c0fcf
tree752e6fea3900b604d44ef6a498539e9a785bf22f
parente6c5b29f12780303299506fe04f089bc98b80c91
Use std::string instead of CharArray

Let's use a more common type instead of something homegrown. Should be
more familiar to new developers.
60 files changed:
common/network/TcpSocket.cxx
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/CMakeLists.txt
common/rfb/CSecurityRSAAES.cxx
common/rfb/CSecurityTLS.cxx
common/rfb/Configuration.cxx
common/rfb/Configuration.h
common/rfb/Congestion.cxx
common/rfb/KeyRemapper.cxx
common/rfb/Password.cxx [deleted file]
common/rfb/Password.h [deleted file]
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SSecurityRSAAES.cxx
common/rfb/SSecurityVncAuth.cxx
common/rfb/SSecurityVncAuth.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h
common/rfb/obfuscate.cxx [new file with mode: 0644]
common/rfb/obfuscate.h [new file with mode: 0644]
common/rfb/util.cxx
common/rfb/util.h
unix/tx/TXButton.h
unix/tx/TXLabel.h
unix/vncpasswd/vncpasswd.cxx
unix/x0vncserver/Geometry.cxx
unix/x0vncserver/Image.cxx
unix/xserver/hw/vnc/RFBGlue.cc
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/XserverDesktop.h
vncviewer/ServerDialog.cxx
vncviewer/UserDialog.cxx
win/rfb_win32/CurrentUser.cxx
win/rfb_win32/CurrentUser.h
win/rfb_win32/Dialog.cxx
win/rfb_win32/Dialog.h
win/rfb_win32/LaunchProcess.cxx
win/rfb_win32/LaunchProcess.h
win/rfb_win32/MsgBox.h
win/rfb_win32/MsgWindow.cxx
win/rfb_win32/MsgWindow.h
win/rfb_win32/Registry.cxx
win/rfb_win32/Service.cxx
win/rfb_win32/SocketManager.cxx
win/rfb_win32/Win32Util.cxx
win/vncconfig/Authentication.h
win/vncconfig/Connections.h
win/vncconfig/Legacy.cxx
win/vncconfig/PasswordDialog.cxx
win/winvnc/AddNewClientDialog.h
win/winvnc/QueryConnectDialog.cxx
win/winvnc/QueryConnectDialog.h
win/winvnc/STrayIcon.cxx
win/winvnc/STrayIcon.h
win/winvnc/VNCServerService.cxx
win/winvnc/VNCServerWin32.cxx
win/winvnc/winvnc.cxx