Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 1 | -1/+1 |
|\ | | | | | Cleanups and C++ compatibility | ||||
| * | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | | |||||
* | | chansrv: avoid chansrv SEGV when xinode is NULL | Kentaro Hayashi | 2016-07-21 | 1 | -0/+5 |
|/ | | | | | | | 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. | ||||
* | Fix warnings about unused variables and functions | Pavel Roskin | 2016-04-21 | 1 | -2/+2 |
| | |||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -3/+3 |
| | |||||
* | chansrv: fix some warnings | Jay Sorg | 2015-12-29 | 1 | -7/+7 |
| | |||||
* | chansrv: fix a crash in fuse | Jay Sorg | 2015-12-26 | 1 | -0/+5 |
| | |||||
* | fuse: use EIO instead of EREMOTEIO for BSDs | Koichiro IWAO | 2015-03-18 | 1 | -0/+4 |
| | | | | FreeBSD/OpenBSD/NetBSD and OS X don't have errno EREMOTEIO. | ||||
* | chansrv: explicit include in chansrv_fuse.c | Koichiro IWAO | 2015-03-13 | 1 | -0/+1 |
| | | | | | | chansrv_fuse.c includes chansrv_fuse.h even if XRDP_FUSE is not defined. However, time_t is used in chansrv_fuse.h. This causes build failure on FreeBSD. | ||||
* | coverity: read from pointer after free | Laxmikant Rashinkar | 2014-07-27 | 1 | -1/+2 |
| | |||||
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-27 | 1 | -1/+2 |
| | |||||
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | coverity: Dereference after null check | Laxmikant Rashinkar | 2014-07-20 | 1 | -5/+8 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -8/+10 |
| | |||||
* | chansrv: make fuse mount directory configurable | Jay Sorg | 2014-04-19 | 1 | -5/+42 |
| | | | | | | Conflicts: sesman/sesman.ini | ||||
* | FUSE: we now process only one opendir command at a time | Laxmikant Rashinkar | 2013-09-24 | 1 | -78/+140 |
| | |||||
* | FUSE: changed architecture to use opendir/readdir instead of just readdir | Laxmikant Rashinkar | 2013-08-11 | 1 | -259/+197 |
| | |||||
* | fuse: added support for detecting files/directories deleted locally | Laxmikant Rashinkar | 2013-08-09 | 1 | -7/+138 |
| | |||||
* | chansrv: no logic change, work on warning | Jay Sorg | 2013-07-02 | 1 | -9/+9 |
| | |||||
* | folder redirection: fixed language issues | Laxmikant Rashinkar | 2013-06-08 | 1 | -131/+29 |
| | |||||
* | folder redirection: made changes to read/write routines to avoid race conditions | Laxmikant Rashinkar | 2013-06-02 | 1 | -2/+2 |
| | |||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-21 | 1 | -4/+47 |
| | | | | o vi now works with freerdp and rdesktop | ||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-19 | 1 | -10/+27 |
| | | | | o vi now works when connected via freerdp but does not fully work with rdesktop | ||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-18 | 1 | -21/+79 |
| | | | | | | | | o touch <file> was not working - fixed o echo "this is a string" > filename was not working - fixed o echo "this is a string" >> filename was not working - fixed o vi was not working - working now but swap files are not being deleted automatically - work in progress | ||||
* | smartcard: developer checkin for smartcard support | Laxmikant Rashinkar | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | file system redirection: resolved merge conflicts | Laxmikant Rashinkar | 2013-05-05 | 1 | -9/+3 |
|\ | |||||
| * | chanarv: x prefix for stream functions to avoid name collision | Jay Sorg | 2013-05-03 | 1 | -2/+2 |
| | | |||||
* | | file system redirection: made changes to support rdesktop | Laxmikant Rashinkar | 2013-05-05 | 1 | -12/+50 |
|/ | |||||
* | hooked up clipboard code with FUSE | Laxmikant Rashinkar | 2013-04-26 | 1 | -472/+197 |
| | |||||
* | swapped cb_lookup and cb_readdir | Laxmikant Rashinkar | 2013-04-20 | 1 | -44/+616 |
| | |||||
* | folder redirection: we can now detect devices plugged in after a session has ↵ | Laxmikant Rashinkar | 2013-03-30 | 1 | -67/+54 |
| | | | | started | ||||
* | o in file system redirection, added support for renaming files and directories | Laxmikant Rashinkar | 2013-03-24 | 1 | -8/+266 |
| | |||||
* | o added some dummy functions to stop build from breaking | Laxmikant Rashinkar | 2013-03-18 | 1 | -0/+2 |
| | | | | when --enable-fuse is not specified | ||||
* | Merge branch 'master' of github.com:FreeRDP/xrdp | Laxmikant Rashinkar | 2013-03-18 | 1 | -0/+11 |
|\ | |||||
| * | chansrv: fix for building without fuse | Jay Sorg | 2013-03-11 | 1 | -0/+11 |
| | | |||||
* | | o added support for deleteing files and directories | Laxmikant Rashinkar | 2013-03-18 | 1 | -48/+261 |
|/ | |||||
* | o early checkin for drive redirection | Laxmikant Rashinkar | 2013-03-08 | 1 | -481/+1878 |
| | | | | | | | | | 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 | ||||
* | chansrv: ignore directory clipboard copies for now and clean up logging | Jay Sorg | 2012-11-07 | 1 | -9/+9 |
| | |||||
* | chansrv: make sure ~/xrdp_client exists, other cleanups | Jay Sorg | 2012-11-07 | 1 | -3/+12 |
| | |||||
* | chansrv: fix build without --enable-fuse | Jay Sorg | 2012-11-07 | 1 | -0/+2 |
| | |||||
* | chansrv: clipboard file copy / paste working now | Jay Sorg | 2012-11-05 | 1 | -15/+68 |
| | |||||
* | chansrv: work on clipboard file copy | Jay Sorg | 2012-11-04 | 1 | -5/+58 |
| | |||||
* | chansrv: work on clipboard file copy paste | Jay Sorg | 2012-11-03 | 1 | -96/+210 |
| | |||||
* | chansrv: added --enable-fuse option | Jay Sorg | 2012-11-02 | 1 | -7/+4 |
| | |||||
* | chansrv: debug fix | Jay Sorg | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | chansrv: added define for fuse | Jay Sorg | 2012-10-29 | 1 | -0/+46 |
| | |||||
* | chansrv: work on clipboard | Jay Sorg | 2012-10-29 | 1 | -0/+441 |