summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/chansrv.c
Commit message (Expand)AuthorAgeFilesLines
* Disable chanserv logging by defaultTimothy Pearson2019-03-021-2/+5
* Second batch of initial commits:Timothy Pearson2019-03-021-2/+2
* Add preliminary Raptor session managementTimothy Pearson2019-03-021-0/+36
* dynamic virtual channel improvementsjsorg712018-10-111-526/+725
* Add handler for fatal X server conditionsmatt3356722018-07-191-0/+13
* chansrv: add LOG_LEVEL_TRACE here, tooKoichiro IWAO2017-11-121-1/+2
* chansrv: include display number in chansrv log filenameKoichiro IWAO2017-07-061-5/+5
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-281-1/+1
* xrdp-chansrv: default to INFO log level rather than ERRORPavel Roskin2017-03-201-1/+1
* chansrv: dvc, check channel exists on get/remove api structspeidy2017-03-161-2/+4
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-36/+36
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-1/+1
* chansrv: some fixes to log file pathJay Sorg2016-11-191-34/+32
* Fix compilation with C++Pavel Roskin2016-11-151-2/+2
* Remove all tabs in sourcesPavel Roskin2016-11-151-4/+4
* chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdpKoichiro IWAO2016-10-251-0/+40
* Use enum logLevels consistently for log levelsPavel Roskin2016-07-081-5/+5
* Fix signed to unsigned comparisons reported by g++ 6.1.0Pavel Roskin2016-07-081-2/+4
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-1/+1
* Use const unsigned for hex arraysPavel Roskin2016-07-081-1/+1
* Fix format warnings in log_message() callsPavel Roskin2016-06-211-2/+1
* Fix warnings for unused variables read from byte streamsPavel Roskin2016-04-231-2/+1
* Don't attempt to intercept SIGKILL, it doesn't work on any OSJay Sorg2016-03-141-1/+0
* Use lowercase program names for syslogPavel Roskin2016-02-131-1/+1
* add timeout to trans_get_wait_objs_rwJay Sorg2015-07-131-1/+1
* fix possible segfault in chansrv if DISPLAY is not setRobert Milasan2015-01-201-1/+3
* chansrv: check for nilJay Sorg2014-08-131-8/+13
* chansrv: allow multiple xrdpapi connectionsJay Sorg2014-08-121-38/+76
* move some hard code paths to defines in headerJay Sorg2014-08-061-3/+2
* coverity: fixed miscellaneous issuesLaxmikant Rashinkar2014-08-021-0/+1
* coverity: fixed unsigned compare against 0Laxmikant Rashinkar2014-07-281-5/+0
* coverity: fixed unchecked return valueLaxmikant Rashinkar2014-07-191-1/+2
* bringup RAIL only when we receive a RAIL commandLaxmikant Rashinkar2014-01-311-1/+1
* chansrv: minor change in child_signal_handlerJay Sorg2013-12-301-9/+7
* chansrv: disable rail for nowJay Sorg2013-12-161-1/+2
* chansrv: remove g_sent, not needed anymoreJay Sorg2013-12-041-14/+6
* vrplayer: work on client timingJay Sorg2013-11-111-2/+3
* chansrv: use trans_force_write for xrdapi udsJay Sorg2013-11-081-1/+1
* merges from authentic8Jay Sorg2013-09-261-12/+82
|\
| * Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c b9...Jim Grandy2013-08-221-7/+52
| * Hand-apply patches (chansrv/rail) from Authentic8: 516fd1d 6a4fb28 c038a99Jim Grandy2013-08-221-0/+139
| * Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a 2c99e6...Jim Grandy2013-08-221-16/+0
| * Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, 0e21d...Jim Grandy2013-08-221-0/+41
* | chansrv: deadlock, add trans copy funcJay Sorg2013-09-231-17/+12
* | chansrv: fix for deadlockJay Sorg2013-09-231-2/+12
* | chansrv: added timeout callbackJay Sorg2013-09-071-0/+139
* | gracefully handle segfaults in chansrv codeLaxmikant Rashinkar2013-09-031-1/+11
* | common: transport aware when app is terminatingJay Sorg2013-08-171-2/+12
|/
* chansrv: no logic change, work on warningJay Sorg2013-07-021-0/+1