Commit Graph

24 Commits (cb1960e0fc3aa4bb2cd2809508e8899f18c196ae)

Author SHA1 Message Date
Pavel Roskin a618d4f757 Don't use final newline in log calls, it's already appended 8 years ago
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.
9 years ago
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.
9 years ago
Pavel Roskin 70f3d4c5e2 Fix warnings for unused variables read from byte streams 9 years ago
Pavel Roskin 0629b25d5f Fix warnings about unused variables and functions 9 years ago
Pavel Roskin 334eeb970a clipboard_file: include sys/time.h for struct timeval, needed on Mac OS X 9 years ago
Pavel Roskin 964e860072 Run through codespell 9 years ago
Jay Sorg 9e310fbe06 clipboard file paste, don't add new line to last line 10 years ago
Laxmikant Rashinkar a990287c46 coverity: fixed unchecked return value from library 11 years ago
Laxmikant Rashinkar 09dd58c5e1 clipboard: enabled module logging 12 years ago
Laxmikant Rashinkar 58158e6a3b hooked up clipboard code with FUSE 12 years ago
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
12 years ago
Jay Sorg 898b8efdf2 chansrv: fix clipboard crash 12 years ago
Jay Sorg 0e111e64de chansrv: ignore directory clipboard copies for now and clean up logging 12 years ago
Jay Sorg 514c9ad846 chansrv: make sure ~/xrdp_client exists, other cleanups 12 years ago
Jay Sorg 77e74e8e68 chansrv: clipboard file copy / paste working now 12 years ago
Jay Sorg e2ef19098b chansrv: work on clipboard file copy 12 years ago
Jay Sorg 900d66dc6e chansrv: work on clipboard file copy paste 12 years ago
Jay Sorg cdb039080f chansrv: added --enable-fuse option 12 years ago
Jay Sorg 6e25a5e600 chansrv: work on clipboard 12 years ago
Jay Sorg 91be5fe9ad chansrv: work on clipboard 13 years ago
Jay Sorg 82d3f817fb chansrv: work on clipboard 13 years ago
Jay Sorg faec53b7f3 chansrv: work on clipboard 13 years ago
Jay Sorg 37d4f5725c chansrv: split out clipboard code, getting big 13 years ago