summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/chansrv_fuse.c
Commit message (Collapse)AuthorAgeFilesLines
...
* o added some dummy functions to stop build from breakingLaxmikant Rashinkar2013-03-181-0/+2
| | | | when --enable-fuse is not specified
* Merge branch 'master' of github.com:FreeRDP/xrdpLaxmikant Rashinkar2013-03-181-0/+11
|\
| * chansrv: fix for building without fuseJay Sorg2013-03-111-0/+11
| |
* | o added support for deleteing files and directoriesLaxmikant Rashinkar2013-03-181-48/+261
|/
* o early checkin for drive redirectionLaxmikant Rashinkar2013-03-081-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 loggingJay Sorg2012-11-071-9/+9
|
* chansrv: make sure ~/xrdp_client exists, other cleanupsJay Sorg2012-11-071-3/+12
|
* chansrv: fix build without --enable-fuseJay Sorg2012-11-071-0/+2
|
* chansrv: clipboard file copy / paste working nowJay Sorg2012-11-051-15/+68
|
* chansrv: work on clipboard file copyJay Sorg2012-11-041-5/+58
|
* chansrv: work on clipboard file copy pasteJay Sorg2012-11-031-96/+210
|
* chansrv: added --enable-fuse optionJay Sorg2012-11-021-7/+4
|
* chansrv: debug fixJay Sorg2012-11-011-1/+1
|
* chansrv: added define for fuseJay Sorg2012-10-291-0/+46
|
* chansrv: work on clipboardJay Sorg2012-10-291-0/+441