summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Development] Expose encryption and authentication params in the "Options" wi...Adam Tkac2010-09-151-2/+84
* [Development] Add -dridir parameter to Xvnc to specify DRI drivers directory ...Adam Tkac2010-09-151-0/+121
* [Development] When building X.Org 7.5, use xserver 1.8.X to reduce number of DLLAdam Tkac2010-09-153-62/+4
* [Development] build-xorg: apply patches from xorg-7.5-patches directory only.Adam Tkac2010-09-151-2/+3
* [Development] Apply some downstream patches to get Xvnc build via build-xorg ...Adam Tkac2010-09-153-0/+107
* [Development] build-xorg: don't build hardware specific DRI drivers.Adam Tkac2010-09-151-1/+1
* [Development] build-xorg: don't build X11 documentation.Adam Tkac2010-09-151-1/+1
* [Development] Update X.Org 7.5 packages to the latest releases.Adam Tkac2010-09-151-16/+16
* [Development] Handle .tar.gz Mesa archives in build-xorg script correctly.Adam Tkac2010-09-151-1/+6
* [Development] Improve download-xorg-7.5 script to work with .tar.gz archives.Adam Tkac2010-09-151-1/+4
* [Bugfix] Fix vncconfig.exe compilation (broken since r4123).Adam Tkac2010-09-151-3/+3
* [Development] Add missing PAM sources (fixes commit r4128).Adam Tkac2010-09-074-0/+221
* [Development] Add more --disable- flags to Xorg's configure to compile Xvnc o...Adam Tkac2010-09-021-1/+1
* [Development] Compile Xvnc parallely, if possible.Adam Tkac2010-09-021-0/+4
* [Development] Implement *Plain security types on the server side and useAdam Tkac2010-09-025-34/+63
* [Development] Implement *Plain types on the client side.Adam Tkac2010-09-024-3/+89
* [Bugfix] Set pvfb->pixelFormatDefined only if format is defined.Adam Tkac2010-08-271-2/+2
* [Bugfix] Properly report transport errors to GNUTLS.Adam Tkac2010-08-252-9/+23
* [Bugfix] Xvnc: define 32bit pixel format correctly when enabled.Adam Tkac2010-08-251-5/+14
* [Development] Set default security types as follows:Adam Tkac2010-08-121-2/+12
* [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