Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libxrdp: oops, fix virtual desktop size check | speidy | 2016-05-18 | 1 | -2/+2 |
| | |||||
* | libxrdp: in CS_MONITOR, validate virtual desktop size we got from client | speidy | 2016-05-18 | 1 | -0/+7 |
| | |||||
* | xrdp_wm: fix for multimon, draw login window and log window on primary | speidy | 2016-05-17 | 4 | -30/+77 |
| | | | monitor | ||||
* | remove tabs | Jay Sorg | 2016-05-16 | 2 | -10/+10 |
| | |||||
* | remove tabs | Jay Sorg | 2016-05-16 | 1 | -9/+9 |
| | |||||
* | neutrinordp: indentation fixes | speidy | 2016-05-12 | 3 | -214/+262 |
| | |||||
* | neutrinordp: | speidy | 2016-05-12 | 2 | -12/+19 |
| | | | | | | o support for passing domain name to module, using xrdp.ini module specific parameter o reduce rail trace logging | ||||
* | neutrinordp: support for 32 to 16 bitmap conversion | speidy | 2016-05-12 | 2 | -0/+25 |
| | |||||
* | neutrinordp: added 16bpp to 32bpp pixel color conversion | speidy | 2016-05-12 | 1 | -0/+8 |
| | |||||
* | neutrinordp: set nla, program parameters from preamble | speidy | 2016-05-12 | 1 | -0/+8 |
| | |||||
* | xrdp_wm: in multimon scenario, draw log window and login window on | speidy | 2016-05-12 | 2 | -5/+44 |
| | | | | primary monitor | ||||
* | Merge pull request #372 from proski/gcc5-warnings | jsorg71 | 2016-05-11 | 4 | -36/+17 |
|\ | | | | | Fix warnings reported by gcc 5.3.0 on Mac OS | ||||
| * | Remove unused variables in get_display_num_from_display() | Pavel Roskin | 2016-05-06 | 1 | -18/+0 |
| | | |||||
| * | Remove unused variable in devredir_cvt_from_unicode_len() | Pavel Roskin | 2016-05-06 | 1 | -2/+1 |
| | | |||||
| * | Remove unused variables from dev_redir_proc_query_dir_response() | Pavel Roskin | 2016-05-06 | 1 | -15/+5 |
| | | |||||
| * | Check XGetWindowProperty() return code in clipboard_event_property_notify() | Pavel Roskin | 2016-05-06 | 1 | -0/+10 |
| | | |||||
| * | Return correct error code from process_server_paint_rect_shmem_ex() | Pavel Roskin | 2016-05-06 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #370 from proski/typos | Itamar Reis Peixoto | 2016-05-06 | 37 | -86/+85 |
|\ | | | | | Typo fixes and more | ||||
| * | Remove extraneous color initialization | Pavel Roskin | 2016-05-05 | 1 | -1/+0 |
| | | |||||
| * | Use better symbols to protect include files | Pavel Roskin | 2016-05-05 | 2 | -4/+4 |
| | | |||||
| * | Use uniform comments for GUIDs | Pavel Roskin | 2016-05-05 | 1 | -5/+5 |
| | | |||||
| * | Capitalize language and country names | Pavel Roskin | 2016-05-05 | 1 | -8/+8 |
| | | |||||
| * | Typo fixes | Pavel Roskin | 2016-05-04 | 33 | -68/+68 |
| | | |||||
* | | Merge pull request #332 from metalefty/freebsd/ipv6 | jsorg71 | 2016-05-05 | 1 | -40/+47 |
|\ \ | |/ |/| | common: add log for g_tcp_connect | ||||
| * | common: no logic change, indent 2 -> 4 | Koichiro IWAO | 2016-02-23 | 1 | -39/+39 |
| | | |||||
| * | common: no logic change, fix alignment, whitespaces | Koichiro IWAO | 2016-02-23 | 1 | -2/+2 |
| | | |||||
| * | common: add log for g_tcp_connect | Koichiro IWAO | 2016-02-23 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in case getaddrinfo(3) might fail. In FreeBSD, AI_V4MAPPED support for getaddrinfo(3) was very recently implemented[1]. Most of FreeBSD systems in the world do not have this implementation yet. This will be a problem when AI_V4MAPPED isn't supported and xrdp is built with IPv6 option. In such a case, g_tcp_connect always fails. Of course getaddrinfo(3) might fail in other cases. The log helps us to know what's happening. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198092 | ||||
* | | Merge pull request #360 from proski/format-warnings | jsorg71 | 2016-05-03 | 21 | -111/+100 |
|\ \ | | | | | | | Warning fixes | ||||
| * | | Fix warnings for unused variables read from byte streams | Pavel Roskin | 2016-04-23 | 7 | -36/+20 |
| | | | |||||
| * | | Fix recently introduced warnings in session.c | Pavel Roskin | 2016-04-21 | 1 | -10/+10 |
| | | | | | | | | | Use of tabs is fixed as well. | ||||
| * | | Fix warnings about unused variables and functions | Pavel Roskin | 2016-04-21 | 6 | -7/+8 |
| | | | |||||
| * | | Fix more format warnings | Pavel Roskin | 2016-04-21 | 6 | -37/+37 |
| | | | |||||
| * | | Fix format warnings caused by g_writeln("") | Pavel Roskin | 2016-04-21 | 3 | -21/+21 |
| | | | |||||
| * | | Include config_ac.h from common/os_calls.h to enable all format warnings | Pavel Roskin | 2016-04-21 | 1 | -0/+4 |
| | | | |||||
* | | | trans: set non blocking socket after accept | Jay Sorg | 2016-04-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #366 from proski/macos-sem | jsorg71 | 2016-04-26 | 2 | -11/+26 |
|\ \ \ | |/ / |/| | | Add unnamed semaphore support on Mac OS | ||||
| * | | Add unnamed semaphore support on Mac OS | Pavel Roskin | 2016-04-23 | 2 | -11/+26 |
|/ / | | | | | | | | | | | | | sem_init() is not functional on Mac OS. Use the Grand Central Dispatch implementation. Make libscp_lock.c use semaphores through the thread_calls wrapper. | ||||
* | | X11rdp: Mesa link fix | Jay Sorg | 2016-04-21 | 1 | -0/+7 |
| | | |||||
* | | multimon fix | Jay Sorg | 2016-04-20 | 1 | -4/+0 |
| | | |||||
* | | X11rdp: merge multimon from Xorg driver | Jay Sorg | 2016-04-19 | 3 | -7/+197 |
| | | |||||
* | | Merge pull request #359 from metalefty/sesman/configurable-xserver-path | jsorg71 | 2016-04-18 | 3 | -11/+25 |
|\ \ | | | | | | | sesman: do not hardcode Xorg/X11rdp/Xvnc executables | ||||
| * | | sesman: do not hardcode Xorg/X11rdp/Xvnc executables | Koichiro IWAO | 2016-04-07 | 2 | -7/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In RHEL and its clones, /usr/bin/Xorg is set suid-root. To execute Xorg with user privileges, /etc/pam.d/xserver needs be edited [1], or suid bit of Xorg binary needs to be dropped. In order to keep Xorg and /etc/pam.d/xserver untouched, preparing non-suid version of Xorg as /usr/bin/Xorg.non-suid for example is the simplest solution. However, Xorg.non-suid cannot be executed since it is hardcoded to execute Xorg in sesman. This change makes more flexible to execute Xorg with non-standard name or not in PATH environment variable. [1] https://www.centos.org/forums/viewtopic.php?t=21185 | ||||
| * | | sesman: brief xorg_params, no logic change | Koichiro IWAO | 2016-04-07 | 1 | -4/+2 |
| | | | |||||
* | | | Merge pull request #361 from metalefty/do-not-attempt-to-trap-sigkill | jsorg71 | 2016-04-17 | 2 | -15/+1 |
|\ \ \ | | | | | | | | | Do not attempt to trap SIGKILL part 2 | ||||
| * | | | Remove trailing whitespace, no logic change | Koichiro IWAO | 2016-04-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | Do not attempt to trap SIGKILL part 2 | Koichiro IWAO | 2016-04-11 | 2 | -14/+0 |
|/ / / | | | | | | | | | | it doesn't work on any OS. | ||||
* | | | fix warnings | Jay Sorg | 2016-04-09 | 3 | -3/+23 |
| | | | |||||
* | | | remove some warnings | Jay Sorg | 2016-04-09 | 2 | -6/+3 |
| | | | |||||
* | | | remove some warnings | Jay Sorg | 2016-04-09 | 1 | -6/+6 |
|/ / | |||||
* | | common: call recv/send before can_recv/can_send | Jay Sorg | 2016-04-06 | 1 | -51/+45 |
| | |