summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_mm.c
Commit message (Collapse)AuthorAgeFilesLines
* move text2bool to os_callsJay Sorg2013-08-241-1/+1
|
* common: transport aware when app is terminatingJay Sorg2013-08-171-0/+3
|
* xrdp: use full path for loading xrdp modulesJay Sorg2013-05-011-7/+6
|
* work on new(color) cursorsJay Sorg2013-03-181-2/+15
|
* xrdp: xrdp_mm.c fix some warnings and code cleanupJay Sorg2013-03-111-163/+166
|
* Fix compilation error without PAMGuan-Zhong Huang2013-03-091-2/+13
|
* Comments and debug when blocking channels added. Fix for potential ↵ArvidNorr2013-02-011-12/+12
| | | | vulnerability in log.c
* Merge pull request #59 from ArvidNorr/moreloggingArvidNorr2013-01-311-19/+27
|\ | | | | More logging for debug and trace.
| * More logging addedArvidNorr2013-01-181-19/+27
| |
* | Merge pull request #58 from ArvidNorr/pam-contArvidNorr2013-01-311-20/+159
|\ \ | |/ |/| PAM additions mostly for a gateway situation
| * PAM error text can be configuredArvidNorr2013-01-281-1/+62
| |
| * Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ArvidNorr2013-01-161-20/+98
| | | | | | | | the socket is closed
* | refactor and use test2bool instead of duplicated code testing for ↵LawrenceK2013-01-171-9/+2
| | | | | | | | on,yes,true, non zero
* | bug in find_name_in_listsLawrenceK2013-01-161-1/+1
|/
* Update allowed channel lists from entries in the connection entry prefixed ↵LawrenceK2012-12-201-28/+76
| | | | channel. Allows different settings for each preset connection.
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-1670/+1878
| | | | | o applied new coding standards to all .c files o moved some files around
* no logic change, remove tabsJay Sorg2012-07-241-1/+1
|
* xrdp: hook up the rail functions in module managerJay Sorg2012-06-281-0/+7
|
* rail: proxy railJay Sorg2012-06-241-140/+237
|
* fix merge conflicsnorrarvid2012-06-181-21/+225
|\
| * Improved loggingnorrarvid2012-06-071-0/+1
| |
| * Clear state required when relogin is performednorrarvid2012-06-051-0/+23
| |
| * timeout added for the reply to come from sesmannorrarvid2012-06-051-27/+34
| |\
| * | separate pam authentication for gatewaysnorrarvid2012-05-311-19/+191
| |/
* | fix minor merge conflictnorrarvid2012-06-181-4/+160
|\ \
| * | Fix layoutnorrarvid2012-06-181-1/+1
| | |
| * | channels can be disabled by XRDPnorrarvid2012-05-301-5/+161
| |/
* | Merge pull request #22 from ArvidNorr/moduleloadArvidNorr2012-06-171-3/+14
|\ \ | | | | | | Moduleload
| * | minor layout fixesnorrarvid2012-06-181-3/+3
| | |
| * | Improved error handling for module load and init, fixed bug in logwindownorrarvid2012-05-301-1/+10
| | |
| * | added comments, added define, removed unused inparameternorrarvid2012-05-291-3/+5
| |/
* | xrdp: fix warningsJay Sorg2012-06-111-4/+2
| |
* | no logic changes, remove warnings and coding style changesJay Sorg2012-06-101-1/+1
|/
* xorg: work on offscreen bitmapsJay Sorg2012-05-191-18/+36
|
* xorg: work on offscreen bitmapsJay Sorg2012-05-171-5/+133
|
* pass the client_info(caps) on to module and xserverJay Sorg2012-05-131-0/+4
|
* fixes from ArvidNorrJay Sorg2012-05-071-9/+17
|
* xrdp: added xrdp.ini options to auto execute a modules and hide log windowJay Sorg2012-03-161-1/+1
|
* xrdp: added override setting for chansrv portJay Sorg2012-03-161-40/+73
|
* use unix domain socket for xrdp-X11rdp connectionJay Sorg2012-03-151-1/+17
|
* move temp files from /tmp to /tmp/.xrdpJay Sorg2012-02-111-1/+1
|
* remove warnings, check for nilJay Sorg2011-10-121-87/+159
|
* added 15 and 24bpp support and changes for reconnect / resizeJay Sorg2011-09-101-1/+15
|
* move disconnect to X11rdpJay Sorg2011-08-241-33/+0
|
* added a way to disconnect a session from within a sessionJay Sorg2011-07-071-0/+35
|
* Implemented client IP loggingNicola Ruggero2010-11-041-0/+8
|
* Major code cleanup:Nicola Ruggero2010-11-031-95/+126
| | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.)
* Added bell (pcspeaker) supportNicola Ruggero2010-10-261-0/+14
|
* log messages friendJay Sorg2010-10-221-4/+4
|
* use transjsorg712010-05-041-4/+4
|