Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return std::vector instead of dynamic allocation | Pierre Ossman | 2023-02-04 | 1 | -4/+3 |
| | | | | | This makes memory management more clear and robust when using these helper functions. | ||||
* | Explicitly mark unused parameters | Pierre Ossman | 2023-01-04 | 7 | -7/+7 |
| | | | | | This allows us to separate accidentally unused, from explicitly unused parameters, which allows us to turn on such checks in the compiler. | ||||
* | Update copyright year to 2022 | Pierre Ossman | 2022-01-05 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2021 | Pierre Ossman | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | Use standard install dir variable names | Pierre Ossman | 2020-03-12 | 1 | -1/+1 |
| | | | | | This makes our builds directly compatible with most distributions without packagers/users having to specify extra flags. | ||||
* | Update copyright year to 2020 | Pierre Ossman | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Update visible copyright years to 2019 | Samuel Mannehed | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'nojava' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-10-26 | 4 | -40/+0 |
|\ | |||||
| * | Remove Java web server | Pierre Ossman | 2018-10-09 | 4 | -40/+0 |
| | | | | | | | | | | Applets don't work anymore so remove everything that has to do with serving them. | ||||
* | | Change to https for tigervnc URL | Pierre Ossman | 2018-10-19 | 1 | -1/+1 |
|/ | | | | Our main web site now supports https, so update all references. | ||||
* | Catch exceptions by reference | Pierre Ossman | 2018-05-29 | 2 | -4/+4 |
| | | | | | We use polymorphic exception objects, so catching by value invokes the copy constructor and stuff that we don't really want. | ||||
* | Fix another compile error on Windows when not building with GnuTLS | Peter Åstrand (astrand) | 2018-05-02 | 1 | -0/+2 |
| | |||||
* | Update visible copyright year to 2018 | Samuel Mannehed | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #500 from bphinz/issue106-rebase | Brian Hinz | 2017-11-15 | 1 | -3/+52 |
|\ | | | | | Hook up the "Load X.509 Cert/Key" dialogs in winvnc. Fixes #106 | ||||
| * | Move gnutls functions into SSecurityTLS | Brian P. Hinz | 2017-11-14 | 1 | -33/+2 |
| | | |||||
| * | Hook up the "Load X.509 Cert/Key" dialogs in winvnc | Brian P. Hinz | 2017-08-21 | 1 | -3/+83 |
| | | |||||
* | | rfb_win32: Use scan codes if available | Rahul Kale | 2017-09-11 | 3 | -4/+10 |
|/ | | | | | | | | | | | If scan codes are available using QEMU Extended Keyboard Messages from clients, use that to inject scancodes directly into the system using the SendInput API. No conversion is needed as Windows uses the same scancode encoding. Signed-off-by: Rahul Kale <Rahul.Kale@barco.com> Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com> | ||||
* | Update visible copyright year to 2017 | Samuel Mannehed | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Don't reference Xregion unless used directly | Pierre Ossman | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | change the Copyright year | Bojan Memetovic | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | Remove legacy Windows code | Pierre Ossman | 2016-01-12 | 8 | -36/+10 |
| | | | | | We have lots of code that deals with Windows versions that we no longer support anyway. Clean out all of this old cruft. | ||||
* | Remove stub mirror driver code | Pierre Ossman | 2016-01-12 | 3 | -11/+1 |
| | | | | | We don't have any meaningful code for the mirror driver, so remove the confusing stub and interface for it. | ||||
* | Show error dialog when ACL pattern isn't accepted | Pierre Ossman | 2015-08-10 | 1 | -2/+7 |
| | |||||
* | Change netmask to prefix in ACL documentation | Pierre Ossman | 2015-08-10 | 1 | -1/+1 |
| | | | | | | The IPv6 additions deprecated support for netmasks in the access control lists. Unfortunately some documentation was not updated to reflect this fact. | ||||
* | Improve TigerVNC branding in WinVNC | Pierre Ossman | 2015-05-04 | 1 | -1/+1 |
| | | | | | Avoids conflicts with the original RealVNC implementation, or any other forks of that code. | ||||
* | winsock2.h must always be included before windows.h | Pierre Ossman | 2015-03-17 | 1 | -0/+1 |
| | |||||
* | Fix bad signed/unsigned comparisons | Pierre Ossman | 2015-03-03 | 1 | -3/+3 |
| | | | | | Either by casting, or switching to a more appropriate type for the variable. | ||||
* | Use new API for getVncAuthPasswd() | Pierre Ossman | 2014-12-02 | 1 | -1/+2 |
| | |||||
* | String literals are constant | Pierre Ossman | 2014-07-14 | 1 | -1/+1 |
| | |||||
* | Remove a lot of platform compatibilty stuff | Pierre Ossman | 2014-07-07 | 1 | -3/+0 |
| | | | | It's either not used, or no longer relevant. | ||||
* | Removes VeNCrypt-checkbox from the security page in the WinVNC options. ↵ | Samuel Mannehed | 2014-02-12 | 1 | -17/+14 |
| | | | | | | Fixes bug #142. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5159 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Update more copyrights to 2013. | Peter Åstrand | 2013-06-11 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5122 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Consolidate the installation paths and make sure we have decent defaults. | Pierre Ossman | 2012-03-27 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4873 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Remove Visual C++ support | DRC | 2011-11-08 | 1 | -5/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4774 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Use generic copyright message which refers the user to the complete ↵ | DRC | 2011-06-28 | 1 | -4/+4 |
| | | | | | | copyright history in README.txt git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4569 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Remove unused autotools build system | DRC | 2011-06-24 | 1 | -21/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4540 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Remove old Visual C++ project files (use CMake to build with Visual C++) | DRC | 2011-02-08 | 1 | -196/+0 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4260 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | [Development] Windows vncconfig: add various TLS related boxes to Security ↵ | Adam Tkac | 2011-02-01 | 4 | -89/+88 |
| | | | | | | dialog git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4248 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | [Bugfix] Fix MinGW-based Windows builds. | Adam Tkac | 2010-11-25 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4207 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | [Bugfix] win: ReverseSecurityTypes option doesn't exist so don't set it. | Adam Tkac | 2010-11-11 | 1 | -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 Tkac | 2010-11-11 | 1 | -0/+2 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4186 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Unix LF | DRC | 2010-10-27 | 1 | -20/+20 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4174 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Fix 'make dist' | DRC | 2010-10-27 | 1 | -1/+2 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4173 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | CMake build system for Windows | DRC | 2010-10-27 | 4 | -7/+57 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4171 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Oops. Need to include SecurityServer.h | DRC | 2010-10-27 | 1 | -0/+1 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4170 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | [Development] Move Get{C,S}Security from Security class to separate classes. | Adam Tkac | 2010-10-01 | 1 | -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 Tkac | 2010-09-15 | 1 | -3/+3 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4132 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | Fix VPATH and out-of-tree builds when using MinGW | DRC | 2010-05-14 | 1 | -5/+5 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4054 3789f03b-4d11-0410-bbf8-ca57d06f2519 | ||||
* | [Development] Replace SSecurityFactoryStandard class by simplier Security class. | Adam Tkac | 2010-04-23 | 2 | -3/+2 |
| | | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4039 3789f03b-4d11-0410-bbf8-ca57d06f2519 |