| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings for unused variables read from byte streams | Pavel Roskin | 2016-04-23 | 3 | -8/+6 |
* | Fix recently introduced warnings in session.c | Pavel Roskin | 2016-04-21 | 1 | -10/+10 |
* | Fix warnings about unused variables and functions | Pavel Roskin | 2016-04-21 | 4 | -2/+8 |
* | Fix more format warnings | Pavel Roskin | 2016-04-21 | 4 | -35/+35 |
* | 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 |
* | | Do not attempt to trap SIGKILL part 2 | Koichiro IWAO | 2016-04-11 | 1 | -6/+0 |
|/ |
|
* | Fix compile error "format not a string literal and no format arguments [-Werr... | NerdKnight | 2016-03-28 | 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 | 2 | -10/+12 |
* | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 3 | -4/+3 |
* | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 3 | -3/+0 |
* | Merge pull request #333 from proski/key-install | Itamar Reis Peixoto | 2016-02-24 | 1 | -9/+4 |
|\ |
|
| * | Use SCRIPTS for executable scripts, don't use "chmod 755" | Pavel Roskin | 2016-02-22 | 1 | -5/+3 |
| * | Use "dist_" prefix to minimize use of EXTRA_DIST | Pavel Roskin | 2016-02-22 | 1 | -4/+1 |
* | | 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 |
* | | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 4 | -38/+58 |
|/ |
|
* | xrdp-sesadmin: show help and exit if mandatory arguments are not given | Pavel Roskin | 2016-02-14 | 1 | -2/+9 |
* | Fix typos | Pavel Roskin | 2016-02-13 | 23 | -43/+43 |
* | Fix connection month display in xrdp-sesadmin | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
* | Use lowercase program names for syslog | Pavel Roskin | 2016-02-13 | 3 | -3/+3 |
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
* | Don't ignore files known to git | Pavel Roskin | 2016-02-12 | 2 | -0/+2 |
* | Add missing spaces in the strings that are split for line wrapping | Pavel Roskin | 2016-02-12 | 3 | -3/+3 |
* | xcon: include unistd.h, it's needed for select() on MacOS | Pavel Roskin | 2016-02-12 | 1 | -0/+1 |
* | startwm.sh: make sure sourced scripts are readable | Pavel Roskin | 2016-02-12 | 1 | -29/+26 |
* | sesman: add missing break | Jay Sorg | 2016-02-11 | 1 | -1/+1 |
* | remove duplicated call to scp_session_set_bpp | Itamar Reis Peixoto | 2016-02-11 | 1 | -1/+0 |
* | Allow sessions with 32 bpp | Pavel Roskin | 2016-02-10 | 1 | -0/+1 |
* | Check return value of scp_session_set_bpp() | Pavel Roskin | 2016-02-10 | 2 | -1/+16 |
* | Merge pull request #309 from proski/devel | Itamar Reis Peixoto | 2016-02-08 | 13 | -30/+34 |
|\ |
|
| * | Change an unconditional #warning to a comment | Pavel Roskin | 2016-01-31 | 1 | -2/+5 |
| * | xcon: include sys/types.h for select() and related macros | Pavel Roskin | 2016-01-31 | 1 | -0/+1 |
| * | rail: fix declaration of rail_desktop_resize() | Pavel Roskin | 2016-01-31 | 1 | -1/+1 |
| * | clipboard: undefine previously defined log level | Pavel Roskin | 2016-01-30 | 1 | -0/+2 |
| * | More spelling fixes found by codespell and aspell | Pavel Roskin | 2016-01-30 | 2 | -3/+3 |
| * | Use standard autotools means to detect X11 | Pavel Roskin | 2016-01-30 | 2 | -4/+10 |
| * | clipboard_file: include sys/time.h for struct timeval, needed on Mac OS X | Pavel Roskin | 2016-01-30 | 1 | -0/+1 |
| * | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 5 | -20/+10 |
| * | Don't use a symlink where #include would suffice | Pavel Roskin | 2016-01-26 | 1 | -0/+1 |
* | | sesman: don't set LANG, let initialization scripts take care of it | Pavel Roskin | 2016-02-07 | 1 | -1/+0 |
|/ |
|
* | Run through codespell | Pavel Roskin | 2016-01-14 | 5 | -7/+7 |
* | chansrv: fix some warnings | Jay Sorg | 2015-12-29 | 1 | -7/+7 |
* | chansrv: fix a crash in fuse | Jay Sorg | 2015-12-26 | 1 | -0/+5 |
* | sesman: remove the thread | Jay Sorg | 2015-12-11 | 13 | -679/+63 |
* | Simplify session match logic. | Jan Losinski | 2015-10-25 | 1 | -20/+2 |
* | tabs to spaces, no logic change | Jay Sorg | 2015-10-10 | 1 | -5/+5 |
* | for Xvnc sesman session, use hash of password for vnc auth | Jay Sorg | 2015-10-10 | 1 | -5/+24 |