summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* vnc: code cleanupJay Sorg2016-12-042-0/+30
* Merge pull request #512 from speidy/develmetalefty2016-12-022-18/+22
|\
| * xrdp_encoder: do not initialize for non-UNIX rdp clientsspeidy2016-11-292-18/+22
* | Use pkg-config to discover OpenSSLPavel Roskin2016-11-291-2/+3
* | Add -ldl to libcommon link flags if it's needed for dlopen()Pavel Roskin2016-11-291-1/+2
|/
* common: If IPv6 not supported, fall back to IPv4Koichiro IWAO2016-11-221-0/+16
* Merge pull request #460 from metalefty/ipv6/logsItamar Reis Peixoto2016-11-201-29/+104
|\
| * common: Address family it not always AF_INET6Koichiro IWAO2016-11-041-36/+84
| * common: Fix client IP address logging when IPv6 is enabledKoichiro IWAO2016-11-041-25/+52
* | Use g_get_strerror() instead of strerror(errno) for portabilityPavel Roskin2016-11-081-2/+2
* | Install headers used by X11rdp and xorgxrdpPavel Roskin2016-11-061-3/+5
|/
* Use static inline functions for OpenSSL 1.0 backportPavel Roskin2016-11-011-15/+26
* Add backwards compatibility to OpenSSL < 1.1.0.Dominik George2016-10-271-0/+15
* Fix ssl_calls for OpenSSL 1.1.0, closes #458.Dominik George2016-10-271-31/+30
* Use const pointers in function arguments when possiblePavel Roskin2016-10-176-8/+8
* Remove text2bool() from log.h, there is no such functionPavel Roskin2016-10-171-10/+0
* Don't use final newline in log calls, it's already appendedPavel Roskin2016-10-171-4/+4
* Fix outgoing connections on Mac OSXPavel Roskin2016-09-081-1/+17
* Add socklen_t check with substitution, use socklen_t as neededPavel Roskin2016-09-081-63/+12
* Improve debug information when closing a socketPavel Roskin2016-09-081-10/+76
* 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-255-9/+31
* 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-112-4/+2
* add region intersectJay Sorg2016-08-081-0/+3
* add more advances region support using pixmanJay Sorg2016-08-084-1/+2699
* Merge pull request #390 from proski/june21jsorg712016-08-059-53/+62
|\
| * Declare unified module interface and use it in modulesPavel Roskin2016-07-081-1/+10
| * Use enum logLevels consistently for log levelsPavel Roskin2016-07-081-2/+2
| * Use char* for TLS send and receivePavel Roskin2016-07-082-6/+6
| * Use correct types for ssl and ctx fields in struct ssl_tlsPavel Roskin2016-07-081-2/+2
| * Fix signed to unsigned comparisons reported by g++ 6.1.0Pavel Roskin2016-07-081-1/+1
| * Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-082-2/+2
| * Introduce glib style macros for allocating memory with typePavel Roskin2016-07-081-0/+7
| * Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-084-11/+11
| * Make program_name constant, don't duplicate or free itPavel Roskin2016-07-082-9/+3
| * Fix format warnings in log_message() callsPavel Roskin2016-06-211-6/+4
| * Check string format in log_messagePavel Roskin2016-06-213-12/+13
| * Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-1/+1
* | sesman: env_set_user, fix potential bof issuesspeidy2016-07-222-10/+14
|/
* xrdp_wm: fix for multimon, draw login window and log window on primaryspeidy2016-05-171-0/+1
* Merge pull request #370 from proski/typosItamar Reis Peixoto2016-05-062-6/+6
|\
| * Use uniform comments for GUIDsPavel Roskin2016-05-051-5/+5
| * Typo fixesPavel Roskin2016-05-041-1/+1
* | Merge pull request #332 from metalefty/freebsd/ipv6jsorg712016-05-051-40/+47
|\ \ | |/ |/|
| * common: no logic change, indent 2 -> 4Koichiro IWAO2016-02-231-39/+39
| * common: no logic change, fix alignment, whitespacesKoichiro IWAO2016-02-231-2/+2
| * common: add log for g_tcp_connectKoichiro IWAO2016-02-231-0/+7
* | Merge pull request #360 from proski/format-warningsjsorg712016-05-032-1/+5
|\ \