Commit Graph

380 Commits

Author SHA1 Message Date
Jay Sorg
b0ebf1c146 remove warnings, check for nil 2011-10-12 23:04:27 -07:00
Jay Sorg
5972c136bf added 15 and 24bpp support and changes for reconnect / resize 2011-09-10 21:13:54 -07:00
Jay Sorg
12ce9c136f add max bpp option to xrdp.ini 2011-08-24 22:45:02 -07:00
Jay Sorg
b7aecf16b0 move disconnect to X11rdp 2011-08-24 21:54:30 -07:00
Jay Sorg
0e5e50925c added a way to disconnect a session from within a session 2011-07-07 09:27:43 -07:00
Jay Sorg
6c9529c9b9 printf error when can't bind port 2011-07-06 19:54:10 -07:00
Jay Sorg
93727da778 update some copyright years 2011-07-06 19:53:31 -07:00
Jay Sorg
d3a505b78f minor changes 2011-05-28 23:57:59 -07:00
Jay Sorg
dd6a0988b7 variable drop down menu size 2010-11-25 18:28:43 -08:00
Itamar Reis Peixoto
6b08b8b71e include missing files in make dist 2010-11-20 22:13:50 -02:00
Itamar Reis Peixoto
759757435e xrdp comestic patch from "Alessandro Briosi" <tsdogs@briosix.org> 2010-11-20 22:13:49 -02:00
Itamar Reis Peixoto
83edc21992 use package version in xrdp.c 2010-11-20 22:13:49 -02:00
Jay Sorg
4d4f80bfc4 work on freerdp 2010-11-19 20:34:20 -08:00
Jay Sorg
4f88bf83c1 fixes for bell function 2010-11-18 21:05:32 -08:00
Nicola Ruggero
3ba752e7b7 Removed dead code re-introduced erroneously in commit 4cf06dbbcb 2010-11-04 16:22:33 +01:00
Nicola Ruggero
17bc1418ec Read keymaps over 128 keys. Patch by Yoshitomo Nakashima 2010-11-04 13:50:45 +01:00
Nicola Ruggero
d797b2cf49 Implemented client IP logging 2010-11-04 12:14:03 +01:00
Nicola Ruggero
87297c5014 Version up to 0.6.0 2010-11-03 17:09:13 +01:00
Nicola Ruggero
4cf06dbbcb Major code cleanup:
- Initialized and zeroed out local variables
- Check for some null pointers
- Fixed some typos
- Other minor changes (beautify, etc.)
2010-11-03 16:59:26 +01:00
Nicola Ruggero
104f762e5d Added bell (pcspeaker) support 2010-10-26 13:08:28 +02:00
Jay Sorg
25371d6bc9 log messages friend 2010-10-22 21:16:26 -07:00
Jay Sorg
8846b589de use en-us keymap file if no keymap file 2010-10-22 19:45:18 -07:00
Jay Sorg
1e8b5ea2cd bind to specific address 2010-10-19 21:23:13 -07:00
jsorg71
f6f005ca58 fix spelling error 2010-07-26 03:37:07 +00:00
jsorg71
8f6ac8df5c write to pid file as early as possible 2010-07-26 03:32:52 +00:00
jsorg71
b7cbc6a656 update copyright year and add tui64 type 2010-07-26 03:18:03 +00:00
jsorg71
e266d7ed04 update copyright year 2010-07-04 06:14:50 +00:00
jsorg71
574355f3e3 use trans 2010-05-04 09:24:24 +00:00
jsorg71
f312c16a8a added debug configure option 2010-03-17 22:06:50 +00:00
jsorg71
00ec87700b remove some dead code 2009-12-26 23:05:17 +00:00
jsorg71
a673a075bd update trans in xrdp->sesman connection 2009-09-21 02:59:15 +00:00
jsorg71
d350ec5bfd improve login graphics 2009-09-17 18:02:17 +00:00
jsorg71
347ab74a93 improve xrdp_bitmap_load to support 4 and 24 bpp bitmaps 2009-09-17 05:14:49 +00:00
jsorg71
5a08e51906 remove noise 2009-09-12 02:51:32 +00:00
jsorg71
2a4515783a read the ini file to get the ip for chansrv 2009-09-06 01:55:12 +00:00
jsorg71
90ce47855c use unix socket for chansrv 2009-09-05 03:42:50 +00:00
jsorg71
3fe4faa8d2 log connection failure 2009-08-27 02:17:25 +00:00
jsorg71
9e73bbb9ae try to connect to chansrv up to 4 times 2009-08-23 00:28:57 +00:00
jsorg71
1498f0377d fixes for small screen 2009-08-21 21:24:42 +00:00
jsorg71
d5e4d708e9 move some big items to heap 2009-08-21 17:34:15 +00:00
jsorg71
dd6f1f6926 3 seconds is 3000, not 3 2009-08-21 17:33:35 +00:00
jsorg71
df8527b251 pass domain, program, and directory to sesman and use directory and program 2009-08-19 07:27:35 +00:00
jsorg71
d9516e6837 minor keyboard fixes 2009-08-17 18:58:20 +00:00
jsorg71
33b4e7f417 channel fixes 2009-08-15 02:49:13 +00:00
jsorg71
47f6623d8e change the order of params for keydown/up to be more backward compatible 2009-08-12 07:14:20 +00:00
jsorg71
4369219ae3 keymap changes 2009-08-12 02:13:29 +00:00
jsorg71
15af40ee12 log an error if send fails 2009-08-08 01:04:19 +00:00
jsorg71
eeac7c938a add extended log output 2009-08-05 06:16:05 +00:00
jsorg71
3cfea6a959 patch from Christoph Brill - Don't always assume 3350 as the sesman port 2009-08-05 03:33:19 +00:00
jsorg71
e1461fd946 when autologin, don't use client passed params unless xrdp.ini ask is used 2009-05-28 21:01:01 +00:00
jsorg71
d9ba6c30ca remove g_set_file_rights since g_file_open sets the bits right 2009-05-19 05:04:24 +00:00
jsorg71
23ffdb0c5f autotools fix and file_loc.h simplified 2009-05-19 04:23:49 +00:00
jsorg71
da99343957 fixes for chansrv 2009-04-19 22:55:03 +00:00
jsorg71
f09b3ed84c update copyright year 2009-04-17 06:28:08 +00:00
jsorg71
859dc139f0 update copyright year 2009-01-25 02:11:15 +00:00
jsorg71
c46123b813 fix overflow when typing in edit on login screen 2009-01-21 17:08:55 +00:00
jsorg71
49552f5ebf add a var if chan_trans connected 2008-12-30 08:58:31 +00:00
jsorg71
0cef301b27 change to the g_signal_* functions 2008-12-30 08:25:25 +00:00
jsorg71
12b2ea66fc channel changes 2008-12-16 04:05:02 +00:00
jsorg71
af83cb7cae remove old makefiles 2008-12-16 02:47:45 +00:00
jsorg71
9317386e74 add pid to event names 2008-12-01 09:37:08 +00:00
jsorg71
c3c6b39e3d fix for older auto tools 2008-11-02 21:27:42 +00:00
jsorg71
bc0f9e453c use valid mixmode in line draw 2008-08-31 01:03:37 +00:00
jsorg71
c3579cf579 bsd and pthread fixes 2008-08-26 05:37:04 +00:00
jsorg71
df49056579 fix crash when font file dosen't exist 2008-08-26 05:12:24 +00:00
jsorg71
a7df159ce9 log errors and minor fix 2008-08-25 07:55:41 +00:00
jsorg71
ab57eb73fc log an error when cursor files don't exist 2008-08-25 07:10:32 +00:00
jsorg71
f1ebdf189e added post install hook 2008-08-17 23:08:17 +00:00
jsorg71
5f7131ea90 bin to sbin common change and additional install files 2008-08-12 06:42:54 +00:00
jsorg71
a2f6ba07b2 change config.h to config_ac.h 2008-08-10 06:22:11 +00:00
jsorg71
4212b60e64 HAVE_CONFIG should be at top 2008-08-09 06:32:43 +00:00
jsorg71
6f3dd27a66 add config.h 2008-08-07 04:08:25 +00:00
jsorg71
5b1953f156 build common as a library 2008-08-06 05:15:15 +00:00
jsorg71
a905f1dc80 -ldl not needed and not portable 2008-08-06 04:08:57 +00:00
jsorg71
c5fceb31ec autotools 2008-08-03 07:48:32 +00:00
jsorg71
bfe555e3b6 added brush cache bits for clients that support it 2008-06-24 05:43:10 +00:00
jsorg71
8b3f3e1f19 update copyright year and don't fork if no access to pid file 2008-05-09 04:26:11 +00:00
jsorg71
71f58fad8b use share path when loading files 2008-05-07 01:52:24 +00:00
jsorg71
51692c7603 renaming and moving install files 2008-05-02 23:56:13 +00:00
jsorg71
3871c69901 log more log errors to wm_log 2008-04-11 05:47:25 +00:00
jsorg71
4ebb544cd8 main loop changes, not so chatty 2008-04-05 08:25:49 +00:00
jsorg71
4df6aa909e main loop reorganization 2008-03-31 11:28:18 +00:00
jsorg71
dab4ae3934 spelling correction and make function more readable 2008-03-31 11:24:14 +00:00
jsorg71
5e6f2eec0a fix shutdown crash 2008-03-28 04:54:19 +00:00
jsorg71
ae7bc310d6 remove tabs 2008-03-25 05:31:11 +00:00
jsorg71
bd09af7d71 update de keymap 2008-03-22 03:48:39 +00:00
jsorg71
a481b89ec8 need tabs 2008-03-17 01:12:55 +00:00
jsorg71
5e34e8ebe7 update keymaps 2008-03-14 06:49:24 +00:00
jsorg71
fd354311f9 update us-uk keymap 2008-03-13 05:40:33 +00:00
jsorg71
317837f1a6 fix memory leak 2008-03-13 04:06:32 +00:00
jsorg71
0238af7191 update russian keymap 2008-03-13 03:41:21 +00:00
jsorg71
619b2f0c10 load port in a function and fix crash 2008-03-08 10:42:35 +00:00
jsorg71
30b0b77fce don't supress key up and sync modifiers on connect 2008-02-26 21:55:19 +00:00
ilsimo
8f0045c19b small fixes fot italian keymap 2008-02-19 13:23:05 +00:00
jsorg71
33b4b72b45 update comments and Italian keymap 2008-01-31 06:12:08 +00:00
jsorg71
2546d29c50 print a message if loaded keymap doesn't match build in keymap 2008-01-31 05:36:34 +00:00
jsorg71
38b789e81f update copyright year 2008-01-30 07:30:10 +00:00
jsorg71
76b3e2730e set dragging to false when module loads or popups close 2007-12-31 07:18:24 +00:00
jsorg71
ca37e8cb1d added ability to use keymap files and added capslock and shiftcapslock maps 2007-10-16 05:05:31 +00:00
jsorg71
508ec1a394 remove installdeb 2007-10-03 04:20:18 +00:00
jsorg71
3f89f4872c added Makfile.osx 2007-10-03 03:33:33 +00:00
jsorg71
417e05a7bd czech.txt 2007-09-27 05:54:51 +00:00
jsorg71
62e47c6de0 font changes, no color in font struct, wm default font, etc 2007-09-26 07:22:14 +00:00
jsorg71
4aab3a3444 Euro is 0x20ac, not 0x80 2007-09-26 07:19:31 +00:00
jsorg71
44391da4f1 expand fonts 2007-09-26 07:17:46 +00:00
jsorg71
14c2062ea8 align 2007-09-25 06:19:24 +00:00
jsorg71
bda99f9426 align 2007-09-23 10:06:04 +00:00
jsorg71
2db5eada94 align 2007-09-23 09:37:42 +00:00
jsorg71
9ed2cf2081 align 2007-09-23 09:00:36 +00:00
jsorg71
5d131308c2 align 2007-09-23 08:34:42 +00:00
jsorg71
8e6c63cee7 expand chars to 4096 2007-09-23 07:53:33 +00:00
jsorg71
d04895c5d0 unicode 2007-09-23 07:49:14 +00:00
jsorg71
7f919dc17e unicode 2007-09-23 07:43:16 +00:00
jsorg71
719b13b388 unicode 2007-09-23 07:27:18 +00:00
jsorg71
f4024fc926 unicode 2007-09-23 07:02:19 +00:00
jsorg71
d1d5aac19c unicode 2007-09-23 06:47:21 +00:00
jsorg71
197854dcf4 removed Tahoma font 2007-09-21 21:36:43 +00:00
jsorg71
668c704a16 expand fonts to 1024 2007-09-15 05:39:19 +00:00
jsorg71
0427addc16 read larger font files 2007-09-15 05:34:45 +00:00
jsorg71
6c74a22ca1 expand fonts to 1024 2007-09-15 05:22:53 +00:00
jsorg71
422bbf3a89 started work on unicode 2007-07-24 05:29:35 +00:00
jsorg71
aec8a979e2 adjust controls for new font 2007-07-03 21:57:52 +00:00
jsorg71
45724a4b09 remove Tahoma-10.fv1 2007-07-03 07:17:00 +00:00
jsorg71
a2d68ac426 added sans-10.fv1 2007-07-03 07:14:35 +00:00
jsorg71
0a60424854 added swedish keymap 2007-07-01 04:51:36 +00:00
jsorg71
9dac9d6a21 update from branch, clarify X server used 2007-06-29 03:38:26 +00:00
jsorg71
b2c524aee1 work on getting the module manager working without using sesman 2007-05-18 03:49:21 +00:00
jsorg71
d0e066ee8b got autologin working again and some other fixes 2007-05-06 06:50:45 +00:00
jsorg71
99e7f9d8ca need 24 bit RGB and BGR macros 2007-04-28 18:23:08 +00:00
jsorg71
142ff3f556 moving module management to seperate c file and moving sesman coomuniation to xrdp instead of module 2007-04-26 06:24:36 +00:00
jsorg71
2d5eb73d57 Xrdp to X11rdp 2007-04-14 06:05:32 +00:00
jsorg71
888643e3c0 added xrdp_mm 2007-04-13 05:49:23 +00:00
jsorg71
e7308caeb3 added xrdp_mm work for module management 2007-04-13 05:48:52 +00:00
jsorg71
7423dfe6eb added xrdp_mm struct 2007-04-13 05:47:25 +00:00
jsorg71
716c5a21d7 removed xrdp/xrdp_interface.c 2007-04-13 05:40:41 +00:00
jsorg71
e0341edb97 added the xrdp_mm struct 2007-04-13 04:54:58 +00:00
jsorg71
164649dfbc added a comment 2007-04-13 03:58:15 +00:00
jsorg71
43a80af11c moved module work to its own struct 2007-04-13 03:56:30 +00:00
jsorg71
ac4f12bfbd added xrdp_mm.c and removed xrdp_interface.c
remove strip from make
2007-04-13 03:50:59 +00:00
ilsimo
e9a9c8dc97 small fixes for italian keymap (added <>{} keys) 2007-04-01 20:42:35 +00:00
jsorg71
7ed52495d0 thread_calls 2007-02-04 07:53:15 +00:00
jsorg71
079879db18 thread and mutex work 2007-02-03 06:46:12 +00:00
jsorg71
00c8e51f47 tc_ prefix for thread calls 2007-02-03 06:45:14 +00:00
jsorg71
3ca241b2f5 channels on 2007-01-25 05:34:51 +00:00
jsorg71
4b802ae8dd setup is_term callback function 2007-01-14 05:04:00 +00:00
jsorg71
d2802912f6 copyright year update 2007-01-12 04:51:48 +00:00
jsorg71
451f7a1c0f channel data go go to the client 2006-12-30 06:16:29 +00:00
jsorg71
4b3b83044a more work on channel support 2006-12-30 05:04:13 +00:00
jsorg71
b295e08ad2 let module decide if alt-gr needs to be ignored 2006-12-09 19:30:57 +00:00
jsorg71
778b1489d7 fix keyup issue 2006-12-08 04:42:06 +00:00