summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_process.c
Commit message (Collapse)AuthorAgeFilesLines
* Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ArvidNorr2013-01-161-2/+2
| | | | the socket is closed
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-152/+166
| | | | | o applied new coding standards to all .c files o moved some files around
* merge comments defines and simplified functionnorrarvid2012-05-291-1/+1
|\
| * added comments, added define, removed unused inparameternorrarvid2012-05-291-1/+1
| |
* | xrdp: added -f command line option to fork on connectionsJay Sorg2012-05-261-0/+4
|/
* Major code cleanup:Nicola Ruggero2010-11-031-1/+1
| | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.)
* update copyright yearjsorg712010-07-041-1/+1
|
* use transjsorg712010-05-041-14/+24
|
* update copyright yearjsorg712009-01-251-1/+1
|
* add pid to event namesjsorg712008-12-011-3/+5
|
* main loop changes, not so chattyjsorg712008-04-051-27/+67
|
* main loop reorganizationjsorg712008-03-311-2/+3
|
* update copyright yearjsorg712008-01-301-1/+1
|
* added xrdp_mm work for module managementjsorg712007-04-131-15/+11
|
* thread_callsjsorg712007-02-041-1/+1
|
* setup is_term callback functionjsorg712007-01-141-0/+12
|
* copyright year updatejsorg712007-01-121-1/+1
|
* copyright year updatejsorg712006-02-041-1/+1
|
* moved files aroundjsorg712005-06-281-64/+28
|
* added a bunch of error checksjsorg712005-02-081-12/+12
|
* added session manager and fixed disconnect problemsjsorg712005-01-301-169/+171
|
* added pointer cache, some debug messages and some other fixesjsorg712005-01-211-166/+169
|
* added lib header and makefilejsorg712005-01-171-49/+59
|
* changed the way the palette works in 8 bpp and changed some parameter passingjsorg712005-01-151-3/+3
|
* copyright updatejsorg712005-01-071-1/+1
|
* commit bitmap compres work and moved some files aroundjsorg712005-01-071-2/+9
|
* added vnc modjsorg712004-11-281-8/+32
|
* started work on modualsjsorg712004-11-151-1/+4
|
* added font stuffjsorg712004-09-271-0/+1
|
* pass struct stream around, don't use just onejsorg712004-09-171-6/+8
|
* major work and login screenjsorg712004-09-111-5/+27
|
* add xrdp_process.cjsorg712004-08-031-0/+97