Koichiro IWAO
9f277e4445
chansrv: pathname also should be URL decoded
...
because 1st argument to clipboard_get_file() is given as URL encoded.
Decoding only filename is incomplete.
Without this fix, clipboard file doesn't work in case pathname
contains non-ASCII characters or non-alphanumeric ASCII characters.
2016-08-30 15:49:58 +09:00
Kentaro Hayashi
8f3fb2f7c8
chansrv: avoid chansrv SEGV when xinode is NULL
...
When xfuse_create_file_in_xrdp_fs is failed, it returns NULL.
Without this fix, xinode->size causes SEGV, so implementation is changed
to return -1 and check the return value in caller.
2016-07-21 16:02:21 +09:00
Pavel Roskin
70f3d4c5e2
Fix warnings for unused variables read from byte streams
2016-04-23 00:18:38 -07:00
Pavel Roskin
0629b25d5f
Fix warnings about unused variables and functions
2016-04-21 22:27:27 -07:00
Pavel Roskin
334eeb970a
clipboard_file: include sys/time.h for struct timeval, needed on Mac OS X
2016-01-30 12:32:52 -08:00
Pavel Roskin
964e860072
Run through codespell
2016-01-14 08:47:50 -08:00
Jay Sorg
9e310fbe06
clipboard file paste, don't add new line to last line
2015-03-13 12:58:31 -07:00
Laxmikant Rashinkar
a990287c46
coverity: fixed unchecked return value from library
2014-07-20 13:14:09 -07:00
Laxmikant Rashinkar
09dd58c5e1
clipboard: enabled module logging
2013-08-14 20:00:52 -07:00
Laxmikant Rashinkar
58158e6a3b
hooked up clipboard code with FUSE
2013-04-26 18:55:28 -07: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
0e111e64de
chansrv: ignore directory clipboard copies for now and clean up logging
2012-11-07 23:38:28 -08:00
Jay Sorg
514c9ad846
chansrv: make sure ~/xrdp_client exists, other cleanups
2012-11-07 22:48:18 -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
cdb039080f
chansrv: added --enable-fuse option
2012-11-02 23:10:36 -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
82d3f817fb
chansrv: work on clipboard
2012-10-18 18:43:04 -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