Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "devredir: fix xinode leak" | Koichiro IWAO | 2018-03-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | This reverts commit 5daa09171e1e6e65a1a3ab969775fdf8affffc37. Causes "double free". Fix #990 was not correct. ``` [1271363627]: DEV_REDIR dev_redir_proc_device_iocompletion: 738 : entered: IoStatus=0x0 CompletionId=1 [1271363627]: DEV_REDIR dev_redir_proc_device_iocompletion: 839 : got CID_DIRECTORY_CONTROL [1271363627]: DEV_REDIR dev_redir_proc_query_dir_response: 933 : processing FILE_DIRECTORY_INFORMATION structs [1271363627]: DEV_REDIR dev_redir_proc_query_dir_response: 968 : FileName: . [1271363627]: DEV_REDIR devredir_fuse_data_peek: 1335 : returning 0x7f2a9c013410 *** Error in `/usr/sbin/xrdp-chansrv': double free or corruption (out): 0x00007f2a9c13a330 *** ``` Closes: #1025 | ||||
* | devredir: fix xinode leak | Koichiro IWAO | 2018-01-12 | 1 | -0/+2 |
| | | | | Pointed out by: #919 | ||||
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -25/+25 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | change log message to long long | Jay Sorg | 2017-01-29 | 1 | -2/+2 |
| | |||||
* | sesman: fix warning for 32 bit / 64 bit log entry, trunc to 32 bit | Jay Sorg | 2017-01-29 | 1 | -2/+2 |
| | |||||
* | Constify string arguments in xrdp-chansrv sources | Pavel Roskin | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Don't log device_data_len in the code where it may be uninitialized | Pavel Roskin | 2017-01-11 | 1 | -3/+2 |
| | | | Log device_data_len only in the code that reads it. | ||||
* | Remove send_channel_data() from devredir.h, it's declared in chansrv.h | Pavel Roskin | 2017-01-11 | 1 | -0/+1 |
| | | | | Include "chansrv.h" from devredir.c to have send_channel_data() declaration. | ||||
* | Use constant strings to fix warnings | Pavel Roskin | 2016-11-26 | 1 | -6/+7 |
| | |||||
* | Call devredir_cvt_slash() on the path copy, it changes the argument | Pavel Roskin | 2016-11-26 | 1 | -5/+6 |
| | |||||
* | Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeue | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 1 | -3/+3 |
| | |||||
* | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 1 | -3/+5 |
| | |||||
* | Remove unused variable in devredir_cvt_from_unicode_len() | Pavel Roskin | 2016-05-06 | 1 | -2/+1 |
| | |||||
* | Remove unused variables from dev_redir_proc_query_dir_response() | Pavel Roskin | 2016-05-06 | 1 | -15/+5 |
| | |||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -4/+4 |
| | |||||
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-26 | 1 | -4/+4 |
| | |||||
* | coverity: fixed issue argument cannot be negative | Laxmikant Rashinkar | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | coverity: Dereference after null check | Laxmikant Rashinkar | 2014-07-20 | 1 | -6/+14 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -1/+8 |
| | |||||
* | Merge branch 'master' of github.com:neutrinolabs/xrdp | Laxmikant Rashinkar | 2013-09-24 | 1 | -8/+5 |
|\ | |||||
| * | chansrv: work on smart card | Jay Sorg | 2013-09-09 | 1 | -2/+2 |
| | | |||||
| * | chansrv: work on smartcard | Jay Sorg | 2013-09-08 | 1 | -8/+5 |
| | | |||||
* | | FUSE: we now process only one opendir command at a time | Laxmikant Rashinkar | 2013-09-24 | 1 | -3/+7 |
|/ | |||||
* | FUSE: changed architecture to use opendir/readdir instead of just readdir | Laxmikant Rashinkar | 2013-08-11 | 1 | -1/+1 |
| | |||||
* | chansrv: work on smartcard redir | Jay Sorg | 2013-08-05 | 1 | -2/+14 |
| | |||||
* | xorg driver, include cleanup | Jay Sorg | 2013-07-23 | 1 | -33/+55 |
| | |||||
* | chansrv: no logic change, work on warning | Jay Sorg | 2013-07-02 | 1 | -5/+5 |
| | |||||
* | folder redirection: fixed language issues | Laxmikant Rashinkar | 2013-06-08 | 1 | -31/+68 |
| | |||||
* | folder redirection: made changes to read/write routines to avoid race conditions | Laxmikant Rashinkar | 2013-06-02 | 1 | -7/+37 |
| | |||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-21 | 1 | -4/+10 |
| | | | | o vi now works with freerdp and rdesktop | ||||
* | file system redirection: | Laxmikant Rashinkar | 2013-05-18 | 1 | -24/+39 |
| | | | | | | | | 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 | -263/+164 |
| | |||||
* | file system redirection: resolved merge conflicts | Laxmikant Rashinkar | 2013-05-05 | 1 | -174/+174 |
|\ | |||||
| * | chanarv: x prefix for stream functions to avoid name collision | Jay Sorg | 2013-05-03 | 1 | -175/+175 |
| | | |||||
* | | file system redirection: made changes to support rdesktop | Laxmikant Rashinkar | 2013-05-05 | 1 | -20/+33 |
|/ | |||||
* | hooked up clipboard code with FUSE | Laxmikant Rashinkar | 2013-04-26 | 1 | -1/+0 |
| | |||||
* | swapped cb_lookup and cb_readdir | Laxmikant Rashinkar | 2013-04-20 | 1 | -15/+56 |
| | |||||
* | folder redirection: we can now detect devices plugged in after a session has ↵ | Laxmikant Rashinkar | 2013-03-30 | 1 | -2/+22 |
| | | | | started | ||||
* | o in file system redirection, added support for renaming files and directories | Laxmikant Rashinkar | 2013-03-24 | 1 | -75/+170 |
| | |||||
* | o added support for deleteing files and directories | Laxmikant Rashinkar | 2013-03-18 | 1 | -0/+143 |
| | |||||
* | o early checkin for drive redirection | Laxmikant Rashinkar | 2013-03-08 | 1 | -6/+1277 |
| | | | | | | | | | 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 | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -7/+7 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | chansrv: update license | Jay Sorg | 2012-07-24 | 1 | -18/+17 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-04 | 1 | -1/+1 |
| | |||||
* | first clipboard checkin | jsorg71 | 2009-08-15 | 1 | -0/+7 |
| | |||||
* | added device redir start files | jsorg71 | 2009-04-22 | 1 | -0/+53 |