| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Use enum logLevels consistently for log levels | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| * | Use char* for TLS send and receive | Pavel Roskin | 2016-07-08 | 2 | -6/+6 |
| * | Use correct types for ssl and ctx fields in struct ssl_tls | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| * | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| * | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 2 | -2/+2 |
| * | Introduce glib style macros for allocating memory with type | Pavel Roskin | 2016-07-08 | 1 | -0/+7 |
| * | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 4 | -11/+11 |
| * | Make program_name constant, don't duplicate or free it | Pavel Roskin | 2016-07-08 | 2 | -9/+3 |
| * | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 1 | -6/+4 |
| * | Check string format in log_message | Pavel Roskin | 2016-06-21 | 3 | -12/+13 |
| * | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 1 | -1/+1 |
* | | sesman: env_set_user, fix potential bof issues | speidy | 2016-07-22 | 2 | -10/+14 |
|/ |
|
* | xrdp_wm: fix for multimon, draw login window and log window on primary | speidy | 2016-05-17 | 1 | -0/+1 |
* | Merge pull request #370 from proski/typos | Itamar Reis Peixoto | 2016-05-06 | 2 | -6/+6 |
|\ |
|
| * | Use uniform comments for GUIDs | Pavel Roskin | 2016-05-05 | 1 | -5/+5 |
| * | Typo fixes | Pavel Roskin | 2016-05-04 | 1 | -1/+1 |
* | | Merge pull request #332 from metalefty/freebsd/ipv6 | jsorg71 | 2016-05-05 | 1 | -40/+47 |
|\ \
| |/
|/| |
|
| * | common: no logic change, indent 2 -> 4 | Koichiro IWAO | 2016-02-23 | 1 | -39/+39 |
| * | common: no logic change, fix alignment, whitespaces | Koichiro IWAO | 2016-02-23 | 1 | -2/+2 |
| * | common: add log for g_tcp_connect | Koichiro IWAO | 2016-02-23 | 1 | -0/+7 |
* | | Merge pull request #360 from proski/format-warnings | jsorg71 | 2016-05-03 | 2 | -1/+5 |
|\ \ |
|
| * | | Fix more format warnings | Pavel Roskin | 2016-04-21 | 1 | -1/+1 |
| * | | Include config_ac.h from common/os_calls.h to enable all format warnings | Pavel Roskin | 2016-04-21 | 1 | -0/+4 |
* | | | trans: set non blocking socket after accept | Jay Sorg | 2016-04-27 | 1 | -1/+1 |
* | | | Add unnamed semaphore support on Mac OS | Pavel Roskin | 2016-04-23 | 1 | -0/+15 |
|/ / |
|
* | | common: call recv/send before can_recv/can_send | Jay Sorg | 2016-04-06 | 1 | -51/+45 |
* | | common: fix warnings | Jay Sorg | 2016-04-02 | 1 | -3/+7 |
* | | Merge pull request #341 from proski/sanity-checks | jsorg71 | 2016-03-16 | 1 | -5/+14 |
|\ \ |
|
| * | | Annotate printf-like functions if supported by the compiler | Pavel Roskin | 2016-03-03 | 1 | -5/+14 |
| |/ |
|
* | | fix warnings, move some calls to os_calls | Jay Sorg | 2016-03-16 | 2 | -0/+24 |
* | | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 2 | -12/+0 |
|/ |
|
* | common: minor fix for older openssl keygen | Jay Sorg | 2016-02-22 | 1 | -1/+1 |
* | Merge branch 'devel' of git:neutrinolabs/xrdp into devel | Jay Sorg | 2016-02-22 | 6 | -31/+29 |
|\ |
|
| * | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -23/+21 |
| * | Fix typos | Pavel Roskin | 2016-02-13 | 4 | -5/+5 |
| * | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 2 | -3/+3 |
* | | common: fix for key generated smaller than asked for | Jay Sorg | 2016-02-22 | 1 | -12/+20 |
|/ |
|
* | common: updates for file.c | Jay Sorg | 2016-02-09 | 1 | -23/+32 |
* | Merge pull request #273 from gschwind/devel | jsorg71 | 2016-02-08 | 1 | -75/+48 |
|\ |
|
| * | fix wrong handle of commented section in configuration file. | Benoit Gschwind | 2015-08-19 | 1 | -75/+48 |
* | | Merge pull request #254 from metalefty/freebsd/ipv6 | Itamar Reis Peixoto | 2016-02-08 | 1 | -3/+7 |
|\ \ |
|
| * | | common: add --enable-ipv6only option | Koichiro IWAO | 2015-07-02 | 1 | -0/+4 |
| * | | common: drop ipv6 autodetection only valid for linux | Koichiro IWAO | 2015-07-02 | 1 | -3/+3 |
* | | | More spelling fixes found by codespell and aspell | Pavel Roskin | 2016-01-30 | 1 | -1/+1 |
* | | | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -1/+1 |
* | | | Run through codespell | Pavel Roskin | 2016-01-14 | 2 | -3/+3 |
* | | | common: check for term in force send and recv | Jay Sorg | 2016-01-11 | 1 | -54/+66 |
* | | | no logic change, remove trailing space | Jay Sorg | 2015-12-11 | 1 | -1/+1 |
* | | | common: fix possible deadlock in trans | Jay Sorg | 2015-11-02 | 1 | -1/+2 |
* | | | rename g_tcp_can_recv to g_sck_can_recv | Jay Sorg | 2015-10-07 | 2 | -4/+4 |