summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/chansrv_fuse.h
Commit message (Collapse)AuthorAgeFilesLines
* Constify string arguments in xrdp-chansrv sourcesPavel Roskin2017-01-221-4/+4
|
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-2/+2
| | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments".
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-271-1/+1
|
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-1/+1
|
* fuse: added support for detecting files/directories deleted locallyLaxmikant Rashinkar2013-08-091-0/+1
|
* folder redirection: fixed language issuesLaxmikant Rashinkar2013-06-081-1/+1
|
* file system redirection:Laxmikant Rashinkar2013-05-191-18/+19
| | | | o vi now works when connected via freerdp but does not fully work with rdesktop
* file system redirection: made changes to support rdesktopLaxmikant Rashinkar2013-05-051-17/+18
|
* hooked up clipboard code with FUSELaxmikant Rashinkar2013-04-261-0/+1
|
* o in file system redirection, added support for renaming files and directoriesLaxmikant Rashinkar2013-03-241-0/+1
|
* o added support for deleteing files and directoriesLaxmikant Rashinkar2013-03-181-2/+5
|
* o early checkin for drive redirectionLaxmikant Rashinkar2013-03-081-18/+55
| | | | | | | | | 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: work on clipboard file copyJay Sorg2012-11-041-1/+6
|
* chansrv: work on clipboard file copy pasteJay Sorg2012-11-031-11/+3
|
* chansrv: work on clipboardJay Sorg2012-10-291-0/+26