Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check for Xlib.h and Xfixes.h at once | jsorg71 | 2009-10-11 | 1 | -3/+2 |
| | |||||
* | added km-040c.ini | jsorg71 | 2009-10-11 | 1 | -0/+659 |
| | |||||
* | added check for required header files | jsorg71 | 2009-10-09 | 1 | -0/+17 |
| | |||||
* | update keymaps | jsorg71 | 2009-10-09 | 6 | -134/+792 |
| | |||||
* | fix an error and add script | jsorg71 | 2009-10-09 | 2 | -9/+32 |
| | |||||
* | g_thread_sck set outside of lock fix and g_cfg should always be a pointer to ↵ | jsorg71 | 2009-09-28 | 13 | -48/+47 |
| | | | | a struct | ||||
* | update trans in xrdp->sesman connection | jsorg71 | 2009-09-21 | 4 | -344/+219 |
| | |||||
* | added some more comments on environment setup | jsorg71 | 2009-09-20 | 1 | -0/+5 |
| | |||||
* | added pam_env.so to pam xrdp-sesman | jsorg71 | 2009-09-20 | 1 | -0/+1 |
| | |||||
* | add commented suggestions for .bash_profile and /etc/environment | jsorg71 | 2009-09-20 | 1 | -0/+8 |
| | |||||
* | improve login graphics | jsorg71 | 2009-09-17 | 7 | -8/+28 |
| | |||||
* | improve xrdp_bitmap_load to support 4 and 24 bpp bitmaps | jsorg71 | 2009-09-17 | 1 | -18/+122 |
| | |||||
* | remove noise | jsorg71 | 2009-09-12 | 1 | -6/+1 |
| | |||||
* | update file-loc.txt | jsorg71 | 2009-09-07 | 1 | -1/+6 |
| | |||||
* | allow ';' for comment too | jsorg71 | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | read config file | jsorg71 | 2009-09-06 | 1 | -5/+56 |
| | |||||
* | use type when looking for a session | jsorg71 | 2009-09-06 | 3 | -5/+6 |
| | |||||
* | read the ini file to get the ip for chansrv | jsorg71 | 2009-09-06 | 1 | -8/+21 |
| | |||||
* | improvements for when a session is disconnected | jsorg71 | 2009-09-05 | 2 | -6/+25 |
| | |||||
* | use unix socket for chansrv | jsorg71 | 2009-09-05 | 2 | -4/+4 |
| | |||||
* | add unix socket to trans | jsorg71 | 2009-09-05 | 4 | -11/+72 |
| | |||||
* | added chansrv_cleanup | jsorg71 | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | added chansrv_cleanup | jsorg71 | 2009-09-04 | 1 | -0/+21 |
| | |||||
* | don't set error handlers for now | jsorg71 | 2009-09-04 | 1 | -2/+4 |
| | |||||
* | add '-nolisten tcp' to X11rdp and Xvnc params | jsorg71 | 2009-09-04 | 1 | -0/+4 |
| | |||||
* | add lib path for old X server install | jsorg71 | 2009-09-04 | 1 | -0/+1 |
| | |||||
* | add lib path for old X server install | jsorg71 | 2009-09-04 | 1 | -0/+1 |
| | |||||
* | update faq | jsorg71 | 2009-09-04 | 1 | -2/+14 |
| | |||||
* | clipboard work | jsorg71 | 2009-09-02 | 3 | -129/+161 |
| | |||||
* | clipboard work | jsorg71 | 2009-09-01 | 1 | -21/+37 |
| | |||||
* | clipboard work | jsorg71 | 2009-09-01 | 1 | -5/+30 |
| | |||||
* | fix crash with large clipboards | jsorg71 | 2009-09-01 | 1 | -0/+1 |
| | |||||
* | clipboard work | jsorg71 | 2009-08-31 | 1 | -90/+81 |
| | |||||
* | function names | jsorg71 | 2009-08-31 | 1 | -32/+47 |
| | |||||
* | clipboard | jsorg71 | 2009-08-29 | 1 | -6/+8 |
| | |||||
* | clipboard work | jsorg71 | 2009-08-29 | 1 | -26/+198 |
| | |||||
* | change the way chansrv is started | jsorg71 | 2009-08-29 | 1 | -1/+1 |
| | |||||
* | log connection failure | jsorg71 | 2009-08-27 | 1 | -0/+2 |
| | |||||
* | wait for xserver to start | jsorg71 | 2009-08-27 | 1 | -15/+26 |
| | |||||
* | work on clipboard | jsorg71 | 2009-08-27 | 3 | -126/+219 |
| | |||||
* | fix a crash when freeing struct SCP_SESSION | jsorg71 | 2009-08-24 | 1 | -59/+11 |
| | |||||
* | work on clipboard | jsorg71 | 2009-08-23 | 2 | -22/+76 |
| | |||||
* | try to connect to chansrv up to 4 times | jsorg71 | 2009-08-23 | 1 | -3/+10 |
| | |||||
* | fixes for small screen | jsorg71 | 2009-08-21 | 2 | -43/+84 |
| | |||||
* | move some big items to heap | jsorg71 | 2009-08-21 | 1 | -13/+12 |
| | |||||
* | 3 seconds is 3000, not 3 | jsorg71 | 2009-08-21 | 1 | -1/+1 |
| | |||||
* | use _ not - in name | jsorg71 | 2009-08-21 | 1 | -2/+2 |
| | |||||
* | handle X server crash better | jsorg71 | 2009-08-21 | 2 | -29/+29 |
| | |||||
* | stop channel server, then xserver | jsorg71 | 2009-08-21 | 1 | -4/+17 |
| | |||||
* | fix warnings | jsorg71 | 2009-08-20 | 1 | -2/+6 |
| |