Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chansrv: work on pulse sink | Jay Sorg | 2013-03-30 | 4 | -31/+85 |
| | |||||
* | chansrv: work on pulse sink | Jay Sorg | 2013-03-29 | 5 | -6/+522 |
| | |||||
* | sync client_info struct with A8 | Jay Sorg | 2013-03-26 | 2 | -5/+13 |
| | |||||
* | Merge branch 'master' of github.com:FreeRDP/xrdp | Laxmikant Rashinkar | 2013-03-24 | 10 | -42/+169 |
|\ | |||||
| * | new(color) cursors working now | Jay Sorg | 2013-03-20 | 2 | -28/+67 |
| | | |||||
| * | work on new(color) cursors | Jay Sorg | 2013-03-18 | 9 | -15/+103 |
| | | |||||
* | | o in file system redirection, added support for renaming files and directories | Laxmikant Rashinkar | 2013-03-24 | 4 | -88/+448 |
|/ | |||||
* | 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 | 16 | -240/+335 |
|\ | |||||
| * | X11rdp: build fix from kyytaM | Jay Sorg | 2013-03-18 | 1 | -1/+17 |
| | | |||||
| * | work on new(color) cursors | Jay Sorg | 2013-03-12 | 1 | -35/+56 |
| | | |||||
| * | work on new(color) cursors | Jay Sorg | 2013-03-12 | 7 | -28/+72 |
| | | |||||
| * | libxrdp: started adding new(color) cursor support | Jay Sorg | 2013-03-12 | 2 | -3/+19 |
| | | |||||
| * | chansrv: add header | Jay Sorg | 2013-03-12 | 1 | -0/+1 |
| | | |||||
| * | xrdp: xrdp_mm.c fix some warnings and code cleanup | Jay Sorg | 2013-03-11 | 1 | -163/+166 |
| | | |||||
| * | chansrv: fix for building without fuse | Jay Sorg | 2013-03-11 | 1 | -0/+11 |
| | | |||||
| * | Merge pull request #64 from imprazaguy/bug_fix_nopam | jsorg71 | 2013-03-09 | 4 | -41/+24 |
| |\ | | | | | | | Bug fix for building without PAM | ||||
| | * | Fix password authentication to handle different encryption algorithms | Guan-Zhong Huang | 2013-03-09 | 1 | -38/+4 |
| | | | |||||
| | * | Fix compilation error without PAM | Guan-Zhong Huang | 2013-03-09 | 3 | -2/+19 |
| | | | |||||
| | * | Fix incorrect usage of log_message() | Guan-Zhong Huang | 2013-03-09 | 1 | -1/+1 |
| |/ | |||||
* | | o added support for deleteing files and directories | Laxmikant Rashinkar | 2013-03-18 | 4 | -68/+444 |
|/ | |||||
* | o removed square brackets inside commented code in xrdp.ini | Laxmikant Rashinkar | 2013-03-08 | 1 | -2/+2 |
| | | | | because due to parsing bug | ||||
* | o early checkin for drive redirection | Laxmikant Rashinkar | 2013-03-08 | 9 | -529/+3693 |
| | | | | | | | | | 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 | ||||
* | X11rdp: in composite, use pCompositeClip, not clientClip | Jay Sorg | 2013-02-28 | 1 | -7/+2 |
| | |||||
* | randr test, print ConfigureNotify width and height | Jay Sorg | 2013-02-17 | 1 | -1/+2 |
| | |||||
* | randr test change | Jay Sorg | 2013-02-17 | 1 | -7/+11 |
| | |||||
* | xorg randr test app | Jay Sorg | 2013-02-17 | 2 | -16/+89 |
| | |||||
* | add randr test | Jay Sorg | 2013-02-17 | 2 | -0/+71 |
| | |||||
* | chansrv: fix clipboard crash | Jay Sorg | 2013-02-15 | 2 | -1/+11 |
| | |||||
* | X11rdp: fix for RandR desktop resizing | Jay Sorg | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | xrdpapi: cast fix | Jay Sorg | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #62 from ArvidNorr/freerdplog | ArvidNorr | 2013-02-01 | 1 | -1/+7 |
|\ | | | | | Added some logging in freeRDP module | ||||
| * | layoutfix | ArvidNorr | 2013-02-01 | 1 | -1/+1 |
| | | |||||
| * | freeRDP Connection status to log | ArvidNorr | 2013-02-01 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #61 from ArvidNorr/channelblock | ArvidNorr | 2013-02-01 | 5 | -25/+28 |
|\ \ | |/ | | | Comments,debug added. Fix for potential vulnerability in log.c | ||||
| * | Comments and debug when blocking channels added. Fix for potential ↵ | ArvidNorr | 2013-02-01 | 5 | -25/+28 |
|/ | | | | vulnerability in log.c | ||||
* | Merge pull request #60 from ArvidNorr/freerdpfixes | ArvidNorr | 2013-01-31 | 2 | -41/+139 |
|\ | | | | | | | Support different mouse pointers better if you not use windows Aero scheme Support for text cursors in microsoft word. | ||||
| * | Layout fixes | ArvidNorr | 2013-01-31 | 1 | -32/+37 |
| | | |||||
| * | mouse pointer and text cursor fixes | ArvidNorr | 2013-01-15 | 2 | -42/+135 |
| | | |||||
* | | Merge pull request #59 from ArvidNorr/morelogging | ArvidNorr | 2013-01-31 | 8 | -44/+70 |
|\ \ | | | | | | | More logging for debug and trace. | ||||
| * | | small len fixes | ArvidNorr | 2013-01-31 | 1 | -2/+2 |
| | | | |||||
| * | | Removed unused 'build' in gitignore | ArvidNorr | 2013-01-31 | 1 | -1/+0 |
| | | | |||||
| * | | More logging added | ArvidNorr | 2013-01-18 | 8 | -44/+71 |
| | | | |||||
* | | | Merge pull request #58 from ArvidNorr/pam-cont | ArvidNorr | 2013-01-31 | 22 | -47/+263 |
|\ \ \ | |/ / |/| | | PAM additions mostly for a gateway situation | ||||
| * | | deny access if group is undefined | ArvidNorr | 2013-01-31 | 5 | -4/+18 |
| | | | |||||
| * | | PAM error text can be configured | ArvidNorr | 2013-01-28 | 7 | -4/+73 |
| | | | |||||
| * | | Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ | ArvidNorr | 2013-01-16 | 13 | -41/+174 |
| |/ | | | | | | | the socket is closed | ||||
* | | Merge pull request #52 from Osirium/patch/text2bool | jsorg71 | 2013-01-17 | 5 | -68/+17 |
|\ \ | | | | | | | Patch/text2bool - use common function when converting string to bool | ||||
| * \ | Merge branch 'patch/text2bool' of github.com:Osirium/xrdp into patch/text2bool | LawrenceK | 2013-01-17 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | refactor and use test2bool instead of duplicated code testing for ↵ | LawrenceK | 2013-01-16 | 4 | -65/+13 |
| | | | | | | | | | | | | | | | | on,yes,true, non zero |