| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Cast pointer to uint64_t through tintptr to avoid warnings | Pavel Roskin | 2016-11-26 | 1 | -4/+4 |
| * | Use constant strings to fix warnings | Pavel Roskin | 2016-11-26 | 3 | -13/+15 |
| * | Call devredir_cvt_slash() on the path copy, it changes the argument | Pavel Roskin | 2016-11-26 | 1 | -5/+6 |
| * | Disable or remove dead code to prevent it from throwing warnings | Pavel Roskin | 2016-11-26 | 1 | -11/+12 |
| * | Include needed files in chansrv_fuse.c, remove duplicate declarations | Pavel Roskin | 2016-11-26 | 2 | -18/+10 |
| * | Fix misuse of NULL for arithmetic type | Pavel Roskin | 2016-11-26 | 1 | -1/+1 |
| * | Use FUSE_CFLAGS and FUSE_LIBS from pkg-config | Pavel Roskin | 2016-11-26 | 2 | -4/+3 |
| * | Remove "-ac" from X server parameters, it's insecure and unnecessary | Pavel Roskin | 2016-11-21 | 1 | -3/+0 |
| * | Fix format warnings if FUSE is enabled | Pavel Roskin | 2016-11-21 | 1 | -74/+75 |
| * | chansrv: some fixes to log file path | Jay Sorg | 2016-11-19 | 1 | -34/+32 |
| * | Merge pull request #488 from metalefty/docs | Itamar Reis Peixoto | 2016-11-17 | 1 | -36/+35 |
| |\ |
|
| | * | config: use semicolon to comment out descriptions in config files | Koichiro IWAO | 2016-11-16 | 1 | -31/+31 |
| | * | config: unify all boolean values in config to true/false | Koichiro IWAO | 2016-11-16 | 1 | -7/+6 |
| * | | Merge pull request #477 from proski/vnc-strerror | metalefty | 2016-11-16 | 1 | -5/+9 |
| |\ \ |
|
| | * | | Don't try to create .vnc directory if it exists | Pavel Roskin | 2016-11-15 | 1 | -3/+7 |
| | * | | Report system error if the VNC password file cannot be created | Pavel Roskin | 2016-11-15 | 1 | -2/+2 |
| * | | | Merge pull request #476 from proski/auth | metalefty | 2016-11-16 | 4 | -13/+13 |
| |\ \ \ |
|
| | * | | | Fix compile warnings for non-default authentication methods | Pavel Roskin | 2016-11-15 | 4 | -13/+13 |
| | |/ / |
|
| * | | | Merge pull request #485 from proski/code-standards | metalefty | 2016-11-16 | 2 | -8/+8 |
| |\ \ \ |
|
| | * | | | Fix compilation with C++ | Pavel Roskin | 2016-11-15 | 1 | -2/+2 |
| | * | | | Remove all tabs in sources | Pavel Roskin | 2016-11-15 | 2 | -6/+6 |
| | |/ / |
|
| * | | | Merge pull request #480 from proski/strncat | metalefty | 2016-11-16 | 1 | -1/+1 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Fix potential buffer overflow in strncat() invocation | Pavel Roskin | 2016-11-15 | 1 | -1/+1 |
| | |/ |
|
| * / | Omit numbers from the "param" keys, they are not needed | Pavel Roskin | 2016-11-15 | 1 | -23/+23 |
| |/ |
|
| * | Merge pull request #454 from metalefty/change-chansrv-log-path | metalefty | 2016-11-07 | 1 | -0/+40 |
| |\ |
|
| | * | chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdp | Koichiro IWAO | 2016-10-25 | 1 | -0/+40 |
| * | | Move -logfile /dev/null option for easier commenting in debug scenarios. | Dominik George | 2016-10-28 | 1 | -6/+6 |
| |/ |
|
| * | Fix memory leak in xrdp-sesman on config reload | Pavel Roskin | 2016-10-21 | 3 | -0/+22 |
| * | Memory leak fix: keep X server path in the parameter list | Pavel Roskin | 2016-10-21 | 1 | -6/+3 |
| * | Call auth_end() exactly once in scp_v0_process() | Pavel Roskin | 2016-10-21 | 1 | -5/+1 |
| * | Fix memory leak: free session data | Pavel Roskin | 2016-10-21 | 4 | -10/+8 |
| * | Get rid of EXTRA_LIBS, use variables with more specific names | Pavel Roskin | 2016-10-20 | 1 | -6/+6 |
| * | Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS | Pavel Roskin | 2016-10-20 | 1 | -3/+1 |
| * | Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS | Pavel Roskin | 2016-10-20 | 1 | -14/+10 |
| * | Use const pointers in function arguments when possible | Pavel Roskin | 2016-10-17 | 12 | -26/+28 |
| * | Fix wrong comments in sesman config printing code | Pavel Roskin | 2016-10-17 | 1 | -4/+4 |
| * | Fix incorrect description of auth_userpass() return value | Pavel Roskin | 2016-10-17 | 1 | -1/+1 |
| * | Don't use final newline in log calls, it's already appended | Pavel Roskin | 2016-10-17 | 4 | -11/+11 |
| * | Log malloc errors with LOG_LEVEL_ERROR | Pavel Roskin | 2016-10-17 | 2 | -2/+2 |
| * | Don't close socket in scp_process_start(), the caller closes it | Pavel Roskin | 2016-09-08 | 1 | -1/+0 |
| * | g_term_event is a wait object, not TCP socket, delete it correctly | Pavel Roskin | 2016-09-08 | 1 | -1/+1 |
| * | sesrun: remove unused g_sck and write-only g_pid | Pavel Roskin | 2016-09-08 | 1 | -4/+0 |
| * | sesman: don't close listening socket in signal handler | Pavel Roskin | 2016-09-08 | 1 | -2/+0 |
| * | chansrv: pathname also should be URL decoded | Koichiro IWAO | 2016-08-30 | 1 | -0/+1 |
| * | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 33 | -197/+114 |
| |\ |
|
| | * | Use enum logLevels consistently for log levels | Pavel Roskin | 2016-07-08 | 2 | -6/+6 |
| | * | Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeue | Pavel Roskin | 2016-07-08 | 2 | -4/+4 |
| | * | Use cast when applying boolean OR to enum | Pavel Roskin | 2016-07-08 | 1 | -1/+3 |
| | * | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 6 | -11/+13 |
| | * | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 13 | -21/+25 |