| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | Cast appdata_ptr explicitly, needed for C++ compatibility | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| * | Mark g_drdynvc_chan_id as extern in g_drdynvc_chan_id, it's in chansrv.c | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| * | Use const unsigned for hex arrays | Pavel Roskin | 2016-07-08 | 2 | -3/+3 |
| * | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 10 | -32/+35 |
| * | Make program_name constant, don't duplicate or free it | Pavel Roskin | 2016-07-08 | 2 | -2/+2 |
| * | Remove commented out config_read_logging(), the code is long dead | Pavel Roskin | 2016-07-08 | 1 | -55/+0 |
| * | Remove unused string support in scp_session_set_addr() | Pavel Roskin | 2016-07-08 | 5 | -44/+6 |
| * | Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line number | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| * | Fix scp_init() invocation, it takes no arguments | Pavel Roskin | 2016-07-08 | 2 | -2/+2 |
| * | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 3 | -4/+4 |
| * | Report pid and listening address/port for xrdp and xrdp-sesman | Pavel Roskin | 2016-06-21 | 1 | -5/+4 |
| * | Rename SESMAN_CFG_X11DISPLAYOFFSET to SESMAN_CFG_SESS_X11DISPLAYOFFSET | Pavel Roskin | 2016-06-21 | 2 | -2/+2 |
| * | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 1 | -1/+1 |
* | | Merge pull request #388 from metalefty/freebsd/fuse | jsorg71 | 2016-08-05 | 1 | -1/+1 |
|\ \ |
|
| * | | sesman: Add /sbin to PATH for FreeBSD | Koichiro IWAO | 2016-06-20 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel | speidy | 2016-07-26 | 5 | -35/+667 |
|\ \ |
|
| * | | chansrv: avoid chansrv SEGV when xinode is NULL | Kentaro Hayashi | 2016-07-21 | 2 | -1/+10 |
| * | | chansrv: added mp3 compression from Speidy | Jay Sorg | 2016-07-13 | 3 | -34/+657 |
| |/ |
|
* | | sesman: env_set_user, fix potential bof issues | speidy | 2016-07-22 | 3 | -29/+71 |
|/ |
|
* | 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 |
* | Use better symbols to protect include files | Pavel Roskin | 2016-05-05 | 2 | -4/+4 |
* | Typo fixes | Pavel Roskin | 2016-05-04 | 5 | -5/+5 |