summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* [Development] Win vncviewer: use SecurityPage class for Security dialogAdam Tkac2011-02-012-233/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4247 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add new rfb_win32::SecurityPage classAdam Tkac2011-02-015-0/+341
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4246 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] win vncviewer: preserve security settings during reconnectionAdam Tkac2011-02-012-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4243 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] winvnc: Enable debug output when built with -D_DEBUGAdam Tkac2011-01-261-3/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4242 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Remove the "Encryption" combo box from the Windows viewer.Adam Tkac2010-12-083-13/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4218 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Preserve SecurityTypes value during "reconnect" in Win vncviewer.Adam Tkac2010-12-083-0/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4217 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add glue code for -SecurityTypes option and GUI Security dialog.Adam Tkac2010-12-083-15/+154
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4216 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add "Security" options dialog for Windows viewer.Adam Tkac2010-12-083-0/+175
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4215 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Enable viewer specific parameters in Windows viewer.Adam Tkac2010-12-081-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4214 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanup] Remove unneeded includes from CConn.cxx.Adam Tkac2010-12-081-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4213 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Link vncviewer.exe against common/os/libos.la.Adam Tkac2010-11-251-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4209 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fix MinGW-based Windows builds.Adam Tkac2010-11-254-4/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4207 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fix typo in winvnc.rc.Adam Tkac2010-11-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4206 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Generate resdefs.h from resdefs.h.cmake.in in cmake builds.Adam Tkac2010-11-252-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4205 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] win: Enable server configuration parameters in winvnc.Adam Tkac2010-11-111-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4188 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] win: ReverseSecurityTypes option doesn't exist so don't set it.Adam Tkac2010-11-111-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4187 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] win: Enable server configuration options in vncconfig.Adam Tkac2010-11-111-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4186 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Work around issue in CMake 2.6DRC2010-10-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4175 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Unix LFDRC2010-10-272-46/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4174 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix 'make dist'DRC2010-10-274-5/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4173 3789f03b-4d11-0410-bbf8-ca57d06f2519
* CMake build system for WindowsDRC2010-10-2720-71/+308
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4171 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Oops. Need to include SecurityServer.hDRC2010-10-271-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4170 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Avoid conflict with Visual C++ abs() intrinsicDRC2010-10-271-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4169 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4156 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fix vncconfig.exe compilation (broken since r4123).Adam Tkac2010-09-151-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4132 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Client now uses security types from -SecurityTypes parameter ↵Adam Tkac2010-07-201-3/+0
| | | | | | instead of hardcoded list. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4094 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Cleanup] Remove leftover code.Adam Tkac2010-07-191-1/+0
| | | | | | | Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at> git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4087 3789f03b-4d11-0410-bbf8-ca57d06f2519
* winvnc: Declare the main() function as WinMain()Adam Tkac2010-06-251-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4074 3789f03b-4d11-0410-bbf8-ca57d06f2519
* winvnc: Declare argv as "char**" instead of "const *char[]"Adam Tkac2010-06-253-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4073 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure ↵Adam Tkac2010-06-251-1/+1
| | | | | | winsock2.h is included before windows.h. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4072 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4thAdam Tkac2010-06-241-1/+2
| | | | | | | parameter more precisely. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4071 3789f03b-4d11-0410-bbf8-ca57d06f2519
* vncviewer now successfully runs on Windows/x64. And there was much ↵DRC2010-05-202-0/+26
| | | | | | rejoicing (yay...) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4062 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix 64-bit Windows issuesDRC2010-05-206-22/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4061 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Some compilers (most notably, MinGW64) don't define min and maxDRC2010-05-201-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4060 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Not necessary to include windows.h if winsock2.h is already included. If ↵DRC2010-05-203-3/+1
| | | | | | both are included, then winsock2.h must be included first. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4059 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix VPATH and out-of-tree builds when using MinGWDRC2010-05-143-15/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4054 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] winvnc: Add -ShowTrayIcon param which controls if winvnc systemAdam Tkac2010-05-131-1/+4
| | | | | | | tray icon is showed. Thanks to Antoine Martin. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4052 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-231-1/+1
| | | | | | | TLSNone and TLSVnc VeNCrypt subtypes are implemented. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4046 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-232-16/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4042 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-234-6/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4039 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Move all VncAuth code from SSecurityFactoryStandard class toAdam Tkac2010-04-231-1/+2
| | | | | | | SSecurityVncAuth class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4036 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Define security types as rdr::U8 values.Adam Tkac2010-04-231-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4034 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-233-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4033 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-232-2/+2
| | | | | | | Configuration class. Change needed viewer/server code appropriately. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4032 3789f03b-4d11-0410-bbf8-ca57d06f2519
* 'make dist' still doesn't build a complete source archive like it should, ↵DRC2010-04-111-1/+1
| | | | | | but this patch at least allows it to run without error git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4015 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Don't assign new threads to unused thread variables. No point, plusPeter Åstrand2010-02-103-4/+4
| | | | | | | | causes GCC warnings. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3980 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Eliminate GCC signed/unsigned warning. Peter Åstrand2010-02-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3979 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed unused variables.Peter Åstrand2010-02-101-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3978 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Eliminated signed/unsigned warnings. Peter Åstrand2010-02-101-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3977 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Eliminated timerId signed/unsigned warnings. Peter Åstrand2010-02-104-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3976 3789f03b-4d11-0410-bbf8-ca57d06f2519