summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chansrv: add headerJay Sorg2013-03-121-0/+1
|
* xrdp: xrdp_mm.c fix some warnings and code cleanupJay Sorg2013-03-111-163/+166
|
* chansrv: fix for building without fuseJay Sorg2013-03-111-0/+11
|
* Merge pull request #64 from imprazaguy/bug_fix_nopamjsorg712013-03-094-41/+24
|\ | | | | Bug fix for building without PAM
| * Fix password authentication to handle different encryption algorithmsGuan-Zhong Huang2013-03-091-38/+4
| |
| * Fix compilation error without PAMGuan-Zhong Huang2013-03-093-2/+19
| |
| * Fix incorrect usage of log_message()Guan-Zhong Huang2013-03-091-1/+1
|/
* o removed square brackets inside commented code in xrdp.iniLaxmikant Rashinkar2013-03-081-2/+2
| | | | because due to parsing bug
* o early checkin for drive redirectionLaxmikant Rashinkar2013-03-089-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 clientClipJay Sorg2013-02-281-7/+2
|
* randr test, print ConfigureNotify width and heightJay Sorg2013-02-171-1/+2
|
* randr test changeJay Sorg2013-02-171-7/+11
|
* xorg randr test appJay Sorg2013-02-172-16/+89
|
* add randr testJay Sorg2013-02-172-0/+71
|
* chansrv: fix clipboard crashJay Sorg2013-02-152-1/+11
|
* X11rdp: fix for RandR desktop resizingJay Sorg2013-02-151-1/+1
|
* xrdpapi: cast fixJay Sorg2013-02-111-1/+1
|
* Merge pull request #62 from ArvidNorr/freerdplogArvidNorr2013-02-011-1/+7
|\ | | | | Added some logging in freeRDP module
| * layoutfixArvidNorr2013-02-011-1/+1
| |
| * freeRDP Connection status to logArvidNorr2013-02-011-1/+7
| |
* | Merge pull request #61 from ArvidNorr/channelblockArvidNorr2013-02-015-25/+28
|\ \ | |/ | | Comments,debug added. Fix for potential vulnerability in log.c
| * Comments and debug when blocking channels added. Fix for potential ↵ArvidNorr2013-02-015-25/+28
|/ | | | vulnerability in log.c
* Merge pull request #60 from ArvidNorr/freerdpfixesArvidNorr2013-01-312-41/+139
|\ | | | | | | Support different mouse pointers better if you not use windows Aero scheme Support for text cursors in microsoft word.
| * Layout fixesArvidNorr2013-01-311-32/+37
| |
| * mouse pointer and text cursor fixesArvidNorr2013-01-152-42/+135
| |
* | Merge pull request #59 from ArvidNorr/moreloggingArvidNorr2013-01-318-44/+70
|\ \ | | | | | | More logging for debug and trace.
| * | small len fixesArvidNorr2013-01-311-2/+2
| | |
| * | Removed unused 'build' in gitignoreArvidNorr2013-01-311-1/+0
| | |
| * | More logging addedArvidNorr2013-01-188-44/+71
| | |
* | | Merge pull request #58 from ArvidNorr/pam-contArvidNorr2013-01-3122-47/+263
|\ \ \ | |/ / |/| | PAM additions mostly for a gateway situation
| * | deny access if group is undefinedArvidNorr2013-01-315-4/+18
| | |
| * | PAM error text can be configuredArvidNorr2013-01-287-4/+73
| | |
| * | Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ArvidNorr2013-01-1613-41/+174
| |/ | | | | | | the socket is closed
* | Merge pull request #52 from Osirium/patch/text2booljsorg712013-01-175-68/+17
|\ \ | | | | | | Patch/text2bool - use common function when converting string to bool
| * \ Merge branch 'patch/text2bool' of github.com:Osirium/xrdp into patch/text2boolLawrenceK2013-01-170-0/+0
| |\ \
| | * | refactor and use test2bool instead of duplicated code testing for ↵LawrenceK2013-01-164-65/+13
| | | | | | | | | | | | | | | | on,yes,true, non zero
| | * | Allow for any non 0 and the string to also be true. These are the tests used ↵LawrenceK2013-01-161-3/+4
| | | | | | | | | | | | | | | | elsewhere in the xrdp code.
| * | | refactor and use test2bool instead of duplicated code testing for ↵LawrenceK2013-01-174-65/+13
| | | | | | | | | | | | | | | | on,yes,true, non zero
| * | | Allow for any non 0 and the string to also be true. These are the tests used ↵LawrenceK2013-01-171-3/+4
|/ / / | | | | | | | | | elsewhere in the xrdp code.
* | | Merge branch 'master' of github.com:FreeRDP/xrdpJay Sorg2013-01-161-1/+1
|\ \ \
| * \ \ Merge pull request #51 from Osirium/bug/channel-enablesMarc-André Moreau2013-01-161-1/+1
| |\ \ \ | | | | | | | | | | Bug/channel enables
| | * | | bug in find_name_in_listsLawrenceK2013-01-161-1/+1
| | |/ /
| | * | Keep osirium master the same as freerdp masterLawrenceK2013-01-161-3/+56
| | | | | | | | | | | | | | | | | | | | | | | | Revert "Make this the osirium default xrdp file" This reverts commit d26cb83a4f9243d0293709cc6380753d356fe159.
| | * | Merge branch 'master' of git://github.com/FreeRDP/xrdpLawrenceK2013-01-157-22/+73
| | |\ \ | | |/ / | |/| |
| | * | Make this the osirium default xrdp fileLawrenceK2013-01-021-56/+3
| | | |
* | | | vrplayer fixesJay Sorg2013-01-164-48/+58
|/ / /
* | | vrplayer: fix for building with older ffmpegJay Sorg2013-01-141-8/+14
| | |
* | | vrplayer: change to get screen positionJay Sorg2013-01-131-7/+13
| |/ |/|
* | update for xrdp.iniJay Sorg2013-01-071-2/+2
| |
* | libxrdp: added ini settings for bulk compressorJay Sorg2013-01-063-1/+19
| |