summaryrefslogtreecommitdiffstats
path: root/sesman
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings for unused variables read from byte streamsPavel Roskin2016-04-233-8/+6
* Fix recently introduced warnings in session.cPavel Roskin2016-04-211-10/+10
* Fix warnings about unused variables and functionsPavel Roskin2016-04-214-2/+8
* Fix more format warningsPavel Roskin2016-04-214-35/+35
* Merge pull request #359 from metalefty/sesman/configurable-xserver-pathjsorg712016-04-183-11/+25
|\
| * sesman: do not hardcode Xorg/X11rdp/Xvnc executablesKoichiro IWAO2016-04-072-7/+23
| * sesman: brief xorg_params, no logic changeKoichiro IWAO2016-04-071-4/+2
* | Do not attempt to trap SIGKILL part 2Koichiro IWAO2016-04-111-6/+0
|/
* Fix compile error "format not a string literal and no format arguments [-Werr...NerdKnight2016-03-281-1/+1
* fix a warningJay Sorg2016-03-161-1/+1
* fix warnings, move some calls to os_callsJay Sorg2016-03-162-10/+12
* Fix all format warnings and some unused variable warningsJay Sorg2016-03-143-4/+3
* Don't attempt to intercept SIGKILL, it doesn't work on any OSJay Sorg2016-03-143-3/+0
* Merge pull request #333 from proski/key-installItamar Reis Peixoto2016-02-241-9/+4
|\
| * Use SCRIPTS for executable scripts, don't use "chmod 755"Pavel Roskin2016-02-221-5/+3
| * Use "dist_" prefix to minimize use of EXTRA_DISTPavel Roskin2016-02-221-4/+1
* | Merge pull request #326 from metalefty/pulseaudio-6.0jsorg712016-02-232-1/+10
|\ \ | |/ |/|
| * pulse: fix build pulseaudio 6.0 or higherKoichiro IWAO2016-02-182-1/+10
* | Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-214-38/+58
|/
* xrdp-sesadmin: show help and exit if mandatory arguments are not givenPavel Roskin2016-02-141-2/+9
* Fix typosPavel Roskin2016-02-1323-43/+43
* Fix connection month display in xrdp-sesadminPavel Roskin2016-02-131-1/+1
* Use lowercase program names for syslogPavel Roskin2016-02-133-3/+3
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-121-1/+1
* Don't ignore files known to gitPavel Roskin2016-02-122-0/+2
* Add missing spaces in the strings that are split for line wrappingPavel Roskin2016-02-123-3/+3
* xcon: include unistd.h, it's needed for select() on MacOSPavel Roskin2016-02-121-0/+1
* startwm.sh: make sure sourced scripts are readablePavel Roskin2016-02-121-29/+26
* sesman: add missing breakJay Sorg2016-02-111-1/+1
* remove duplicated call to scp_session_set_bppItamar Reis Peixoto2016-02-111-1/+0
* Allow sessions with 32 bppPavel Roskin2016-02-101-0/+1
* Check return value of scp_session_set_bpp()Pavel Roskin2016-02-102-1/+16
* Merge pull request #309 from proski/develItamar Reis Peixoto2016-02-0813-30/+34
|\
| * Change an unconditional #warning to a commentPavel Roskin2016-01-311-2/+5
| * xcon: include sys/types.h for select() and related macrosPavel Roskin2016-01-311-0/+1
| * rail: fix declaration of rail_desktop_resize()Pavel Roskin2016-01-311-1/+1
| * clipboard: undefine previously defined log levelPavel Roskin2016-01-301-0/+2
| * More spelling fixes found by codespell and aspellPavel Roskin2016-01-302-3/+3
| * Use standard autotools means to detect X11Pavel Roskin2016-01-302-4/+10
| * clipboard_file: include sys/time.h for struct timeval, needed on Mac OS XPavel Roskin2016-01-301-0/+1
| * Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-295-20/+10
| * Don't use a symlink where #include would sufficePavel Roskin2016-01-261-0/+1
* | sesman: don't set LANG, let initialization scripts take care of itPavel Roskin2016-02-071-1/+0
|/
* Run through codespellPavel Roskin2016-01-145-7/+7
* chansrv: fix some warningsJay Sorg2015-12-291-7/+7
* chansrv: fix a crash in fuseJay Sorg2015-12-261-0/+5
* sesman: remove the threadJay Sorg2015-12-1113-679/+63
* Simplify session match logic.Jan Losinski2015-10-251-20/+2
* tabs to spaces, no logic changeJay Sorg2015-10-101-5/+5
* for Xvnc sesman session, use hash of password for vnc authJay Sorg2015-10-101-5/+24