summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Bugfix] Use correct settings for 24 bit color depth (Martin Koegler)Adam Tkac2010-11-021-0/+1
* [Bugfix] Pass correct include path (-I) to nasm.Adam Tkac2010-11-021-2/+2
* [Bugfix] Add missing common/jpeg/win/jsimdcfg.inc file.Adam Tkac2010-11-021-0/+69
* [Bugfix] Don't compile gethomedir function on WIN32Adam Tkac2010-10-291-0/+3
* [Development] Use gethomedir() function in vncpasswd and vncviewer.Adam Tkac2010-10-294-10/+18
* [Development] Introduce gethomedir() function to retrieve home directory path.Adam Tkac2010-10-294-3/+104
* Work around issue in CMake 2.6DRC2010-10-271-1/+1
* Unix LFDRC2010-10-272-46/+46
* Fix 'make dist'DRC2010-10-279-18/+28
* Remove unneeded fileDRC2010-10-271-319/+0
* CMake build system for WindowsDRC2010-10-2742-92/+1030
* Oops. Need to include SecurityServer.hDRC2010-10-271-0/+1
* Avoid conflict with Visual C++ abs() intrinsicDRC2010-10-271-2/+2
* Upgrade included zlib to 1.2.5 (the main purpose of this was to get a clean b...DRC2010-10-2635-3935/+8276
* Add unit tests from libjpeg-turboDRC2010-10-2515-1/+1652
* Add license and other supporting documentation from libjpeg-turboDRC2010-10-255-5/+775
* Converting a integer shift to a byte offset of course depends on endiannessPierre Ossman2010-10-131-6/+18
* Updated Swedish translation. Peter Åstrand2010-10-111-4/+37
* Updated template for translations (executed make tigervnc.pot-update). Peter Åstrand2010-10-111-2/+35
* Previous fix for statically linking against GnuTLS on OS X broke the build on...DRC2010-10-012-0/+8
* Support linking statically with GnuTLS on OS XDRC2010-10-013-2/+25
* Add GNUTLS_CFLAGS and GNUTLS_LDFLAGS to allow GnuTLS compile/link arguments t...DRC2010-10-011-7/+21
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-0116-128/+270
* "OS/X" = "OS X"DRC2010-09-301-5/+5
* [Cleanup] Remove obsolete comment in Security class.Adam Tkac2010-09-301-4/+0
* Use proper methods for pixel conversion in the cursor code as it previouslyPierre Ossman2010-09-301-6/+3