Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | chansrv: no logic change, EOL and coding style cleanup | Jay Sorg | 2013-06-23 | 1 | -15/+19 |
| | |||||
* | Fix sound and clipboard crashes | Lukas Vacek | 2013-06-22 | 1 | -0/+19 |
| | | | | | | | | | | | | | - In case clipboard is not initialized, clipboard_data_in returns (fixes a segfault) - If less than 4 bytes are sent to sound_send_wave_data_chunk, it returns (fixes a segfault) - When sending sound initiliazation messages set g_chan in chansrv to 0, so the server waits for client to reply (this makes sound work afte reconnecting) - In process_message_channel_setup, clear any leftover data in chan_items | ||||
* | chansrv: work on pulse sink | Jay Sorg | 2013-03-31 | 1 | -2/+8 |
| | |||||
* | o early checkin for drive redirection | Laxmikant Rashinkar | 2013-03-08 | 1 | -4/+5 |
| | | | | | | | | | o basic drive redirection is working o functions currently supported: open: read, write, create, get/set attribute o requires latest NeutrinoRDP to work o note: clipboard is broken because of the move from linked lists to inodes in the FUSE code | ||||
* | xrdpapi: use header for server to client writes | Jay Sorg | 2012-12-17 | 1 | -1/+25 |
| | |||||
* | o in login dialog set sesman-X11rdp as the default module | Laxmikant Rashinkar | 2012-11-09 | 1 | -2/+6 |
| | | | | o added support for video redirection without using TSMF | ||||
* | chansrv: work on clipboard file copy paste | Jay Sorg | 2012-11-03 | 1 | -2/+1 |
| | |||||
* | chansrv: work on clipboard | Jay Sorg | 2012-10-29 | 1 | -3/+16 |
| | |||||
* | chansrv: work on clipboard | Jay Sorg | 2012-10-05 | 1 | -3/+3 |
| | |||||
* | chansrv: work on file copy / paste | Jay Sorg | 2012-10-04 | 1 | -2/+5 |
| | |||||
* | o added support for dynamic virtual channels | Laxmikant Rashinkar | 2012-09-27 | 1 | -54/+162 |
| | | | | o added echo test routine in simple.c for testing DVC using Microsoft's ECHO protocol | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -807/+915 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | chansrv: work on image clipboard | Jay Sorg | 2012-08-19 | 1 | -46/+140 |
| | |||||
* | chansrv: work on dynamic channels | Jay Sorg | 2012-08-08 | 1 | -7/+18 |
| | |||||
* | chansrv: fix for writing to non existing channel goes to first channel | Jay Sorg | 2012-08-08 | 1 | -2/+12 |
| | |||||
* | chansrv: xrdpapi working | Jay Sorg | 2012-08-02 | 1 | -0/+189 |
| | |||||
* | rail: implement TS_RAIL_ORDER_EXEC | Jay Sorg | 2012-07-31 | 1 | -2/+63 |
| | |||||
* | chansrv: rail, open X later, release window manager on rail disconnect | Jay Sorg | 2012-07-31 | 1 | -5/+0 |
| | |||||
* | chansrv: init xcommon | Jay Sorg | 2012-07-28 | 1 | -0/+5 |
| | |||||
* | rail: work on splitting X11 calls out to xcommon | Jay Sorg | 2012-07-26 | 1 | -23/+44 |
| | |||||
* | chansrv: update license | Jay Sorg | 2012-07-24 | 1 | -18/+17 |
| | |||||
* | chansrv: changes for running as user, not root | Jay Sorg | 2012-07-22 | 1 | -37/+41 |
| | |||||
* | Merge pull request #22 from ArvidNorr/moduleload | ArvidNorr | 2012-06-17 | 1 | -3/+3 |
|\ | | | | | Moduleload | ||||
| * | added comments, added define, removed unused inparameter | norrarvid | 2012-05-29 | 1 | -3/+3 |
| | | |||||
* | | no logic changes, remove warnings and coding style changes | Jay Sorg | 2012-06-10 | 1 | -20/+24 |
| | | |||||
* | | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -30/+51 |
|/ |