summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_wm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in domain to session type mappingPavel Roskin2016-11-151-1/+2
* 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
* Make xrdp_wm_log_msg() log its outputPavel Roskin2016-07-081-3/+15
* Rewrite add_string_to_logwindow()Pavel Roskin2016-07-081-12/+11
* 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
* remove tabsJay Sorg2016-05-161-9/+9
* xrdp_wm: in multimon scenario, draw log window and login window onspeidy2016-05-121-2/+20
* Typo fixesPavel Roskin2016-05-041-7/+7
* Fix compile error "format not a string literal and no format arguments [-Werr...NerdKnight2016-03-281-1/+1
* 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
* 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
* 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
* 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 b9...Jim Grandy2013-08-221-7/+57
* | 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
* | 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 addedArvidNorr2013-01-181-4/+6
| |/
* | Merge pull request #58 from ArvidNorr/pam-contArvidNorr2013-01-311-1/+11
|\ \ | |/ |/|
| * 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 th...ArvidNorr2013-01-161-1/+6
* | refactor and use test2bool instead of duplicated code testing for on,yes,true...LawrenceK2013-01-171-7/+1
|/
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-1372/+1549
* fix minor merge conflictnorrarvid2012-06-181-9/+13
|\
| * Fix layoutnorrarvid2012-06-181-1/+2
| * channels can be disabled by XRDPnorrarvid2012-05-301-10/+13
* | missing init of variable addednorrarvid2012-06-041-1/+1