Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable chanserv logging by default | Timothy Pearson | 2019-03-02 | 1 | -2/+5 |
| | |||||
* | Second batch of initial commits: | Timothy Pearson | 2019-03-02 | 1 | -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 management | Timothy Pearson | 2019-03-02 | 1 | -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 improvements | jsorg71 | 2018-10-11 | 1 | -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 conditions | matt335672 | 2018-07-19 | 1 | -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, too | Koichiro IWAO | 2017-11-12 | 1 | -1/+2 |
| | |||||
* | chansrv: include display number in chansrv log filename | Koichiro IWAO | 2017-07-06 | 1 | -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 it | Pavel Roskin | 2017-03-28 | 1 | -1/+1 |
| | | | | Include xrdp_sockets.h directly, not through headers. | ||||
* | xrdp-chansrv: default to INFO log level rather than ERROR | Pavel Roskin | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | chansrv: dvc, check channel exists on get/remove api struct | speidy | 2017-03-16 | 1 | -2/+4 |
| | |||||
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -36/+36 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -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 path | Jay Sorg | 2016-11-19 | 1 | -34/+32 |
| | |||||
* | Fix compilation with C++ | Pavel Roskin | 2016-11-15 | 1 | -2/+2 |
| | |||||
* | Remove all tabs in sources | Pavel Roskin | 2016-11-15 | 1 | -4/+4 |
| | |||||
* | chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdp | Koichiro IWAO | 2016-10-25 | 1 | -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 levels | Pavel Roskin | 2016-07-08 | 1 | -5/+5 |
| | |||||
* | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 1 | -2/+4 |
| | |||||
* | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Use const unsigned for hex arrays | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | | | Some constants are too big for the signed type. | ||||
* | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 1 | -2/+1 |
| | |||||
* | Fix warnings for unused variables read from byte streams | Pavel Roskin | 2016-04-23 | 1 | -2/+1 |
| | |||||
* | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 1 | -1/+0 |
| | |||||
* | Use lowercase program names for syslog | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | | | Other programs typically use the same case as their execulables. | ||||
* | add timeout to trans_get_wait_objs_rw | Jay Sorg | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | fix possible segfault in chansrv if DISPLAY is not set | Robert Milasan | 2015-01-20 | 1 | -1/+3 |
| | |||||
* | chansrv: check for nil | Jay Sorg | 2014-08-13 | 1 | -8/+13 |
| | |||||
* | chansrv: allow multiple xrdpapi connections | Jay Sorg | 2014-08-12 | 1 | -38/+76 |
| | |||||
* | move some hard code paths to defines in header | Jay Sorg | 2014-08-06 | 1 | -3/+2 |
| | |||||
* | coverity: fixed miscellaneous issues | Laxmikant Rashinkar | 2014-08-02 | 1 | -0/+1 |
| | |||||
* | coverity: fixed unsigned compare against 0 | Laxmikant Rashinkar | 2014-07-28 | 1 | -5/+0 |
| | |||||
* | coverity: fixed unchecked return value | Laxmikant Rashinkar | 2014-07-19 | 1 | -1/+2 |
| | |||||
* | bringup RAIL only when we receive a RAIL command | Laxmikant Rashinkar | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | chansrv: minor change in child_signal_handler | Jay Sorg | 2013-12-30 | 1 | -9/+7 |
| | |||||
* | chansrv: disable rail for now | Jay Sorg | 2013-12-16 | 1 | -1/+2 |
| | |||||
* | chansrv: remove g_sent, not needed anymore | Jay Sorg | 2013-12-04 | 1 | -14/+6 |
| | |||||
* | vrplayer: work on client timing | Jay Sorg | 2013-11-11 | 1 | -2/+3 |
| | |||||
* | chansrv: use trans_force_write for xrdapi uds | Jay Sorg | 2013-11-08 | 1 | -1/+1 |
| | |||||
* | merges from authentic8 | Jay Sorg | 2013-09-26 | 1 | -12/+82 |
|\ | |||||
| * | Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c ↵ | Jim Grandy | 2013-08-22 | 1 | -7/+52 |
| | | | | | | | | b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce | ||||
| * | Hand-apply patches (chansrv/rail) from Authentic8: 516fd1d 6a4fb28 c038a99 | Jim Grandy | 2013-08-22 | 1 | -0/+139 |
| | | |||||
| * | Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a ↵ | Jim Grandy | 2013-08-22 | 1 | -16/+0 |
| | | | | | | | | 2c99e69 3f30429 aad2aaa 4f8481e 5117ac2 f3dcf1a | ||||
| * | Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, ↵ | Jim Grandy | 2013-08-22 | 1 | -0/+41 |
| | | | | | | | | 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f | ||||
* | | chansrv: deadlock, add trans copy func | Jay Sorg | 2013-09-23 | 1 | -17/+12 |
| | | |||||
* | | chansrv: fix for deadlock | Jay Sorg | 2013-09-23 | 1 | -2/+12 |
| | | |||||
* | | chansrv: added timeout callback | Jay Sorg | 2013-09-07 | 1 | -0/+139 |
| | | |||||
* | | gracefully handle segfaults in chansrv code | Laxmikant Rashinkar | 2013-09-03 | 1 | -1/+11 |
| | | |||||
* | | common: transport aware when app is terminating | Jay Sorg | 2013-08-17 | 1 | -2/+12 |
|/ | |||||
* | chansrv: no logic change, work on warning | Jay Sorg | 2013-07-02 | 1 | -0/+1 |
| |