Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Constify string arguments in xrdp-chansrv sources | Pavel Roskin | 2017-01-22 | 1 | -4/+4 |
| | |||||
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -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 buffer | Laxmikant Rashinkar | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | fuse: added support for detecting files/directories deleted locally | Laxmikant Rashinkar | 2013-08-09 | 1 | -0/+1 |
| | |||||
* | folder redirection: fixed language issues | Laxmikant Rashinkar | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-19 | 1 | -18/+19 |
| | | | | o vi now works when connected via freerdp but does not fully work with rdesktop | ||||
* | file system redirection: made changes to support rdesktop | Laxmikant Rashinkar | 2013-05-05 | 1 | -17/+18 |
| | |||||
* | hooked up clipboard code with FUSE | Laxmikant Rashinkar | 2013-04-26 | 1 | -0/+1 |
| | |||||
* | o in file system redirection, added support for renaming files and directories | Laxmikant Rashinkar | 2013-03-24 | 1 | -0/+1 |
| | |||||
* | o added support for deleteing files and directories | Laxmikant Rashinkar | 2013-03-18 | 1 | -2/+5 |
| | |||||
* | o early checkin for drive redirection | Laxmikant Rashinkar | 2013-03-08 | 1 | -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 copy | Jay Sorg | 2012-11-04 | 1 | -1/+6 |
| | |||||
* | chansrv: work on clipboard file copy paste | Jay Sorg | 2012-11-03 | 1 | -11/+3 |
| | |||||
* | chansrv: work on clipboard | Jay Sorg | 2012-10-29 | 1 | -0/+26 |