summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...Adam Tkac2011-02-012-2/+3
* [Development] Windows vncconfig: add various TLS related boxes to Security di...Adam Tkac2011-02-014-89/+88
* [Development] Win vncviewer: use SecurityPage class for Security dialogAdam Tkac2011-02-012-233/+24
* [Development] Add new rfb_win32::SecurityPage classAdam Tkac2011-02-015-0/+341
* [Development] Add Security::ToString methodAdam Tkac2011-02-012-0/+27
* [Development] Allow to set security types directly in the Security classAdam Tkac2011-02-011-0/+2
* [Bugfix] win vncviewer: preserve security settings during reconnectionAdam Tkac2011-02-012-0/+3
* [Development] winvnc: Enable debug output when built with -D_DEBUGAdam Tkac2011-01-261-3/+13
* [Development] Add possibility to build Windows programs with GNUTLS via cmake.Adam Tkac2011-01-194-3/+37
* [Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definit...Adam Tkac2011-01-191-0/+1
* [Bugfix] Don't include unistd.h and don't call access() on Windows.Adam Tkac2011-01-191-0/+7
* [Bugfix] Use free() instead of gnutls_free() on Windows.Adam Tkac2011-01-191-0/+18
* [Bugfix] Handle situation when viewer doesn't send the key release event well.Adam Tkac2011-01-171-0/+10
* [Bugfix] Fix "Alt key gets stuck in Xvnc" issue.Adam Tkac2011-01-171-2/+68
* [Bugfix] Disable server-side key autorepeating.Adam Tkac2011-01-171-0/+15
* [Bugfix] TXViewport: check if we need another scrollbar after adding oneAdam Tkac2011-01-171-4/+13
* [Bugfix] TXViewport: set the window max width/height considering the scrollbarsAdam Tkac2011-01-171-0/+11
* [Bugfix] Render "Ok" and "Cancel" button correctly when compiled with GNUTLS.Adam Tkac2011-01-071-0/+2
* Further protect against bad Huffman codesDRC2011-01-041-1/+1
* Sometimes we get copy requests that are partially or fully outside thePierre Ossman2010-12-211-0/+7
* We might sometimes end up with an empty copy because of clipping. Make surePierre Ossman2010-12-211-1/+2
* Clean up CopyWindow hook so it's more readable.Pierre Ossman2010-12-211-4/+8
* Add extra check for bad copy rects and try to handle it gracefully instead ofPierre Ossman2010-12-211-8/+31
* [Development] Allow to modify only "desktop", "SendCutText" and "AcceptCutText"Adam Tkac2010-12-133-4/+26
* [Bugfix] Handle situation when keyboard has no modifiers in Input.cc well.Adam Tkac2010-12-081-38/+61
* [Bugfix] Fix various compilation warnings.Adam Tkac2010-12-082-5/+7
* [Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...Adam Tkac2010-12-082-0/+9
* [Development] Add xserver110.patchAdam Tkac2010-12-081-0/+86
* [Development] Add support for X.Org 1.10Adam Tkac2010-12-084-3/+47
* [Bugfix] Don't hook pixmaps in vncHooks, it fixes crash after XDrawArc call.Adam Tkac2010-12-081-2/+2
* [Bugfix] Fix "off-by-one" sprintf error in CConn::showMsgBox() function.Adam Tkac2010-12-081-1/+1
* [Development] Remove the "Encryption" combo box from the Windows viewer.Adam Tkac2010-12-083-13/+2
* [Development] Preserve SecurityTypes value during "reconnect" in Win vncviewer.Adam Tkac2010-12-083-0/+27
* [Development] Add glue code for -SecurityTypes option and GUI Security dialog.Adam Tkac2010-12-083-15/+154
* [Development] Add "Security" options dialog for Windows viewer.Adam Tkac2010-12-084-2/+177
* [Bugfix] Enable viewer specific parameters in Windows viewer.Adam Tkac2010-12-081-0/+3
* [Cleanup] Remove unneeded includes from CConn.cxx.Adam Tkac2010-12-081-2/+0
* Make it possible to disable PAM support if you want to avoid that dependency.Pierre Ossman2010-12-071-5/+13
* [Bugfix] Fix "Add-dridir-parameter" patch for Xorg 7.5.Adam Tkac2010-12-061-15/+25
* [Bugfix] Improve fix for #3112731.Adam Tkac2010-12-011-1/+1
* [Bugfix] Link vncviewer.exe against common/os/libos.la.Adam Tkac2010-11-251-0/+1
* [Development] Implement gethomedir() function on Windows.Adam Tkac2010-11-252-8/+32
* [Bugfix] Fix MinGW-based Windows builds.Adam Tkac2010-11-255-5/+13
* [Bugfix] Fix typo in winvnc.rc.Adam Tkac2010-11-251-1/+1
* [Development] Generate resdefs.h from resdefs.h.cmake.in in cmake builds.Adam Tkac2010-11-252-1/+5
* [Bugfix] Don't operate on erased iterator (ID 3112731).Adam Tkac2010-11-221-2/+3
* [Development] Remove support for the "Tight" security type from Java code.Adam Tkac2010-11-188-933/+23
* [Development] Remove support for the "Tight" security type from C++ code.Adam Tkac2010-11-1810-604/+3
* [Bugfix] java: Disable Tight security type.Adam Tkac2010-11-181-0/+2
* [Development] java: Implement X509 Security types. (Martin Koegler)Adam Tkac2010-11-184-2/+128