Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -3/+3 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | Constify string arguments in xrdp-chansrv sources | Pavel Roskin | 2017-01-22 | 1 | -16/+18 |
| | |||||
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -4/+4 |
| | | | | | | 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". | ||||
* | Fix C++ errors and warnings in FUSE code | Pavel Roskin | 2016-11-26 | 1 | -29/+44 |
| | |||||
* | Use fuse_ino_t for FUSE inodes, not tui32 or int | Pavel Roskin | 2016-11-26 | 1 | -27/+27 |
| | |||||
* | Remove write-only FileId variable | Pavel Roskin | 2016-11-26 | 1 | -2/+0 |
| | |||||
* | Cast pointer to uint64_t through tintptr to avoid warnings | Pavel Roskin | 2016-11-26 | 1 | -4/+4 |
| | | | Cast to long would damage a pointer on Win64. | ||||
* | Use constant strings to fix warnings | Pavel Roskin | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | Disable or remove dead code to prevent it from throwing warnings | Pavel Roskin | 2016-11-26 | 1 | -11/+12 |
| | |||||
* | Include needed files in chansrv_fuse.c, remove duplicate declarations | Pavel Roskin | 2016-11-26 | 1 | -18/+3 |
| | |||||
* | Fix misuse of NULL for arithmetic type | Pavel Roskin | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | Use FUSE_CFLAGS and FUSE_LIBS from pkg-config | Pavel Roskin | 2016-11-26 | 1 | -2/+1 |
| | | | | | | | Include <fuse_lowlevel.h>, not <fuse/fuse_lowlevel.h>, the include path should be set up for that. Don't define _FILE_OFFSET_BITS in one file, FUSE_CFLAGS would enable it for the whole xrdp-chansrv build if needed. | ||||
* | Fix format warnings if FUSE is enabled | Pavel Roskin | 2016-11-21 | 1 | -74/+75 |
| | |||||
* | Fix potential buffer overflow in strncat() invocation | Pavel Roskin | 2016-11-15 | 1 | -1/+1 |
| | | | | | | strncat() will copy at most the specified number of characters and append the null character on top of that. strlen() doesn't count the final null character. | ||||
* | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 1 | -1/+1 |
|\ | | | | | Cleanups and C++ compatibility | ||||
| * | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | | |||||
* | | chansrv: avoid chansrv SEGV when xinode is NULL | Kentaro Hayashi | 2016-07-21 | 1 | -0/+5 |
|/ | | | | | | | When xfuse_create_file_in_xrdp_fs is failed, it returns NULL. Without this fix, xinode->size causes SEGV, so implementation is changed to return -1 and check the return value in caller. | ||||
* | Fix warnings about unused variables and functions | Pavel Roskin | 2016-04-21 | 1 | -2/+2 |
| | |||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -3/+3 |
| | |||||
* | chansrv: fix some warnings | Jay Sorg | 2015-12-29 | 1 | -7/+7 |
| | |||||
* | chansrv: fix a crash in fuse | Jay Sorg | 2015-12-26 | 1 | -0/+5 |
| | |||||
* | fuse: use EIO instead of EREMOTEIO for BSDs | Koichiro IWAO | 2015-03-18 | 1 | -0/+4 |
| | | | | FreeBSD/OpenBSD/NetBSD and OS X don't have errno EREMOTEIO. | ||||
* | chansrv: explicit include in chansrv_fuse.c | Koichiro IWAO | 2015-03-13 | 1 | -0/+1 |
| | | | | | | chansrv_fuse.c includes chansrv_fuse.h even if XRDP_FUSE is not defined. However, time_t is used in chansrv_fuse.h. This causes build failure on FreeBSD. | ||||
* | coverity: read from pointer after free | Laxmikant Rashinkar | 2014-07-27 | 1 | -1/+2 |
| | |||||
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-27 | 1 | -1/+2 |
| | |||||
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | coverity: Dereference after null check | Laxmikant Rashinkar | 2014-07-20 | 1 | -5/+8 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -8/+10 |
| | |||||
* | chansrv: make fuse mount directory configurable | Jay Sorg | 2014-04-19 | 1 | -5/+42 |
| | | | | | | Conflicts: sesman/sesman.ini | ||||
* | FUSE: we now process only one opendir command at a time | Laxmikant Rashinkar | 2013-09-24 | 1 | -78/+140 |
| | |||||
* | FUSE: changed architecture to use opendir/readdir instead of just readdir | Laxmikant Rashinkar | 2013-08-11 | 1 | -259/+197 |
| | |||||
* | fuse: added support for detecting files/directories deleted locally | Laxmikant Rashinkar | 2013-08-09 | 1 | -7/+138 |
| | |||||
* | chansrv: no logic change, work on warning | Jay Sorg | 2013-07-02 | 1 | -9/+9 |
| | |||||
* | folder redirection: fixed language issues | Laxmikant Rashinkar | 2013-06-08 | 1 | -131/+29 |
| | |||||
* | folder redirection: made changes to read/write routines to avoid race conditions | Laxmikant Rashinkar | 2013-06-02 | 1 | -2/+2 |
| | |||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-21 | 1 | -4/+47 |
| | | | | o vi now works with freerdp and rdesktop | ||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-19 | 1 | -10/+27 |
| | | | | o vi now works when connected via freerdp but does not fully work with rdesktop | ||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-18 | 1 | -21/+79 |
| | | | | | | | | 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 | -1/+1 |
| | |||||
* | file system redirection: resolved merge conflicts | Laxmikant Rashinkar | 2013-05-05 | 1 | -9/+3 |
|\ | |||||
| * | chanarv: x prefix for stream functions to avoid name collision | Jay Sorg | 2013-05-03 | 1 | -2/+2 |
| | | |||||
* | | file system redirection: made changes to support rdesktop | Laxmikant Rashinkar | 2013-05-05 | 1 | -12/+50 |
|/ | |||||
* | hooked up clipboard code with FUSE | Laxmikant Rashinkar | 2013-04-26 | 1 | -472/+197 |
| | |||||
* | swapped cb_lookup and cb_readdir | Laxmikant Rashinkar | 2013-04-20 | 1 | -44/+616 |
| | |||||
* | folder redirection: we can now detect devices plugged in after a session has ↵ | Laxmikant Rashinkar | 2013-03-30 | 1 | -67/+54 |
| | | | | started | ||||
* | o in file system redirection, added support for renaming files and directories | Laxmikant Rashinkar | 2013-03-24 | 1 | -8/+266 |
| | |||||
* | o added some dummy functions to stop build from breaking | Laxmikant Rashinkar | 2013-03-18 | 1 | -0/+2 |
| | | | | when --enable-fuse is not specified | ||||
* | Merge branch 'master' of github.com:FreeRDP/xrdp | Laxmikant Rashinkar | 2013-03-18 | 1 | -0/+11 |
|\ | |||||
| * | chansrv: fix for building without fuse | Jay Sorg | 2013-03-11 | 1 | -0/+11 |
| | |