Commit Graph

62 Commits

Author SHA1 Message Date
Laxmikant Rashinkar
023c0b5bc1 coverity: fixed out of bounds read-write 2014-07-20 11:11:20 -07:00
Jay Sorg
ef51e44119 chansrv: handle smartcard session reconnect and some logging changes 2013-12-07 17:57:35 -08:00
Jay Sorg
c1b7cbd657 merges from authentic8 2013-09-26 11:28:07 -07:00
Jim Grandy
b3ee3cbd4b Another merge error in sesman/chansrv/clipboar.c 2013-08-22 13:58:43 -07:00
Jim Grandy
72ec05d37e fix merge error in sesman/chansrv/clipboard.c 2013-08-22 13:50:04 -07:00
Jim Grandy
a308d2e25c Fix errors cause by previous merge (2361914) 2013-08-22 12:57:00 -07:00
Jim Grandy
b7b3d9ef28 Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce 2013-08-22 12:56:51 -07:00
Laxmikant Rashinkar
09dd58c5e1 clipboard: enabled module logging 2013-08-14 20:00:52 -07:00
Jay Sorg
29420b3134 chansrv: no logic change, work on warning 2013-07-02 00:45:40 -07:00
Jay Sorg
0aa3dbe738 chansrv: no logic change, EOL and coding style cleanup 2013-06-23 14:17:59 -07:00
Lukas Vacek
e7fe39a65b Fix sound and clipboard crashes
- 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
2013-06-22 21:57:16 +01:00
Laxmikant Rashinkar
78d4e19258 o early checkin for drive redirection
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
2013-03-08 15:37:30 -08:00
Jay Sorg
898b8efdf2 chansrv: fix clipboard crash 2013-02-15 18:35:44 -08:00
Jay Sorg
60322a3a42 chansrv: cleanup some clipboard code 2012-11-14 19:02:54 -08:00
Jay Sorg
2902fd651c chansrv: change for pasting over a wan 2012-11-14 09:44:43 -08:00
Jay Sorg
b60ee35a34 chansrv: work on clipboard c2s for wan 2012-11-11 19:33:53 -08:00
Jay Sorg
0e111e64de chansrv: ignore directory clipboard copies for now and clean up logging 2012-11-07 23:38:28 -08:00
Jay Sorg
77e74e8e68 chansrv: clipboard file copy / paste working now 2012-11-05 01:04:04 -08:00
Jay Sorg
e2ef19098b chansrv: work on clipboard file copy 2012-11-04 13:52:33 -08:00
Jay Sorg
900d66dc6e chansrv: work on clipboard file copy paste 2012-11-03 18:47:04 -07:00
Jay Sorg
6e25a5e600 chansrv: work on clipboard 2012-10-29 20:12:24 -07:00
Jay Sorg
91be5fe9ad chansrv: work on clipboard 2012-10-21 22:15:31 -07:00
Jay Sorg
b349c03e22 chansrv: work on clipboard 2012-10-20 20:23:01 -07:00
Jay Sorg
82d3f817fb chansrv: work on clipboard 2012-10-18 18:43:04 -07:00
Jay Sorg
71e535e915 chansrv: work on clipboard 2012-10-18 09:58:23 -07:00
Jay Sorg
1fb3305460 chansrv: work on clipboard 2012-10-17 21:23:31 -07:00
Jay Sorg
7d959c99d8 chansrv: work on clipboard 2012-10-17 01:13:37 -07:00
Jay Sorg
453a101ab3 chansrv: work on clipboard 2012-10-14 22:13:22 -07:00
Jay Sorg
faec53b7f3 chansrv: work on clipboard 2012-10-14 18:08:06 -07:00
Jay Sorg
37d4f5725c chansrv: split out clipboard code, getting big 2012-10-14 11:46:01 -07:00
Jay Sorg
3624a6bb96 work on clipboard 2012-10-13 22:48:29 -07:00
Jay Sorg
c1dfea1613 chansrv: work on clipboard 2012-10-05 10:13:53 -07:00
Jay Sorg
5e271a02ac chansrv: work on file copy / paste 2012-10-04 22:55:06 -07:00
Laxmikant Rashinkar
1123323fda o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
2012-09-19 20:51:34 -07:00
Jay Sorg
087ea0176d chansrv: work on image clipboard 2012-08-19 19:45:31 -07:00
Jay Sorg
68ef36cc02 clipboard: added image support 2012-08-12 10:51:45 -07:00
Jay Sorg
05bb56b676 chansrv: rail, open X later, release window manager on rail disconnect 2012-07-31 11:09:23 -07:00
Jay Sorg
00f1a5d85e more work on rail 2012-07-26 21:37:48 -07:00
Jay Sorg
eafef9cd09 rail: work on splitting X11 calls out to xcommon 2012-07-26 14:38:02 -07:00
Jay Sorg
fdc6aaad8b chansrv: update license 2012-07-24 19:16:00 -07:00
Jay Sorg
bae50c9ca1 chansrv: changes for running as user, not root 2012-07-22 23:20:38 -07:00
Jay Sorg
856783ba95 no logic changes, remove warnings and coding style changes 2012-06-10 23:47:08 -07:00
norrarvid
4d4ebbf363 Initial syslog support in XRDP 2012-05-27 17:17:39 +02:00
jsorg71
d83ebaa97a use do ... while (0) style for parse.h 2010-08-09 23:02:06 +00:00
jsorg71
d70d80a33d update copyright year 2010-07-04 07:20:56 +00:00
jsorg71
f02566c7c5 remove some dead code 2009-12-26 22:08:54 +00:00
jsorg71
9a12982a69 improvements for when a session is disconnected 2009-09-05 19:11:03 +00:00
jsorg71
e11dce79dc don't set error handlers for now 2009-09-04 18:31:39 +00:00
jsorg71
278d65282e clipboard work 2009-09-02 02:52:30 +00:00
jsorg71
e0dec1eb02 clipboard work 2009-09-01 20:39:06 +00:00