| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | Fix warnings about unused variables and functions | Pavel Roskin | 2016-04-21 | 6 | -7/+8 | |
| | * | | | | | | | | | | | Fix more format warnings | Pavel Roskin | 2016-04-21 | 6 | -37/+37 | |
| | * | | | | | | | | | | | Fix format warnings caused by g_writeln("") | Pavel Roskin | 2016-04-21 | 3 | -21/+21 | |
| | * | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | Merge pull request #366 from proski/macos-sem | jsorg71 | 2016-04-26 | 2 | -11/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Add unnamed semaphore support on Mac OS | Pavel Roskin | 2016-04-23 | 2 | -11/+26 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | X11rdp: Mesa link fix | Jay Sorg | 2016-04-21 | 1 | -0/+7 | |
| * | | | | | | | | | | | multimon fix | Jay Sorg | 2016-04-20 | 1 | -4/+0 | |
| * | | | | | | | | | | | X11rdp: merge multimon from Xorg driver | Jay Sorg | 2016-04-19 | 3 | -7/+197 | |
| * | | | | | | | | | | | Merge pull request #359 from metalefty/sesman/configurable-xserver-path | jsorg71 | 2016-04-18 | 3 | -11/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | sesman: do not hardcode Xorg/X11rdp/Xvnc executables | Koichiro IWAO | 2016-04-07 | 2 | -7/+23 | |
| | * | | | | | | | | | | | sesman: brief xorg_params, no logic change | Koichiro IWAO | 2016-04-07 | 1 | -4/+2 | |
| * | | | | | | | | | | | | Merge pull request #361 from metalefty/do-not-attempt-to-trap-sigkill | jsorg71 | 2016-04-17 | 2 | -15/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Remove trailing whitespace, no logic change | Koichiro IWAO | 2016-04-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Do not attempt to trap SIGKILL part 2 | Koichiro IWAO | 2016-04-11 | 2 | -14/+0 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | fix warnings | Jay Sorg | 2016-04-09 | 3 | -3/+23 | |
| * | | | | | | | | | | | remove some warnings | Jay Sorg | 2016-04-09 | 2 | -6/+3 | |
| * | | | | | | | | | | | remove some warnings | Jay Sorg | 2016-04-09 | 1 | -6/+6 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | 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 #353 from nerdknight/devel | jsorg71 | 2016-04-02 | 3 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix compile error "format not a string literal and no format arguments [-Werr... | NerdKnight | 2016-03-28 | 3 | -3/+3 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #341 from proski/sanity-checks | jsorg71 | 2016-03-16 | 9 | -41/+536 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Annotate printf-like functions if supported by the compiler | Pavel Roskin | 2016-03-03 | 3 | -5/+238 | |
| | * | | | | | | | | | | Enable -Wall flag for compilers that support it | Pavel Roskin | 2016-03-03 | 5 | -2/+235 | |
| | * | | | | | | | | | | Be more specific in error messages about PID file location | Pavel Roskin | 2016-03-03 | 2 | -4/+4 | |
| | * | | | | | | | | | | Check if rsakeys.ini exists on startup, exit if it's missing | Pavel Roskin | 2016-03-03 | 1 | -0/+8 | |
| | * | | | | | | | | | | Move all sanity checks to a separate function xrdp_sanity_check() | Pavel Roskin | 2016-03-03 | 1 | -30/+51 | |
| * | | | | | | | | | | | Merge pull request #347 from metalefty/typo | Itamar Reis Peixoto | 2016-03-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | fix typo xrdp-sessman -> xrdp-sessvc | Koichiro IWAO | 2016-03-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | fix a warning | Jay Sorg | 2016-03-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | fix warnings, move some calls to os_calls | Jay Sorg | 2016-03-16 | 4 | -10/+36 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 9 | -22/+22 | |
| * | | | | | | | | | | | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 7 | -17/+0 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | xorgxrdp=a0add6c | Jay Sorg | 2016-03-02 | 1 | -0/+0 | |
| * | | | | | | | | | | keygen: default 2048 bit RSA key | Jay Sorg | 2016-02-24 | 1 | -3/+2 | |
| * | | | | | | | | | | Merge pull request #333 from proski/key-install | Itamar Reis Peixoto | 2016-02-24 | 11 | -54/+29 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Create and install rsakeys.ini | Pavel Roskin | 2016-02-23 | 3 | -17/+9 | |
| | * | | | | | | | | | | Use SCRIPTS for executable scripts, don't use "chmod 755" | Pavel Roskin | 2016-02-22 | 4 | -11/+6 | |
| | * | | | | | | | | | | Use "dist_" prefix to minimize use of EXTRA_DIST | Pavel Roskin | 2016-02-22 | 8 | -29/+17 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #326 from metalefty/pulseaudio-6.0 | jsorg71 | 2016-02-23 | 2 | -1/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | pulse: fix build pulseaudio 6.0 or higher | Koichiro IWAO | 2016-02-18 | 2 | -1/+10 | |
| * | | | | | | | | | | 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 | 96 | -292/+545 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge pull request #330 from proski/automake | Itamar Reis Peixoto | 2016-02-22 | 15 | -95/+116 | |
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 14 | -94/+115 | |
| | | * | | | | | | | | | Add m4 directory to EXTRA_DIST, not all Automake versions package it | Pavel Roskin | 2016-02-21 | 1 | -1/+1 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Merge pull request #320 from proski/sesadmin | Itamar Reis Peixoto | 2016-02-15 | 63 | -119/+147 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | xrdp-sesadmin: show help and exit if mandatory arguments are not given | Pavel Roskin | 2016-02-14 | 1 | -2/+9 | |
