summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/devredir.h
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-7/+7
|
* Remove send_channel_data() from devredir.h, it's declared in chansrv.hPavel Roskin2017-01-111-2/+0
| | | | Include "chansrv.h" from devredir.c to have send_channel_data() declaration.
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-3/+3
| | | | | | 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".
* Use constant strings to fix warningsPavel Roskin2016-11-261-6/+7
|
* Include needed files in chansrv_fuse.c, remove duplicate declarationsPavel Roskin2016-11-261-0/+7
|
* Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeuePavel Roskin2016-07-081-2/+2
|
* Fix typosPavel Roskin2016-02-131-1/+1
|
* folder redirection: made changes to read/write routines to avoid race conditionsLaxmikant Rashinkar2013-06-021-1/+1
|
* file system redirection:Laxmikant Rashinkar2013-05-181-3/+3
| | | | | | | | 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 supportLaxmikant Rashinkar2013-05-151-92/+11
|
* swapped cb_lookup and cb_readdirLaxmikant Rashinkar2013-04-201-0/+3
|
* folder redirection: we can now detect devices plugged in after a session has ↵Laxmikant Rashinkar2013-03-301-1/+2
| | | | started
* o in file system redirection, added support for renaming files and directoriesLaxmikant Rashinkar2013-03-241-5/+11
|
* Merge branch 'master' of github.com:FreeRDP/xrdpLaxmikant Rashinkar2013-03-181-0/+1
|\
| * chansrv: add headerJay Sorg2013-03-121-0/+1
| |
* | o added support for deleteing files and directoriesLaxmikant Rashinkar2013-03-181-18/+35
|/
* o early checkin for drive redirectionLaxmikant Rashinkar2013-03-081-12/+367
| | | | | | | | | 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: update licenseJay Sorg2012-07-241-0/+17
|
* first clipboard checkinjsorg712009-08-151-0/+2
|
* added device redir start filesjsorg712009-04-221-0/+18