summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_wm.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't call file_read_section() on unitialized section namePavel Roskin2017-01-111-0/+1
| | | | | This can only happen if xrdp.ini is corrupted and has no sections for backends.
* Move mouse before clickRicardo Duarte2017-01-101-0/+4
|
* Merge pull request #553 from jsorg71/libpaintermetalefty2016-12-201-42/+11
|\ | | | | add libpainter for drawing when client does not have minimum orders
| * add libpainter for drawing when client does not have minimum ordersJay Sorg2016-12-151-42/+11
| |
* | change some magics to definesJay Sorg2016-12-101-19/+22
| |
* | add unicode supportJay Sorg2016-12-101-0/+77
|/
* Fix regression in domain to session type mappingPavel Roskin2016-11-151-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 castPavel Roskin2016-07-081-1/+1
|
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-1/+1
|
* Shorten and clarify log window messagesPavel Roskin2016-07-081-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 outputPavel Roskin2016-07-081-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 Roskin2016-07-081-12/+11
| | | | Make static, fix formatting, shorten some variable names, use += to add to variable, accept immutable strings.
* Fix format warnings in log_message() callsPavel Roskin2016-06-211-1/+1
|
* Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-2/+2
|
* xrdp_wm: fix for multimon, draw login window and log window on primaryspeidy2016-05-171-9/+12
| | | monitor
* remove tabsJay Sorg2016-05-161-9/+9
|
* xrdp_wm: in multimon scenario, draw log window and login window onspeidy2016-05-121-2/+20
| | | | primary monitor
* Typo fixesPavel Roskin2016-05-041-7/+7
|
* Fix compile error "format not a string literal and no format arguments ↵NerdKnight2016-03-281-1/+1
| | | | [-Werror=format-security]"
* Fix typosPavel Roskin2016-02-131-1/+1
|
* Run through codespellPavel Roskin2016-01-141-2/+2
|
* xrdp: change when using xrdp.ini hidelogwindowJay Sorg2015-12-011-2/+3
|
* add frame acks and h264 codec mode basicsJay Sorg2015-03-281-1/+7
|
* coverity: array compared against 0Laxmikant Rashinkar2014-07-261-2/+1
|
* coverity: Dereference after null checkLaxmikant Rashinkar2014-07-201-2/+2
|
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-2/+3
|
* libxrdp: cursor big endian fixJay Sorg2014-06-231-4/+10
|
* xrdp: don't show connection log unless there is a problemJay Sorg2014-05-191-4/+13
| | | | | | Conflicts: xrdp/xrdp_mm.c
* xrdp: xrdp_wm: changed the autologin logicspeidy2014-04-141-28/+43
|
* xrdp: for proxy modules, pass target ip to module (if ip passed-in fromspeidy2014-04-111-0/+24
| | | client into domain field (starting with _))
* xrdp:no logic change, comments and printfsJay Sorg2014-03-021-1/+1
|
* o --enable-load_pulse_modules changed to --enable-loadpulsemodulesLaxmikant Rashinkar2014-02-231-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_callsJay Sorg2014-02-081-1/+2
|
* comment spelling fixes from univentionJay Sorg2014-02-041-5/+5
|
* made login screen fully customizableLaxmikant Rashinkar2014-01-281-1/+15
|
* merges from authentic8Jay Sorg2013-09-261-8/+57
|\
| * Fix errors cause by previous merge (2361914)Jim Grandy2013-08-221-1/+0
| |
| * Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c ↵Jim Grandy2013-08-221-7/+57
| | | | | | | | b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce
* | move text2bool to os_callsJay Sorg2013-08-241-1/+1
|/
* merge from pmhahnJay Sorg2013-05-291-1/+1
|\
| * xrdp: Ignore channels and logging sectionsPhilipp Hahn2013-01-281-1/+3
| | | | | | | | Ignore two more sections in xrdp.ini when looking for default session.
* | fix for autologinJay Sorg2013-05-281-5/+8
| |
* | work on new(color) cursorsJay Sorg2013-03-181-3/+11
| |
* | work on new(color) cursorsJay Sorg2013-03-121-9/+10
| |
* | Merge pull request #59 from ArvidNorr/moreloggingArvidNorr2013-01-311-4/+6
|\ \ | | | | | | More logging for debug and trace.
| * | More logging addedArvidNorr2013-01-181-4/+6
| |/
* | Merge pull request #58 from ArvidNorr/pam-contArvidNorr2013-01-311-1/+11
|\ \ | |/ |/| PAM additions mostly for a gateway situation
| * deny access if group is undefinedArvidNorr2013-01-311-1/+1
| |
| * PAM error text can be configuredArvidNorr2013-01-281-0/+5
| |
| * Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ArvidNorr2013-01-161-1/+6
| | | | | | | | the socket is closed