summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/chansrv.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable chanserv logging by defaultTimothy Pearson2019-03-021-2/+5
|
* Second batch of initial commits:Timothy Pearson2019-03-021-2/+2
| | | | | | | * Add server/group pamming * Partially fix immediate exit after login Still will not compile due to libraptorsmiface being too new
* Add preliminary Raptor session managementTimothy Pearson2019-03-021-0/+36
| | | | | Raptorsmiface pulled from latest old master, changelog merged down to single commit Due to the latest raptorsmiface code being used, this will not compile (yet)
* dynamic virtual channel improvementsjsorg712018-10-111-526/+725
| | | | | | | | | remove not used chansrv <-> xrdp messages move static channel disable control into libxrdp remove some blocking read, write chansrv calls add drdynvc calls to libxrdp add drdynvc calls to chansrv channel cleanup
* Add handler for fatal X server conditionsmatt3356722018-07-191-0/+13
| | | | | | Unless X server failures are caught, these can cause a premature exit of chansrv, giving it no chance to clean up. This is currently a particular problem for fuser mounts.
* 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
| | | | | since xrdp-chansrv may be run multiple instances per user. For example, Xvnc backend creates one session per screen geometry.
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-281-1/+1
| | | | Include xrdp_sockets.h directly, not through headers.
* 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
| | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments".
* 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
| | | | | | | like Xorg's logfile is written to ${XDG_DATA_HOME}/xorg/Xorg.n.log. If XDG_DATA_HOME is not defined, the log path will be ${HOME}/.local/share/xrdp.
* 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
| | | Some constants are too big for the signed type.
* 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
| | | Other programs typically use the same case as their execulables.
* 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 ↵Jim Grandy2013-08-221-7/+52
| | | | | | | | b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce
| * Hand-apply patches (chansrv/rail) from Authentic8: 516fd1d 6a4fb28 c038a99Jim Grandy2013-08-221-0/+139
| |
| * Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a ↵Jim Grandy2013-08-221-16/+0
| | | | | | | | 2c99e69 3f30429 aad2aaa 4f8481e 5117ac2 f3dcf1a
| * Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, ↵Jim Grandy2013-08-221-0/+41
| | | | | | | | 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f
* | 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
|