| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Development] Add glue code for -SecurityTypes option and GUI Security dialog. | Adam Tkac | 2010-12-08 | 3 | -15/+154 |
* | [Development] Add "Security" options dialog for Windows viewer. | Adam Tkac | 2010-12-08 | 3 | -0/+175 |
* | [Bugfix] Enable viewer specific parameters in Windows viewer. | Adam Tkac | 2010-12-08 | 1 | -0/+3 |
* | [Cleanup] Remove unneeded includes from CConn.cxx. | Adam Tkac | 2010-12-08 | 1 | -2/+0 |
* | [Bugfix] Link vncviewer.exe against common/os/libos.la. | Adam Tkac | 2010-11-25 | 1 | -0/+1 |
* | [Bugfix] Fix MinGW-based Windows builds. | Adam Tkac | 2010-11-25 | 4 | -4/+3 |
* | [Bugfix] Fix typo in winvnc.rc. | Adam Tkac | 2010-11-25 | 1 | -1/+1 |
* | [Development] Generate resdefs.h from resdefs.h.cmake.in in cmake builds. | Adam Tkac | 2010-11-25 | 2 | -1/+5 |
* | [Bugfix] win: Enable server configuration parameters in winvnc. | Adam Tkac | 2010-11-11 | 1 | -0/+2 |
* | [Bugfix] win: ReverseSecurityTypes option doesn't exist so don't set it. | Adam Tkac | 2010-11-11 | 1 | -1/+0 |
* | [Bugfix] win: Enable server configuration options in vncconfig. | Adam Tkac | 2010-11-11 | 1 | -0/+2 |
* | Work around issue in CMake 2.6 | DRC | 2010-10-27 | 1 | -1/+1 |
* | Unix LF | DRC | 2010-10-27 | 2 | -46/+46 |
* | Fix 'make dist' | DRC | 2010-10-27 | 4 | -5/+10 |
* | CMake build system for Windows | DRC | 2010-10-27 | 20 | -71/+308 |
* | Oops. Need to include SecurityServer.h | DRC | 2010-10-27 | 1 | -0/+1 |
* | Avoid conflict with Visual C++ abs() intrinsic | DRC | 2010-10-27 | 1 | -2/+2 |
* | [Development] Move Get{C,S}Security from Security class to separate classes. | Adam Tkac | 2010-10-01 | 1 | -1/+1 |
* | [Bugfix] Fix vncconfig.exe compilation (broken since r4123). | Adam Tkac | 2010-09-15 | 1 | -3/+3 |
* | [Development] Client now uses security types from -SecurityTypes parameter in... | Adam Tkac | 2010-07-20 | 1 | -3/+0 |
* | [Cleanup] Remove leftover code. | Adam Tkac | 2010-07-19 | 1 | -1/+0 |
* | winvnc: Declare the main() function as WinMain() | Adam Tkac | 2010-06-25 | 1 | -1/+4 |
* | winvnc: Declare argv as "char**" instead of "const *char[]" | Adam Tkac | 2010-06-25 | 3 | -4/+4 |
* | [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure winso... | Adam Tkac | 2010-06-25 | 1 | -1/+1 |
* | [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4th | Adam Tkac | 2010-06-24 | 1 | -1/+2 |
* | vncviewer now successfully runs on Windows/x64. And there was much rejoicing... | DRC | 2010-05-20 | 2 | -0/+26 |
* | Fix 64-bit Windows issues | DRC | 2010-05-20 | 6 | -22/+27 |
* | Some compilers (most notably, MinGW64) don't define min and max | DRC | 2010-05-20 | 1 | -0/+8 |
* | Not necessary to include windows.h if winsock2.h is already included. If bot... | DRC | 2010-05-20 | 3 | -3/+1 |
* | Fix VPATH and out-of-tree builds when using MinGW | DRC | 2010-05-14 | 3 | -15/+15 |
* | [Development] winvnc: Add -ShowTrayIcon param which controls if winvnc system | Adam Tkac | 2010-05-13 | 1 | -1/+4 |
* | [Development] Implement VeNCrypt type support on client side. Currently only | Adam Tkac | 2010-04-23 | 1 | -1/+1 |
* | [Development] Use enhanced Security class by both UNIX and Windows viewers. | Adam Tkac | 2010-04-23 | 2 | -16/+3 |
* | [Development] Replace SSecurityFactoryStandard class by simplier Security class. | Adam Tkac | 2010-04-23 | 4 | -6/+2 |
* | [Development] Move all VncAuth code from SSecurityFactoryStandard class to | Adam Tkac | 2010-04-23 | 1 | -1/+2 |
* | [Development] Define security types as rdr::U8 values. | Adam Tkac | 2010-04-23 | 1 | -2/+2 |
* | [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. | Adam Tkac | 2010-04-23 | 3 | -3/+3 |
* | [Development] Add possibility to define viewer/server specific parameters via | Adam Tkac | 2010-04-23 | 2 | -2/+2 |
* | 'make dist' still doesn't build a complete source archive like it should, but... | DRC | 2010-04-11 | 1 | -1/+1 |
* | Don't assign new threads to unused thread variables. No point, plus | Peter Åstrand | 2010-02-10 | 3 | -4/+4 |
* | Eliminate GCC signed/unsigned warning. | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Removed unused variables. | Peter Åstrand | 2010-02-10 | 1 | -2/+0 |
* | Eliminated signed/unsigned warnings. | Peter Åstrand | 2010-02-10 | 1 | -6/+6 |
* | Eliminated timerId signed/unsigned warnings. | Peter Åstrand | 2010-02-10 | 4 | -6/+6 |
* | Eliminated GCC warning: DWORD is unsigned long, so use that in the | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminated GCC signed/unsigned warnings: | Peter Åstrand | 2010-02-10 | 2 | -3/+3 |
* | Bugfix: We were using assignement instead of comparision in the if | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h. | Peter Åstrand | 2010-02-10 | 1 | -1/+0 |
* | Eliminate GCC signed/unsigned warnings related to encodings: The | Peter Åstrand | 2010-02-10 | 2 | -4/+4 |
* | Eliminate three more GCC warnings: | Peter Åstrand | 2010-02-10 | 1 | -3/+3 |