aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Development] java: Implement TLS security type. (Martin Koegler)Adam Tkac2010-11-185-2/+167
* [Development] client: Add dialog window to accept/save invalid X509Adam Tkac2010-11-188-11/+158
* [Development] Add generic UserMsgBox class. (Guillaume Destuynder)Adam Tkac2010-11-182-3/+43
* [Doc] Add copyrights to recently added Message Box code.Adam Tkac2010-11-112-0/+2
* [Development] java: Add simple Message Box implementation. (Martin Koegler)Adam Tkac2010-11-113-2/+166
* [Development] Allow changing the default value of string parameters. (Martin ...Adam Tkac2010-11-112-0/+7
* [Development] java: Implement Plain Security type. (Martin Koegler)Adam Tkac2010-11-112-0/+20
* [Development] java: Support asking for a user name. (Martin Koegler)Adam Tkac2010-11-112-4/+40
* [Development] java: Implement VeNCrypt chooser (Martin Koegler)Adam Tkac2010-11-112-18/+58
* [Bugfix] Xvnc: use strncpy instead of strncat to copy string to uninitializedAdam Tkac2010-11-111-1/+2
* [Development] java: Add VeNCrypt security types. (Martin Koegler)Adam Tkac2010-11-111-4/+12
* [Bugfix] win: Enable server configuration parameters in winvnc.Adam Tkac2010-11-111-0/+2
* [Bugfix] win: ReverseSecurityTypes option doesn't exist so don't set it.Adam Tkac2010-11-111-1/+0
* [Bugfix] win: Enable server configuration options in vncconfig.Adam Tkac2010-11-111-0/+2
* Generate config.h for Windows buildDRC2010-11-092-0/+22
* Static Xvnc build should now work with later versions of libgnutls that depen...DRC2010-11-042-39/+26
* [Development] Implement PasswordValidator class on Windows (Martin Koegler)Adam Tkac2010-11-026-0/+101