Commit Graph

65 Commits (c2ade7a1f7318527bd8cb5aedc4ed127c5546c94)

Author SHA1 Message Date
Michael Savisko 47d8e03d3a Fixed compilation warning in previous commit.
6 years ago
Michael Savisko ba93badf73 Fix crash of xrdp-chansrv process, issue #1202.
6 years ago
matt335672 4023aa7f1c xfuse_create_share() called before xfuse_init()
7 years ago
Pavel Roskin 6ed4c969f4 Eliminate APP_CC and DEFAULT_CC
7 years ago
Pavel Roskin b2d3dcf169 Include config_ac.h from all source files
7 years ago
Pavel Roskin e35b5a4708 Constify string arguments in xrdp-chansrv sources
7 years ago
Pavel Roskin 6664aac00f Use "void" for empty argument list in declarations
8 years ago
Pavel Roskin e46d15ca84 Fix C++ errors and warnings in FUSE code
8 years ago
Pavel Roskin 2ab321a7c6 Use fuse_ino_t for FUSE inodes, not tui32 or int
8 years ago
Pavel Roskin f622a17c75 Remove write-only FileId variable
8 years ago
Pavel Roskin 46f4025372 Cast pointer to uint64_t through tintptr to avoid warnings
8 years ago
Pavel Roskin e92c4f3b40 Use constant strings to fix warnings
8 years ago
Pavel Roskin a4e3952d65 Disable or remove dead code to prevent it from throwing warnings
8 years ago
Pavel Roskin a547cc3784 Include needed files in chansrv_fuse.c, remove duplicate declarations
8 years ago
Pavel Roskin bf39fed6e4 Fix misuse of NULL for arithmetic type
8 years ago
Pavel Roskin 4234ed278e Use FUSE_CFLAGS and FUSE_LIBS from pkg-config
8 years ago
Pavel Roskin 7fce469cbc Fix format warnings if FUSE is enabled
8 years ago
Pavel Roskin 92423a466e Fix potential buffer overflow in strncat() invocation
8 years ago
jsorg71 8353baab3d Merge pull request #390 from proski/june21
8 years ago
Kentaro Hayashi 8f3fb2f7c8 chansrv: avoid chansrv SEGV when xinode is NULL
8 years ago
Pavel Roskin d1efb0d5ba Fix signed to unsigned comparisons reported by g++ 6.1.0
8 years ago
Pavel Roskin 0629b25d5f Fix warnings about unused variables and functions
8 years ago
Pavel Roskin 92a6833e9b Fix typos
8 years ago
Jay Sorg ded462ab8e chansrv: fix some warnings
9 years ago
Jay Sorg 8261459707 chansrv: fix a crash in fuse
9 years ago
Koichiro IWAO 53ea01d51e fuse: use EIO instead of EREMOTEIO for BSDs
9 years ago
Koichiro IWAO 647c72b75b chansrv: explicit include in chansrv_fuse.c
9 years ago
Laxmikant Rashinkar a9d7c13147 coverity: read from pointer after free
10 years ago
Laxmikant Rashinkar 0311a82c0a coverity: copy into fixed sized buffer
10 years ago
Laxmikant Rashinkar 1c423dadf4 coverity: copy into fixed sized buffer
10 years ago
Laxmikant Rashinkar 0c63a8feb3 coverity: Dereference after null check
10 years ago
Laxmikant Rashinkar 3bb31876e7 coverity: fixed resolution leak issues
10 years ago
Jay Sorg 03a5914609 chansrv: make fuse mount directory configurable
10 years ago
Laxmikant Rashinkar 379685bfca FUSE: we now process only one opendir command at a time
11 years ago
Laxmikant Rashinkar 6381941c78 FUSE: changed architecture to use opendir/readdir instead of just readdir
11 years ago
Laxmikant Rashinkar 23433c9c7e fuse: added support for detecting files/directories deleted locally
11 years ago
Jay Sorg 29420b3134 chansrv: no logic change, work on warning
11 years ago
Laxmikant Rashinkar 6ad1d7f78d folder redirection: fixed language issues
11 years ago
Laxmikant Rashinkar 2029867510 folder redirection: made changes to read/write routines to avoid race conditions
11 years ago
Laxmikant Rashinkar 652bacf07f file system redirection:
11 years ago
Laxmikant Rashinkar 0f15c482e1 file system redirection:
11 years ago
Laxmikant Rashinkar 315ef8ad71 file system redirection:
11 years ago
Laxmikant Rashinkar 89b7cd269e smartcard: developer checkin for smartcard support
11 years ago
Laxmikant Rashinkar ca61050b74 file system redirection: resolved merge conflicts
11 years ago
Laxmikant Rashinkar 771e2248b2 file system redirection: made changes to support rdesktop
11 years ago
Jay Sorg e4b19abd1d chanarv: x prefix for stream functions to avoid name collision
11 years ago
Laxmikant Rashinkar 58158e6a3b hooked up clipboard code with FUSE
11 years ago
Laxmikant Rashinkar 97c483c8b3 swapped cb_lookup and cb_readdir
11 years ago
Laxmikant Rashinkar f021640369 folder redirection: we can now detect devices plugged in after a session has started
11 years ago
Laxmikant Rashinkar debdb031f1 o in file system redirection, added support for renaming files and directories
11 years ago