summaryrefslogtreecommitdiffstats
path: root/xrdp
Commit message (Expand)AuthorAgeFilesLines
...
* xrdp: do case insensitive compare for section namesJay Sorg2016-11-191-3/+3
* Merge pull request #488 from metalefty/docsItamar Reis Peixoto2016-11-172-128/+129
|\
| * docs: revise description for disableSSLv3 in xrdp.iniKoichiro IWAO2016-11-161-1/+1
| * config: change order of parametersKoichiro IWAO2016-11-161-37/+38
| * config: use semicolon to comment out descriptions in config filesKoichiro IWAO2016-11-162-98/+98
| * config: Capitalize section title to fit documentsKoichiro IWAO2016-11-161-2/+2
| * config: unify all boolean values in config to true/falseKoichiro IWAO2016-11-161-11/+11
* | Merge pull request #485 from proski/code-standardsmetalefty2016-11-161-1/+1
|\ \
| * | Remove all tabs in sourcesPavel Roskin2016-11-151-1/+1
| |/
* | Fix regression in domain to session type mappingPavel Roskin2016-11-151-1/+2
|/
* change xrdp.ini security_layer=negotiate and auto generate tls keys on make i...Jay Sorg2016-11-111-1/+1
* Use km-0000yyyy.ini if km-xxxxyyyy.ini doen't existKoichiro IWAO2016-11-041-2/+14
* Merge pull request #437 from metalefty/switch-to-8-hex-digit-keymap-fileItamar Reis Peixoto2016-11-021-3/+3
|\
| * Switch to 8 hex digit keymapfileKoichiro IWAO2016-10-241-3/+3
* | Simplify names of xrdp.ini sections, rename "Session Manager" to "Xorg"Pavel Roskin2016-11-011-20/+20
|/
* Get rid of EXTRA_LIBS, use variables with more specific namesPavel Roskin2016-10-201-5/+5
* Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGSPavel Roskin2016-10-201-4/+0
* Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-201-19/+16
* Leave only one "autorun" in xrdp.ini, improve commentPavel Roskin2016-10-171-2/+3
* Don't use final newline in log calls, it's already appendedPavel Roskin2016-10-171-4/+4
* xrdp: librfxcodc link fixKoichiro IWAO2016-10-131-1/+1
* remove a debug messageJay Sorg2016-10-031-1/+0
* xrdp: handle 3 byte PDUJay Sorg2016-10-031-5/+43
* Improve message about listening socket is a wrong statePavel Roskin2016-09-081-2/+2
* new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im...Alex Illsley2016-08-251-0/+4
* add region intersectJay Sorg2016-08-082-2/+23
* add more advances region support using pixmanJay Sorg2016-08-084-250/+50
* Merge pull request #390 from proski/june21jsorg712016-08-0511-108/+106
|\
| * Cast fifo_remove_item() to XRDP_ENC_DATA* or XRDP_ENC_DATA_DONE* as neededPavel Roskin2016-07-081-2/+2
| * Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-082-3/+3
| * Use const unsigned for hex arraysPavel Roskin2016-07-081-1/+1
| * Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-085-11/+12
| * Shorten and clarify log window messagesPavel Roskin2016-07-082-6/+4
| * Make xrdp_wm_log_msg() log its outputPavel Roskin2016-07-083-63/+64
| * Rewrite add_string_to_logwindow()Pavel Roskin2016-07-081-12/+11
| * Fix format warnings in log_message() callsPavel Roskin2016-06-213-14/+11
| * Report pid and listening address/port for xrdp and xrdp-sesmanPavel Roskin2016-06-212-0/+3
| * Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-214-7/+6
* | Update xrdp_keyboard.iniAkira Taniguchi2016-06-291-1/+1
|/
* xrdp_wm: fix for multimon, draw login window and log window on primaryspeidy2016-05-172-23/+32
* remove tabsJay Sorg2016-05-162-10/+10
* remove tabsJay Sorg2016-05-161-9/+9
* xrdp_wm: in multimon scenario, draw log window and login window onspeidy2016-05-122-5/+44
* Remove extraneous color initializationPavel Roskin2016-05-051-1/+0
* Typo fixesPavel Roskin2016-05-047-27/+27
* Fix format warnings caused by g_writeln("")Pavel Roskin2016-04-211-12/+12
* remove some warningsJay Sorg2016-04-092-6/+3
* remove some warningsJay Sorg2016-04-091-6/+6
* Fix compile error "format not a string literal and no format arguments [-Werr...NerdKnight2016-03-282-2/+2
* Merge pull request #341 from proski/sanity-checksjsorg712016-03-162-34/+63
|\