Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 47 | -0/+188 |
| | |||||
* | Remove trailing whitespace | Pavel Roskin | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | chansrv: fix warnings in pulse module | Koichiro IWAO | 2017-02-02 | 1 | -4/+4 |
| | |||||
* | xrdp-sesadmin: show sessions in human readable format | Pavel Roskin | 2017-02-02 | 1 | -7/+15 |
| | |||||
* | xrdp-sesadmin: refactor array access | Pavel Roskin | 2017-02-02 | 1 | -4/+7 |
| | |||||
* | xrdp-sesadmin: fix crash on network or authentication error | Pavel Roskin | 2017-02-02 | 1 | -5/+8 |
| | | | | | | | | If scp_v1c_mng_get_session_list() returns an error, report it to the user and exit. Session list is not initialized in that case and should not be freed. g_free() already checks its argument for being to NULL, remove an extra check. | ||||
* | docs: remove IdleTimeLimit until it is actually implemented | Koichiro IWAO | 2017-01-31 | 1 | -7/+0 |
| | | | | it gives users false hope and finally disappoints them. | ||||
* | change log message to long long | Jay Sorg | 2017-01-29 | 1 | -2/+2 |
| | |||||
* | sesman: fix warning for 32 bit / 64 bit log entry, trunc to 32 bit | Jay Sorg | 2017-01-29 | 1 | -2/+2 |
| | |||||
* | sesman: remove unnecessary fork for FreeBSD (#650) | metalefty | 2017-01-28 | 1 | -21/+12 |
| | | | it is not only unnecessary but causes another bug. | ||||
* | Add GNU/kFreeBSD support (#645) | mirabilos | 2017-01-26 | 1 | -1/+1 |
| | | | | | | * GNU/kFreeBSD is a FreeBSD variant, for code purposes. * GNU/kFreeBSD uses GNU/Linux-ish init scripts, however. | ||||
* | Constify string arguments in xrdp-chansrv sources | Pavel Roskin | 2017-01-22 | 6 | -28/+30 |
| | |||||
* | Merge pull request #630 from selu/devel | Idan Freiberg | 2017-01-23 | 1 | -1/+1 |
|\ | | | | | Fix calling XChangeProperty in clipboard provide | ||||
| * | Fix calling XChangeProperty in clipboard provide | Szabolcs Seláf | 2017-01-17 | 1 | -1/+1 |
| | | | | | | | | XChangeProperty's last parameter is number of elements, not number of bytes as it's in https://tronche.com/gui/x/xlib/window-information/XChangeProperty.html Because of this bug Paste did not work in any java applications. | ||||
* | | Improve xrdp-sesman help text | Pavel Roskin | 2017-01-17 | 1 | -16/+17 |
|/ | | | | Don't document "-ns", as "-n" and "--nodaemon" should be enough. Always refer to the program as xrdp-sesman, not sesman. | ||||
* | Don't log device_data_len in the code where it may be uninitialized | Pavel Roskin | 2017-01-11 | 1 | -3/+2 |
| | | | Log device_data_len only in the code that reads it. | ||||
* | Remove redundant function declarations | Pavel Roskin | 2017-01-11 | 2 | -11/+0 |
| | |||||
* | Remove send_channel_data() from devredir.h, it's declared in chansrv.h | Pavel Roskin | 2017-01-11 | 2 | -2/+1 |
| | | | | Include "chansrv.h" from devredir.c to have send_channel_data() declaration. | ||||
* | Merge pull request #618 from metalefty/max_disc_time | Idan Freiberg | 2017-01-12 | 1 | -1/+1 |
|\ | | | | | sesman: print max_disc_time as DisconnectedTimeLimit | ||||
| * | sesman: print max_disc_time as DisconnectedTimeLimit | Koichiro IWAO | 2017-01-10 | 1 | -1/+1 |
| | | | | | | | | not max_idle_time. | ||||
* | | rail: remove unneeded call to XGetWindowAttributes() | Pavel Roskin | 2017-01-06 | 1 | -3/+0 |
|/ | | | | It is already called above "if" with the same arguments. | ||||
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 15 | -27/+27 |
| | | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments". | ||||
* | Merge pull request #612 from proski/includes | jsorg71 | 2017-01-05 | 2 | -3/+4 |
|\ | | | | | Use <> for system includes, move system includes above local ones | ||||
| * | Use <> for system includes, move system includes above local ones | Pavel Roskin | 2017-01-04 | 2 | -3/+4 |
| | | |||||
* | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 4 | -8/+0 |
| | | |||||
* | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 6 | -7/+31 |
|/ | |||||
* | Fix help text to match the manual and the actual behavior | Pavel Roskin | 2016-12-19 | 1 | -2/+2 |
| | | | | | The help text mentions "LIST" and "KILL" commands, but the manual says "list" and "kill", and the command line parser expects the later. | ||||
* | Merge pull request #545 from moobyfr/fix-xauth | Idan Freiberg | 2016-12-19 | 4 | -0/+129 |
|\ | | | | | Fix xauth | ||||
| * | Fix typo | BLINDAUER Emmanuel | 2016-12-17 | 1 | -1/+1 |
| | | |||||
| * | - Removed tailing space | BLINDAUER Emmanuel | 2016-12-16 | 2 | -6/+4 |
| | | | | | | | | - Fixed the copyright and year | ||||
| * | - Update copyright | BLINDAUER Emmanuel | 2016-12-15 | 2 | -18/+13 |
| | | | | | | | | | | | | | | - remove test on filename for xauth as we know what we send - better names for variables in xauth - if xauth fails, exit sesman - g_bytes_to_hexstr returns a null-teminated string, don't set it twice. | ||||
| * | use correct include | BLINDAUER Emmanuel | 2016-12-15 | 1 | -3/+1 |
| | | |||||
| * | remove unused include | BLINDAUER Emmanuel | 2016-12-15 | 1 | -1/+0 |
| | | |||||
| * | - move function related to xauth in own file | BLINDAUER Emmanuel | 2016-12-15 | 7 | -69/+121 |
| | | | | | | | | | | | | - use of g_bytes_to_hexstr() - correct typos and coding syntax - don't create auth file, xauth can do that if needed | ||||
| * | xauth: use the authfile if not using default value | BLINDAUER Emmanuel | 2016-12-14 | 1 | -1/+1 |
| | | |||||
| * | Cosmetic change: follow coding standard | BLINDAUER Emmanuel | 2016-12-14 | 2 | -6/+6 |
| | | |||||
| * | use the correct size for snprintf | BLINDAUER Emmanuel | 2016-12-14 | 1 | -2/+2 |
| | | |||||
| * | Xauth: use snprintf for setting the filename and adjust the value of ↵ | BLINDAUER Emmanuel | 2016-12-14 | 1 | -8/+18 |
| | | | | | | | | computed cookie | ||||
| * | use functions from os_call.h | BLINDAUER Emmanuel | 2016-12-13 | 1 | -9/+12 |
| | | |||||
| * | Add xauth support to get more security for all backends | BLINDAUER Emmanuel | 2016-12-13 | 4 | -0/+74 |
| | | |||||
* | | Use per-display VNC password files, remove old style password if found | Pavel Roskin | 2016-12-18 | 1 | -3/+15 |
| | | | | | | | | | | | | Every session uses its own VNC password, so keep then in separate files. The old style password file uses the user's password encrypted with a known key. Since we are not replacing it anymore, we should remove it. | ||||
* | | Distribute all files except git and github specific data | Pavel Roskin | 2016-12-18 | 2 | -0/+9 |
|/ | | | | | It is better to distribute a few useless file than not to distribute needed files. | ||||
* | sesman: unbreak FreeBSD build after #523 | Koichiro IWAO | 2016-12-09 | 1 | -2/+2 |
| | |||||
* | Merge pull request #521 from proski/xorg-log | metalefty | 2016-12-09 | 1 | -1/+1 |
|\ | | | | | Change default Xorg logfile to .xorgxrdp.%s.log | ||||
| * | Change default Xorg logfile to .xorgxrdp.%s.log | Pavel Roskin | 2016-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | The log file is created in the home directory, %s is replaced with the display number (e.g. 10). If Xorg is run setuid root, it can refuse to run if the log path is absolute. | ||||
* | | Disable privilege elevation by setuid for the X server | Pavel Roskin | 2016-12-06 | 1 | -0/+28 |
|/ | |||||
* | sesman: must save guid in session data | Jay Sorg | 2016-12-04 | 3 | -1/+3 |
| | |||||
* | vnc: code cleanup | Jay Sorg | 2016-12-04 | 1 | -14/+3 |
| | |||||
* | vnc: change password file to use guid hash | Jay Sorg | 2016-12-03 | 9 | -63/+86 |
| | |||||
* | Fix C++ errors and warnings in FUSE code | Pavel Roskin | 2016-11-26 | 1 | -29/+44 |
| |