Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix support for 32-bpp clients connecting to 16-bpp VNC | Pavel Roskin | 2016-12-09 | 1 | -1/+1 |
| | |||||
* | vnc: code cleanup | Jay Sorg | 2016-12-04 | 1 | -9/+1 |
| | |||||
* | vnc: change password file to use guid hash | Jay Sorg | 2016-12-03 | 2 | -17/+52 |
| | |||||
* | Declare unified module interface and use it in modules | Pavel Roskin | 2016-07-08 | 1 | -4/+5 |
| | | | | | This fixes loading modules compiled with a C++ compiler. Remote thandle type, it's unused. Use tintptr for module data. Don't cast pointers to long, they won't fit on Win64. | ||||
* | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 2 | -4/+4 |
| | |||||
* | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | Typo fixes | Pavel Roskin | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -3/+3 |
| | | | | There should be no functional difference. | ||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -4/+4 |
| | |||||
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | libdir is for shared and static libraries. Some xrdp libraries are loaded dynamically from a non-standard directory, so they are used like modules. Having separate libdir and moduledir would eventually allow to separate dynamically loaded modules from shared libraries. | ||||
* | vnc: enable 32 bpp support for Xvnc, it actually works | Pavel Roskin | 2016-02-10 | 1 | -6/+12 |
| | |||||
* | Don't capitalize "Error" and print the error value | Pavel Roskin | 2016-02-07 | 1 | -1/+2 |
| | |||||
* | Replace "charactor" with "character" everywhere | Pavel Roskin | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
| | | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden. | ||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 1 | -2/+2 |
| | |||||
* | for Xvnc sesman session, use hash of password for vnc auth | Jay Sorg | 2015-10-10 | 1 | -0/+18 |
| | |||||
* | vnc: fix a issue with passwords longer that 8 | Jay Sorg | 2015-08-20 | 1 | -1/+3 |
| | |||||
* | vnc: remove rfbDes calls | Jay Sorg | 2015-08-18 | 2 | -6/+10 |
| | |||||
* | add timeout to trans_get_wait_objs_rw | Jay Sorg | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | move libvnc to trans for io | Jay Sorg | 2015-07-12 | 2 | -211/+177 |
| | |||||
* | update the module API | Jay Sorg | 2015-07-10 | 1 | -9/+10 |
| | |||||
* | remove some warnings | Jay Sorg | 2015-01-23 | 1 | -2/+14 |
| | |||||
* | Pythian patch for bidirectional vnc clipboard | Jay Sorg | 2015-01-23 | 1 | -5/+64 |
| | |||||
* | vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182 | Anthony Agresta | 2014-11-07 | 2 | -0/+12 |
| | |||||
* | coverity: Resource leak (2nd round) | Laxmikant Rashinkar | 2014-07-27 | 1 | -0/+2 |
| | |||||
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 1 | -0/+7 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 2 | -2/+2 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 2 | -1095/+1224 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | autotools: change top_srcdir to top_builddir for LIBADD | Jay Sorg | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | no logic changes, remove warnings and coding style changes | Jay Sorg | 2012-06-10 | 1 | -38/+38 |
| | |||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -40/+78 |
| | |||||
* | added NewFBSize support | Jay Sorg | 2011-05-08 | 1 | -2/+9 |
| | |||||
* | include missing files in make dist | Itamar Reis Peixoto | 2010-11-20 | 1 | -0/+1 |
| | |||||
* | fixes for bell function | Jay Sorg | 2010-11-18 | 1 | -3/+3 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -5/+5 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | Added bell (pcspeaker) support | Nicola Ruggero | 2010-10-26 | 2 | -0/+16 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-04 | 2 | -2/+2 |
| | |||||
* | fix for mstsc altgr | jsorg71 | 2010-03-17 | 1 | -0/+17 |
| | |||||
* | channel fixes | jsorg71 | 2009-08-15 | 2 | -8/+25 |
| | |||||
* | change the order of params for keydown/up to be more backward compatible | jsorg71 | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | keymap changes | jsorg71 | 2009-08-12 | 1 | -353/+1 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -0/+7 |
| | |||||
* | added 15bpp support | jsorg71 | 2009-02-23 | 1 | -2/+27 |
| | |||||
* | update copyright year | jsorg71 | 2009-01-24 | 2 | -2/+2 |
| | |||||
* | remove old makefiles | jsorg71 | 2008-12-16 | 3 | -92/+0 |
| | |||||
* | remove lib version | jsorg71 | 2008-08-15 | 1 | -3/+0 |
| | |||||
* | version and common change | jsorg71 | 2008-08-12 | 1 | -2/+2 |
| | |||||
* | build common as a library | jsorg71 | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | autotools | jsorg71 | 2008-08-03 | 1 | -0/+13 |
| |