Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -7/+7 |
| | |||||
* | Remove send_channel_data() from devredir.h, it's declared in chansrv.h | Pavel Roskin | 2017-01-11 | 1 | -2/+0 |
| | | | | Include "chansrv.h" from devredir.c to have send_channel_data() declaration. | ||||
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -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 warnings | Pavel Roskin | 2016-11-26 | 1 | -6/+7 |
| | |||||
* | Include needed files in chansrv_fuse.c, remove duplicate declarations | Pavel Roskin | 2016-11-26 | 1 | -0/+7 |
| | |||||
* | Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeue | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | folder redirection: made changes to read/write routines to avoid race conditions | Laxmikant Rashinkar | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-18 | 1 | -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 support | Laxmikant Rashinkar | 2013-05-15 | 1 | -92/+11 |
| | |||||
* | swapped cb_lookup and cb_readdir | Laxmikant Rashinkar | 2013-04-20 | 1 | -0/+3 |
| | |||||
* | folder redirection: we can now detect devices plugged in after a session has ↵ | Laxmikant Rashinkar | 2013-03-30 | 1 | -1/+2 |
| | | | | started | ||||
* | o in file system redirection, added support for renaming files and directories | Laxmikant Rashinkar | 2013-03-24 | 1 | -5/+11 |
| | |||||
* | Merge branch 'master' of github.com:FreeRDP/xrdp | Laxmikant Rashinkar | 2013-03-18 | 1 | -0/+1 |
|\ | |||||
| * | chansrv: add header | Jay Sorg | 2013-03-12 | 1 | -0/+1 |
| | | |||||
* | | o added support for deleteing files and directories | Laxmikant Rashinkar | 2013-03-18 | 1 | -18/+35 |
|/ | |||||
* | o early checkin for drive redirection | Laxmikant Rashinkar | 2013-03-08 | 1 | -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 license | Jay Sorg | 2012-07-24 | 1 | -0/+17 |
| | |||||
* | first clipboard checkin | jsorg71 | 2009-08-15 | 1 | -0/+2 |
| | |||||
* | added device redir start files | jsorg71 | 2009-04-22 | 1 | -0/+18 |