Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't call file_read_section() on unitialized section name | Pavel Roskin | 2017-01-11 | 1 | -0/+1 |
| | | | | | This can only happen if xrdp.ini is corrupted and has no sections for backends. | ||||
* | Move mouse before click | Ricardo Duarte | 2017-01-10 | 1 | -0/+4 |
| | |||||
* | Merge pull request #553 from jsorg71/libpainter | metalefty | 2016-12-20 | 1 | -42/+11 |
|\ | | | | | add libpainter for drawing when client does not have minimum orders | ||||
| * | add libpainter for drawing when client does not have minimum orders | Jay Sorg | 2016-12-15 | 1 | -42/+11 |
| | | |||||
* | | change some magics to defines | Jay Sorg | 2016-12-10 | 1 | -19/+22 |
| | | |||||
* | | add unicode support | Jay Sorg | 2016-12-10 | 1 | -0/+77 |
|/ | |||||
* | Fix regression in domain to session type mapping | Pavel Roskin | 2016-11-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | If no domain is passed, self->session->client_info->domain is an empty string that is incorrectly treated as if the domain were passed by the client. The regression was introduced in fc753a95, when an incorrect check for non-empty domain was added. That check was removed in 67119ecc based on coverity report, leaving no trace of the original intention. Check domain both for '_' and '\0' as the initial character. In either case, select the first session type section in xrdp.ini. | ||||
* | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Shorten and clarify log window messages | Pavel Roskin | 2016-07-08 | 1 | -3/+2 |
| | | | | | Specify display in the "login failed" message. Print the section name that wasn't found. Remove stdout message about missing section, xrdp_wm_log_msg() already writes to stdout. | ||||
* | Make xrdp_wm_log_msg() log its output | Pavel Roskin | 2016-07-08 | 1 | -3/+15 |
| | | | | Accept variable arguments and the log level in xrdp_wm_log_msg(). Remove logging that is done automatically now. | ||||
* | Rewrite add_string_to_logwindow() | Pavel Roskin | 2016-07-08 | 1 | -12/+11 |
| | | | | Make static, fix formatting, shorten some variable names, use += to add to variable, accept immutable strings. | ||||
* | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 1 | -2/+2 |
| | |||||
* | xrdp_wm: fix for multimon, draw login window and log window on primary | speidy | 2016-05-17 | 1 | -9/+12 |
| | | | monitor | ||||
* | remove tabs | Jay Sorg | 2016-05-16 | 1 | -9/+9 |
| | |||||
* | xrdp_wm: in multimon scenario, draw log window and login window on | speidy | 2016-05-12 | 1 | -2/+20 |
| | | | | primary monitor | ||||
* | Typo fixes | Pavel Roskin | 2016-05-04 | 1 | -7/+7 |
| | |||||
* | Fix compile error "format not a string literal and no format arguments ↵ | NerdKnight | 2016-03-28 | 1 | -1/+1 |
| | | | | [-Werror=format-security]" | ||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 1 | -2/+2 |
| | |||||
* | xrdp: change when using xrdp.ini hidelogwindow | Jay Sorg | 2015-12-01 | 1 | -2/+3 |
| | |||||
* | add frame acks and h264 codec mode basics | Jay Sorg | 2015-03-28 | 1 | -1/+7 |
| | |||||
* | coverity: array compared against 0 | Laxmikant Rashinkar | 2014-07-26 | 1 | -2/+1 |
| | |||||
* | coverity: Dereference after null check | Laxmikant Rashinkar | 2014-07-20 | 1 | -2/+2 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -2/+3 |
| | |||||
* | libxrdp: cursor big endian fix | Jay Sorg | 2014-06-23 | 1 | -4/+10 |
| | |||||
* | xrdp: don't show connection log unless there is a problem | Jay Sorg | 2014-05-19 | 1 | -4/+13 |
| | | | | | | Conflicts: xrdp/xrdp_mm.c | ||||
* | xrdp: xrdp_wm: changed the autologin logic | speidy | 2014-04-14 | 1 | -28/+43 |
| | |||||
* | xrdp: for proxy modules, pass target ip to module (if ip passed-in from | speidy | 2014-04-11 | 1 | -0/+24 |
| | | | client into domain field (starting with _)) | ||||
* | xrdp:no logic change, comments and printfs | Jay Sorg | 2014-03-02 | 1 | -1/+1 |
| | |||||
* | o --enable-load_pulse_modules changed to --enable-loadpulsemodules | Laxmikant Rashinkar | 2014-02-23 | 1 | -1/+1 |
| | | | | | o color entries in xrdp.ini file are now specfied using RGB format only o login screen now works with pixel depth of 8, 15, 16 and 24 bits | ||||
* | remove some warning, move gethostname to os_calls | Jay Sorg | 2014-02-08 | 1 | -1/+2 |
| | |||||
* | comment spelling fixes from univention | Jay Sorg | 2014-02-04 | 1 | -5/+5 |
| | |||||
* | made login screen fully customizable | Laxmikant Rashinkar | 2014-01-28 | 1 | -1/+15 |
| | |||||
* | merges from authentic8 | Jay Sorg | 2013-09-26 | 1 | -8/+57 |
|\ | |||||
| * | Fix errors cause by previous merge (2361914) | Jim Grandy | 2013-08-22 | 1 | -1/+0 |
| | | |||||
| * | Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c ↵ | Jim Grandy | 2013-08-22 | 1 | -7/+57 |
| | | | | | | | | b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce | ||||
* | | move text2bool to os_calls | Jay Sorg | 2013-08-24 | 1 | -1/+1 |
|/ | |||||
* | merge from pmhahn | Jay Sorg | 2013-05-29 | 1 | -1/+1 |
|\ | |||||
| * | xrdp: Ignore channels and logging sections | Philipp Hahn | 2013-01-28 | 1 | -1/+3 |
| | | | | | | | | Ignore two more sections in xrdp.ini when looking for default session. | ||||
* | | fix for autologin | Jay Sorg | 2013-05-28 | 1 | -5/+8 |
| | | |||||
* | | work on new(color) cursors | Jay Sorg | 2013-03-18 | 1 | -3/+11 |
| | | |||||
* | | work on new(color) cursors | Jay Sorg | 2013-03-12 | 1 | -9/+10 |
| | | |||||
* | | Merge pull request #59 from ArvidNorr/morelogging | ArvidNorr | 2013-01-31 | 1 | -4/+6 |
|\ \ | | | | | | | More logging for debug and trace. | ||||
| * | | More logging added | ArvidNorr | 2013-01-18 | 1 | -4/+6 |
| |/ | |||||
* | | Merge pull request #58 from ArvidNorr/pam-cont | ArvidNorr | 2013-01-31 | 1 | -1/+11 |
|\ \ | |/ |/| | PAM additions mostly for a gateway situation | ||||
| * | deny access if group is undefined | ArvidNorr | 2013-01-31 | 1 | -1/+1 |
| | | |||||
| * | PAM error text can be configured | ArvidNorr | 2013-01-28 | 1 | -0/+5 |
| | | |||||
| * | Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ | ArvidNorr | 2013-01-16 | 1 | -1/+6 |
| | | | | | | | | the socket is closed |