Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work on getting the module manager working without using sesman | jsorg71 | 2007-05-18 | 3 | -215/+244 |
| | |||||
* | got autologin working again and some other fixes | jsorg71 | 2007-05-06 | 6 | -129/+59 |
| | |||||
* | need 24 bit RGB and BGR macros | jsorg71 | 2007-04-28 | 2 | -11/+11 |
| | |||||
* | moving module management to seperate c file and moving sesman coomuniation ↵ | jsorg71 | 2007-04-26 | 2 | -251/+214 |
| | | | | to xrdp instead of module | ||||
* | Xrdp to X11rdp | jsorg71 | 2007-04-14 | 1 | -1/+1 |
| | |||||
* | added xrdp_mm | jsorg71 | 2007-04-13 | 1 | -0/+954 |
| | |||||
* | added xrdp_mm work for module management | jsorg71 | 2007-04-13 | 1 | -15/+11 |
| | |||||
* | added xrdp_mm struct | jsorg71 | 2007-04-13 | 1 | -5/+19 |
| | |||||
* | removed xrdp/xrdp_interface.c | jsorg71 | 2007-04-13 | 1 | -446/+0 |
| | |||||
* | added the xrdp_mm struct | jsorg71 | 2007-04-13 | 1 | -8/+27 |
| | |||||
* | added a comment | jsorg71 | 2007-04-13 | 1 | -0/+1 |
| | |||||
* | moved module work to its own struct | jsorg71 | 2007-04-13 | 1 | -4/+5 |
| | |||||
* | added xrdp_mm.c and removed xrdp_interface.c | jsorg71 | 2007-04-13 | 1 | -3/+3 |
| | | | | remove strip from make | ||||
* | small fixes for italian keymap (added <>{} keys) | ilsimo | 2007-04-01 | 1 | -4/+4 |
| | |||||
* | thread_calls | jsorg71 | 2007-02-04 | 4 | -31/+40 |
| | |||||
* | thread and mutex work | jsorg71 | 2007-02-03 | 2 | -64/+31 |
| | |||||
* | tc_ prefix for thread calls | jsorg71 | 2007-02-03 | 1 | -1/+1 |
| | |||||
* | channels on | jsorg71 | 2007-01-25 | 1 | -0/+1 |
| | |||||
* | setup is_term callback function | jsorg71 | 2007-01-14 | 1 | -0/+12 |
| | |||||
* | copyright year update | jsorg71 | 2007-01-12 | 15 | -15/+15 |
| | |||||
* | channel data go go to the client | jsorg71 | 2006-12-30 | 1 | -0/+20 |
| | |||||
* | more work on channel support | jsorg71 | 2006-12-30 | 4 | -0/+55 |
| | |||||
* | let module decide if alt-gr needs to be ignored | jsorg71 | 2006-12-09 | 2 | -19/+1 |
| | |||||
* | fix keyup issue | jsorg71 | 2006-12-08 | 1 | -3/+4 |
| | |||||
* | commit patch 1589325, slightly modified - code cleanup | jsorg71 | 2006-11-04 | 4 | -6/+6 |
| | |||||
* | make some functions static per 1579343 | jsorg71 | 2006-10-24 | 4 | -11/+11 |
| | |||||
* | added italy keymap | jsorg71 | 2006-10-16 | 1 | -3/+72 |
| | |||||
* | added 'pt br' key layout | jsorg71 | 2006-10-11 | 1 | -0/+73 |
| | |||||
* | more --nodaemon aliases | jsorg71 | 2006-10-10 | 1 | -1/+5 |
| | |||||
* | altgr fix | jsorg71 | 2006-10-09 | 3 | -5/+21 |
| | |||||
* | added de, fr, and gb key layouts | jsorg71 | 2006-10-08 | 9 | -315/+515 |
| | |||||
* | add mechanism for not allowing keyups unless there was a keydown | jsorg71 | 2006-09-04 | 2 | -13/+102 |
| | |||||
* | change debian install location | jsorg71 | 2006-08-07 | 1 | -6/+6 |
| | |||||
* | added rdp-scan-codes.txt | jsorg71 | 2006-07-07 | 1 | -0/+126 |
| | |||||
* | printf -> writeln | jsorg71 | 2006-04-29 | 7 | -81/+79 |
| | |||||
* | bounds check when loading font | jsorg71 | 2006-04-16 | 1 | -0/+7 |
| | |||||
* | added medium and high rdp encryption via xrdp.ini | jsorg71 | 2006-04-14 | 1 | -0/+1 |
| | |||||
* | safer read of font file | jsorg71 | 2006-03-21 | 1 | -8/+10 |
| | |||||
* | bitmap cache2 | jsorg71 | 2006-03-17 | 1 | -9/+31 |
| | |||||
* | bitmap cache2 vars | jsorg71 | 2006-03-17 | 1 | -1/+3 |
| | |||||
* | added DEFAULT_CC | jsorg71 | 2006-03-13 | 1 | -1/+1 |
| | |||||
* | fix crash when typing a username in | jsorg71 | 2006-03-13 | 1 | -2/+1 |
| | |||||
* | patblt opcode fix | jsorg71 | 2006-03-07 | 1 | -1/+22 |
| | |||||
* | added installdeb to makefiles | jsorg71 | 2006-03-04 | 1 | -0/+10 |
| | |||||
* | added sleep | jsorg71 | 2006-02-05 | 1 | -0/+1 |
| | |||||
* | vnc->xrdp | jsorg71 | 2006-02-04 | 1 | -5/+13 |
| | |||||
* | copyright year update | jsorg71 | 2006-02-04 | 13 | -13/+13 |
| | |||||
* | minor comment changes | jsorg71 | 2006-02-03 | 1 | -3/+3 |
| | |||||
* | rop fix | jsorg71 | 2006-02-03 | 1 | -1/+7 |
| | |||||
* | get_threadid should return long | jsorg71 | 2005-12-14 | 1 | -1/+1 |
| |