summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/chansrv.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* chansrv: no logic change, EOL and coding style cleanupJay Sorg2013-06-231-15/+19
|
* Fix sound and clipboard crashesLukas Vacek2013-06-221-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 sinkJay Sorg2013-03-311-2/+8
|
* o early checkin for drive redirectionLaxmikant Rashinkar2013-03-081-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 writesJay Sorg2012-12-171-1/+25
|
* o in login dialog set sesman-X11rdp as the default moduleLaxmikant Rashinkar2012-11-091-2/+6
| | | | o added support for video redirection without using TSMF
* chansrv: work on clipboard file copy pasteJay Sorg2012-11-031-2/+1
|
* chansrv: work on clipboardJay Sorg2012-10-291-3/+16
|
* chansrv: work on clipboardJay Sorg2012-10-051-3/+3
|
* chansrv: work on file copy / pasteJay Sorg2012-10-041-2/+5
|
* o added support for dynamic virtual channelsLaxmikant Rashinkar2012-09-271-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.0Laxmikant Rashinkar2012-09-191-807/+915
| | | | | o applied new coding standards to all .c files o moved some files around
* chansrv: work on image clipboardJay Sorg2012-08-191-46/+140
|
* chansrv: work on dynamic channelsJay Sorg2012-08-081-7/+18
|
* chansrv: fix for writing to non existing channel goes to first channelJay Sorg2012-08-081-2/+12
|
* chansrv: xrdpapi workingJay Sorg2012-08-021-0/+189
|
* rail: implement TS_RAIL_ORDER_EXECJay Sorg2012-07-311-2/+63
|
* chansrv: rail, open X later, release window manager on rail disconnectJay Sorg2012-07-311-5/+0
|
* chansrv: init xcommonJay Sorg2012-07-281-0/+5
|
* rail: work on splitting X11 calls out to xcommonJay Sorg2012-07-261-23/+44
|
* chansrv: update licenseJay Sorg2012-07-241-18/+17
|
* chansrv: changes for running as user, not rootJay Sorg2012-07-221-37/+41
|
* Merge pull request #22 from ArvidNorr/moduleloadArvidNorr2012-06-171-3/+3
|\ | | | | Moduleload
| * added comments, added define, removed unused inparameternorrarvid2012-05-291-3/+3
| |
* | no logic changes, remove warnings and coding style changesJay Sorg2012-06-101-20/+24
| |
* | Initial syslog support in XRDPnorrarvid2012-05-271-30/+51
|/