summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Development] Extend Security class to allow different default sectypes for s...Adam Tkac2010-08-124-8/+25
* [Bugfix] Return also "standard" security types (except VeNCrypt type) asAdam Tkac2010-08-121-1/+1
* [Bugfix] Check return codes from gnutls library every time.Adam Tkac2010-08-112-10/+25
* [Cleanup] Ensure all files use LF as newline control character, not CR+LF.Adam Tkac2010-08-119-797/+797
* Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to be u...DRC2010-08-072-2/+2
* Sync with libjpeg-turbo 1.0.1DRC2010-08-031-1/+1
* Fix build with YASMDRC2010-08-032-2/+2
* Handle erroneous Huffman codesDRC2010-08-032-2/+4
* [Bugfix] Extend encoding range checks to handle negative encodings well.Adam Tkac2010-07-212-3/+3
* [Bugfix] Fix memory leak in InputDevice::keyEvent function.Adam Tkac2010-07-211-0/+2
* [Bugfix] vncserver: accept <+optname> option when specified as the first one.Adam Tkac2010-07-211-1/+1
* [Development] Rename CSecurityTLSBase class to CSecurityTLS.Adam Tkac2010-07-214-22/+22
* [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSB...Adam Tkac2010-07-218-336/+137
* [Development] Rename SSecurityTLSBase source/class to SSecurityTLS.Adam Tkac2010-07-214-21/+21
* [Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase ...Adam Tkac2010-07-218-317/+115
* [Development] Implement VeNCrypt X509 subtypes on the client side.Adam Tkac2010-07-214-2/+195
* [Development] Implement X509 VeNCrypt subtypes on the server side.Adam Tkac2010-07-216-14/+158
* [Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong us...Adam Tkac2010-07-214-11/+12
* [Development] Create VeNCrypt security types in Security class.Adam Tkac2010-07-208-78/+28
* [Development] Use SecurityType also as configuration for VeNCrypt.Adam Tkac2010-07-203-111/+15
* [Development] Pass Security instance to {C,S}SecurityVeNCrypt.Adam Tkac2010-07-205-6/+8
* [Development] Add more debug logging into {C,S}SecurityVeNCrypt.Adam Tkac2010-07-202-0/+10
* [Development] Minor fixes in previous commit.Adam Tkac2010-07-201-6/+3
* [Development] Support VeNCrypt Security types in standard security type parser.Adam Tkac2010-07-201-0/+22
* [Development] Use U32 as internal SecurityType type.Adam Tkac2010-07-202-23/+57
* [Development] Move VeNCrypt security subtypes into Security.h.Adam Tkac2010-07-202-9/+9
* Use {C,S}Security instead of {C,S}SecurityStack objects in VeNCrypt routines.Adam Tkac2010-07-204-8/+8
* [Development] Client now uses security types from -SecurityTypes parameter in...Adam Tkac2010-07-204-38/+23
* [Cleanup] Remove unused CConnection::setClientSecTypeOrder function.Adam Tkac2010-07-202-13/+2
* [Development] Add xserver19.patch.Adam Tkac2010-07-201-0/+86
* [Development] Pass "serverClient" to QueryColors when compiling against X.Org...Adam Tkac2010-07-201-0/+4
* [Development] Fetch root window pointer directly from pScreen if possible.Adam Tkac2010-07-202-2/+12
* [Development] Improve privates handling in vncHooks to be compatible with X.O...Adam Tkac2010-07-201-2/+22
* [Development] Enable compilation against X.Org 1.9.X source.Adam Tkac2010-07-201-1/+3
* [Cleanup] Remove leftover code.Adam Tkac2010-07-191-1/+0
* Reuse the getpasswd() function in filter mode so that the new line is strippe...DRC2010-07-091-9/+10
* Add a filter mode option to vncpasswdDRC2010-07-092-13/+46
* Include vncviewer man page in OS X packageDRC2010-07-082-1/+4
* 64-bit support exists in OS X versions prior to 10.6DRC2010-07-081-8/+25
* Don't require GTK when building pixman moduleDRC2010-07-051-0/+3
* [Doc] Include information about running "autoreconf -fiv" in the README file.Adam Tkac2010-06-291-0/+6
* winvnc: Declare the main() function as WinMain()Adam Tkac2010-06-251-1/+4
* winvnc: Declare argv as "char**" instead of "const *char[]"Adam Tkac2010-06-253-4/+4
* [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure winso...Adam Tkac2010-06-251-1/+1
* [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4thAdam Tkac2010-06-241-1/+2
* [Bugfix] Declare d3des.h functions inside `extern "C" {}` block.Adam Tkac2010-06-241-0/+8
* [Bugfix] Re-add zlib.dsp file which was accidentally removed in r4026.Adam Tkac2010-06-241-0/+217
* Sync with libjpeg-turbo 1.0.0DRC2010-06-221-2/+3
* Extend the default keyboard table with the Windows keys so that they canPierre Ossman2010-06-151-0/+4
* Map up the rest of the standard modifiers (if available).Pierre Ossman2010-06-151-0/+14