summaryrefslogtreecommitdiffstats
path: root/xrdp
Commit message (Collapse)AuthorAgeFilesLines
* Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 ↵Jim Grandy2013-08-223-1/+30
| | | | 74b015d 4e51e6d 2829087
* Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df ↵Jim Grandy2013-08-222-7/+26
| | | | f994298 38e2def
* Hand-apply patches (rail) from Authentic8: bc68076Jim Grandy2013-08-221-0/+67
|
* Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a ↵Jim Grandy2013-08-221-45/+159
| | | | 2c99e69 3f30429 aad2aaa 4f8481e 5117ac2 f3dcf1a
* Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, ↵Jim Grandy2013-08-221-0/+82
| | | | 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f
* xrdp: added support for forcing credentials on command lineLaxmikant Rashinkar2013-08-031-0/+4
|
* adding xrdp.ini option to turn off new cursorsJay Sorg2013-06-071-0/+1
|
* merge from pmhahnJay Sorg2013-05-292-2/+2
|\
| * X11rdp: fix spelling mistakesPhilipp Hahn2013-01-281-1/+1
| | | | | | | | | | | | | | exit -> exist $mn -> $mod_name folowed -> followed blocket -> blocked
| * xrdp: Ignore channels and logging sectionsPhilipp Hahn2013-01-281-1/+3
| | | | | | | | Ignore two more sections in xrdp.ini when looking for default session.
* | no logic changes, cleanup and copyright year updatesJay Sorg2013-05-2813-20/+20
| |
* | fix for autologinJay Sorg2013-05-281-5/+8
| |
* | xrdp: use full path for loading xrdp modulesJay Sorg2013-05-013-7/+8
| |
* | a debug version of xrdp/xrdp.ini was previously commitedLaxmikant Rashinkar2013-04-201-2/+1
| |
* | Merge branch 'fuse_speedup'Laxmikant Rashinkar2013-04-201-1/+2
|\ \
| * | swapped cb_lookup and cb_readdirLaxmikant Rashinkar2013-04-201-1/+2
| | |
* | | merge from ghomemJay Sorg2013-04-171-6/+2
|\ \ \ | |/ / |/| |
| * | remove legacy operation on rsakeys.iniGustavo Homem2013-03-211-3/+0
| | |
| * | don't copy stock rsakeys.initGustavo Homem2013-03-211-3/+2
| | |
* | | new(color) cursors working nowJay Sorg2013-03-201-2/+4
| | |
* | | work on new(color) cursorsJay Sorg2013-03-184-8/+35
|/ /
* | work on new(color) cursorsJay Sorg2013-03-124-15/+20
| |
* | xrdp: xrdp_mm.c fix some warnings and code cleanupJay Sorg2013-03-111-163/+166
| |
* | Fix compilation error without PAMGuan-Zhong Huang2013-03-092-2/+14
| |
* | 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-081-0/+6
| | | | | | | | | | | | | | | | | | 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
* | Comments and debug when blocking channels added. Fix for potential ↵ArvidNorr2013-02-012-20/+22
| | | | | | | | vulnerability in log.c
* | Merge pull request #59 from ArvidNorr/moreloggingArvidNorr2013-01-315-39/+51
|\ \ | | | | | | More logging for debug and trace.
| * | More logging addedArvidNorr2013-01-185-39/+51
| |/
* | Merge pull request #58 from ArvidNorr/pam-contArvidNorr2013-01-318-26/+189
|\ \ | |/ |/| PAM additions mostly for a gateway situation
| * deny access if group is undefinedArvidNorr2013-01-311-1/+1
| |
| * PAM error text can be configuredArvidNorr2013-01-284-1/+70
| |
| * Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ArvidNorr2013-01-166-26/+120
| | | | | | | | the socket is closed
* | refactor and use test2bool instead of duplicated code testing for ↵LawrenceK2013-01-173-40/+7
| | | | | | | | on,yes,true, non zero
* | 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-151-2/+2
|\ \ | |/
| * update for xrdp.iniJay Sorg2013-01-071-2/+2
| |
* | Make this the osirium default xrdp fileLawrenceK2013-01-021-56/+3
|/
* fixes, logging for off screenJay Sorg2012-12-231-0/+18
|
* Merge pull request #45 from Osirium/patch/debug-loggingMarc-André Moreau2012-12-201-0/+6
|\ | | | | update/fix some debug log calls and add the test of XRDP_DEBUG to make f...
| * update/fix some debug log calls and add the test of XRDP_DEBUG to make files ↵LawrenceK2012-12-201-0/+6
| | | | | | | | so controlled by the autoconf option --enable-xrdpdebug
* | Update allowed channel lists from entries in the connection entry prefixed ↵LawrenceK2012-12-202-28/+83
|/ | | | channel. Allows different settings for each preset connection.
* Merge branch 'master' of github.com:FreeRDP/xrdpJay Sorg2012-11-101-13/+15
|\
| * o in login dialog set sesman-X11rdp as the default moduleLaxmikant Rashinkar2012-11-091-13/+15
| | | | | | | | o added support for video redirection without using TSMF
* | fix for odd error when disconecting clientJay Sorg2012-11-101-5/+12
|/
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-1916-8427/+9422
| | | | | o applied new coding standards to all .c files o moved some files around
* no logic change, remove tabsJay Sorg2012-07-244-33/+33
|
* user rfx for cache v3 if client supportsJay Sorg2012-07-231-16/+26
|
* xrdp.ini: added rail channelJay Sorg2012-07-221-1/+2
|