summaryrefslogtreecommitdiffstats
path: root/sesman
Commit message (Expand)AuthorAgeFilesLines
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-0813-21/+25
* Cast appdata_ptr explicitly, needed for C++ compatibilityPavel Roskin2016-07-081-2/+2
* Mark g_drdynvc_chan_id as extern in g_drdynvc_chan_id, it's in chansrv.cPavel Roskin2016-07-081-1/+1
* Use const unsigned for hex arraysPavel Roskin2016-07-082-3/+3
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-0810-32/+35
* Make program_name constant, don't duplicate or free itPavel Roskin2016-07-082-2/+2
* Remove commented out config_read_logging(), the code is long deadPavel Roskin2016-07-081-55/+0
* Remove unused string support in scp_session_set_addr()Pavel Roskin2016-07-085-44/+6
* Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line numberPavel Roskin2016-07-081-1/+1
* Fix scp_init() invocation, it takes no argumentsPavel Roskin2016-07-082-2/+2
* Fix format warnings in log_message() callsPavel Roskin2016-06-213-4/+4
* Report pid and listening address/port for xrdp and xrdp-sesmanPavel Roskin2016-06-211-5/+4
* Rename SESMAN_CFG_X11DISPLAYOFFSET to SESMAN_CFG_SESS_X11DISPLAYOFFSETPavel Roskin2016-06-212-2/+2
* Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-1/+1
* Remove unused variable in devredir_cvt_from_unicode_len()Pavel Roskin2016-05-061-2/+1
* Remove unused variables from dev_redir_proc_query_dir_response()Pavel Roskin2016-05-061-15/+5
* Check XGetWindowProperty() return code in clipboard_event_property_notify()Pavel Roskin2016-05-061-0/+10
* Use better symbols to protect include filesPavel Roskin2016-05-052-4/+4
* Typo fixesPavel Roskin2016-05-045-5/+5
* Merge pull request #360 from proski/format-warningsjsorg712016-05-0311-55/+59
|\
| * 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
* | Add unnamed semaphore support on Mac OSPavel Roskin2016-04-231-11/+11
|/
* 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