Commit Graph

15 Commits (5d2c5b1410e6c6c55500b583b9d80238bf3eee01)

Author SHA1 Message Date
Pavel Roskin e35b5a4708 Constify string arguments in xrdp-chansrv sources 8 years ago
Pavel Roskin 6664aac00f Use "void" for empty argument list in declarations
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".
8 years ago
Laxmikant Rashinkar 0311a82c0a coverity: copy into fixed sized buffer 11 years ago
Laxmikant Rashinkar 3bb31876e7 coverity: fixed resolution leak issues 11 years ago
Laxmikant Rashinkar 23433c9c7e fuse: added support for detecting files/directories deleted locally 12 years ago
Laxmikant Rashinkar 6ad1d7f78d folder redirection: fixed language issues 12 years ago
Laxmikant Rashinkar 0f15c482e1 file system redirection:
o vi now works when connected via freerdp but does not fully work with rdesktop
12 years ago
Laxmikant Rashinkar 771e2248b2 file system redirection: made changes to support rdesktop 12 years ago
Laxmikant Rashinkar 58158e6a3b hooked up clipboard code with FUSE 12 years ago
Laxmikant Rashinkar debdb031f1 o in file system redirection, added support for renaming files and directories 12 years ago
Laxmikant Rashinkar 5acc54cd1d o added support for deleteing files and directories 12 years ago
Laxmikant Rashinkar 78d4e19258 o early checkin for drive redirection
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
12 years ago
Jay Sorg e2ef19098b chansrv: work on clipboard file copy 12 years ago
Jay Sorg 900d66dc6e chansrv: work on clipboard file copy paste 12 years ago
Jay Sorg 6e25a5e600 chansrv: work on clipboard 12 years ago