summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* g_term_event is a wait object, not TCP socket, delete it correctlyPavel Roskin2016-09-081-1/+1
* sesrun: remove unused g_sck and write-only g_pidPavel Roskin2016-09-081-4/+0
* sesman: don't close listening socket in signal handlerPavel Roskin2016-09-081-2/+0
* Improve debug information when closing a socketPavel Roskin2016-09-081-10/+76
* Merge pull request #420 from proski/uk-keyboardmetalefty2016-09-093-0/+1060
|\
| * Add UK English keyboard and code to generate itPavel Roskin2016-09-053-0/+1060
|/
* Merge pull request #415 from metalefty/pathname-should-be-url-decodedmetalefty2016-09-011-0/+1
|\
| * chansrv: pathname also should be URL decodedKoichiro IWAO2016-08-301-0/+1
|/
* Merge pull request #364 from laigor/develmetalefty2016-08-301-0/+9
|\
| * Allows use the xkb options that for example allows you to specify a key combi...laigor2016-04-141-0/+9
* | always set SSL_OP_NO_SSLv2 in TLS optionsJay Sorg2016-08-251-4/+1
* | new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im...Alex Illsley2016-08-258-10/+46
* | Merge pull request #410 from metalefty/fix-utf8-clipboardmetalefty2016-08-231-1/+15
|\ \
| * | Fix clipboard when text/filename contains non-ASCII charactersKoichiro IWAO2016-08-181-1/+15
|/ /
* | Include stdint.h, don't redefine MAX/MIN constants if already definedJay Sorg2016-08-122-5/+17
* | Pixman fixesJay Sorg2016-08-113-5/+3
* | add region intersectJay Sorg2016-08-083-2/+26
* | add more advances region support using pixmanJay Sorg2016-08-089-251/+2755
* | Merge pull request #402 from metalefty/update-pythonjsorg712016-08-081-1/+1
|\ \
| * | X11rdp: update python 2.7 -> 2.7.11Koichiro IWAO2016-07-201-1/+1
* | | Merge pull request #384 from CarstenGrohmann/improve_cert_log_messagesjsorg712016-08-051-6/+25
|\ \ \
| * | | Improve certificate log messagesCarsten Grohmann2016-06-111-6/+25
* | | | Merge pull request #390 from proski/june21jsorg712016-08-0582-589/+690
|\ \ \ \
| * | | | Declare unified module interface and use it in modulesPavel Roskin2016-07-086-21/+39
| * | | | Use enum logLevels consistently for log levelsPavel Roskin2016-07-083-8/+8
| * | | | Use char* for TLS send and receivePavel Roskin2016-07-082-6/+6
| * | | | Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeuePavel Roskin2016-07-082-4/+4
| * | | | Use correct types for ssl and ctx fields in struct ssl_tlsPavel Roskin2016-07-081-2/+2
| * | | | Cast the result of g_shmat() to the destination typePavel Roskin2016-07-081-2/+2
| * | | | Cast fifo_remove_item() to XRDP_ENC_DATA* or XRDP_ENC_DATA_DONE* as neededPavel Roskin2016-07-081-2/+2
| * | | | Use cast when applying boolean OR to enumPavel Roskin2016-07-081-1/+3
| * | | | Fix signed to unsigned comparisons reported by g++ 6.1.0Pavel Roskin2016-07-089-16/+18
| * | | | Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-0818-27/+31
| * | | | Introduce glib style macros for allocating memory with typePavel Roskin2016-07-081-0/+7
| * | | | Don't include X11/Xlib.h for XPoint, define a replacementPavel Roskin2016-07-081-2/+3
| * | | | Cast appdata_ptr explicitly, needed for C++ compatibilityPavel Roskin2016-07-081-2/+2
| * | | | Mark g_drdynvc_chan_id as extern in g_drdynvc_chan_id, it's in chansrv.cPavel Roskin2016-07-081-1/+1
| * | | | Use const unsigned for hex arraysPavel Roskin2016-07-085-11/+13
| * | | | Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-0833-75/+82
| * | | | Use -Wwrite-strings compiler flag if supported, add required macrosPavel Roskin2016-07-083-0/+142
| * | | | Make program_name constant, don't duplicate or free itPavel Roskin2016-07-084-11/+5
| * | | | Remove commented out config_read_logging(), the code is long deadPavel Roskin2016-07-081-55/+0
| * | | | Remove unused string support in scp_session_set_addr()Pavel Roskin2016-07-085-44/+6
| * | | | Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line numberPavel Roskin2016-07-081-1/+1
| * | | | Fix scp_init() invocation, it takes no argumentsPavel Roskin2016-07-082-2/+2
| * | | | 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-219-33/+28
| * | | | Check string format in log_messagePavel Roskin2016-06-213-12/+13