Commit Graph

1476 Commits

Author SHA1 Message Date
Lukas Vacek
e7fe39a65b Fix sound and clipboard crashes
- In case clipboard is not initialized, clipboard_data_in returns
    (fixes a segfault)
- If less than 4 bytes are sent to sound_send_wave_data_chunk, it
  returns
    (fixes a segfault)
- When sending sound initiliazation messages set g_chan in chansrv to 0,
  so the server waits for client to reply (this makes sound work afte
  reconnecting)
- In process_message_channel_setup, clear any leftover data in
  chan_items
2013-06-22 21:57:16 +01:00
Lukas Vacek
a0f8afca50 Fix path to config.c in sesman/tools/Makefile.am 2013-06-22 21:26:29 +01:00
jsorg71
9695e245ef Merge pull request #80 from neutrinolabs/master
Xv, vrplayer, sesman fixes
2013-06-21 19:39:20 -07:00
Jay Sorg
c20b447f21 sesman: pid string match xrdp length 2013-06-19 11:43:24 -07:00
Jay Sorg
a6592ed690 sesman: fix for reading pid file 2013-06-19 11:37:26 -07:00
Jay Sorg
d33bb5eb4e X11rdp: added install to makefile 2013-06-18 17:41:30 -07:00
Laxmikant Rashinkar
74f3388a61 Merge branch 'master' of github.com:neutrinolabs/xrdp 2013-06-15 13:37:01 -07:00
Laxmikant Rashinkar
374cb93ded vrplayer: added feature to automatically restart media on end of stream 2013-06-15 13:36:40 -07:00
Jay Sorg
62c16bad5a X11rdp: work on xv, still off by default 2013-06-15 11:04:42 -07:00
Jay Sorg
d22778ca69 X11rdp: work on xv 2013-06-14 10:35:31 -07:00
Jay Sorg
85d3fd6aaa X11rdp: added rdpxv.c 2013-06-13 18:18:49 -07:00
jsorg71
2eb6fc45c9 Merge pull request #79 from neutrinolabs/master
neutrinordp
2013-06-12 01:13:02 -07:00
Jay Sorg
d1638006f1 replace macro AM_CONFIG_HEADER with AC_CONFIG_HEADERS 2013-06-12 01:08:42 -07:00
Jay Sorg
4b82a3ea34 X11rdp: update to pixman 0.30 2013-06-11 13:39:16 -07:00
Laxmikant Rashinkar
78498f6682 Merge branch 'master' of github.com:neutrinolabs/xrdp 2013-06-08 18:44:34 -07:00
Laxmikant Rashinkar
6ad1d7f78d folder redirection: fixed language issues 2013-06-08 18:44:21 -07:00
Jay Sorg
c6fa03102f copyright year update 2013-06-08 10:51:53 -07:00
jsorg71
d3fb328d0f Merge pull request #74 from neutrinolabs/master
neutrinordp
2013-06-08 01:09:57 -07:00
Jay Sorg
9ceb533a45 X11rdp: log client cursor caps 2013-06-08 01:04:52 -07:00
Jay Sorg
c0863061d0 enable new_cursors xrdp.ini setting 2013-06-08 00:58:05 -07:00
Jay Sorg
42329bda00 adding xrdp.ini option to turn off new cursors 2013-06-07 23:43:58 -07:00
Jay Sorg
b4ff5e1d88 Merge remote-tracking branch 'xrdp-org/master' 2013-06-06 11:08:04 -07:00
Jay Sorg
5098f8b0fe pulse: change some errors to debug 2013-06-06 11:05:39 -07:00
Jay Sorg
1b8b5daab5 more pulse notes 2013-06-06 10:57:17 -07:00
Jay Sorg
c7eb88b6cf X11rdp: fix for buildx.sh 2013-06-05 00:22:15 -07:00
Jay Sorg
5223d1078f Merge remote branch 'xrdp-org/master' 2013-06-03 00:04:49 -07:00
Laxmikant Rashinkar
2029867510 folder redirection: made changes to read/write routines to avoid race conditions 2013-06-02 15:33:51 -07:00
Jay Sorg
9c3635fa5e startwm.sh add back startup logic 2013-05-29 01:01:27 -07:00
Jay Sorg
d4d6a65adb merge from pmhahn 2013-05-29 00:11:14 -07:00
Jay Sorg
9f175d307b no logic changes, cleanup and copyright year updates 2013-05-28 23:35:02 -07:00
Jay Sorg
62a4403dd4 sesman: cleanup, close xrdp to sesman socket listener when starting a session / forking 2013-05-28 11:54:44 -07:00
Jay Sorg
75f4c3ca58 sesman: cleanup, close xrdp to sesman socket when starting a session / forking 2013-05-28 10:44:04 -07:00
Jay Sorg
64d821461c fix for autologin 2013-05-28 09:44:04 -07:00
Jay Sorg
e1d14daeac add norwegian keyboard definition 2013-05-25 15:26:43 -07:00
Laxmikant Rashinkar
551cf6a7fe Merge branch 'master' of github.com:FreeRDP/xrdp 2013-05-21 12:57:20 -07:00
Laxmikant Rashinkar
652bacf07f file system redirection:
o vi now works with freerdp and rdesktop
2013-05-21 12:57:06 -07:00
Jay Sorg
2039bbe397 xrdp: fix for non 'new' cursor clients like rdesktop 2013-05-20 11:50:05 -07:00
Jay Sorg
bc2c50602e X11rdp: only remove pixmap if usage_hint is zero 2013-05-19 19:19:18 -07:00
Laxmikant Rashinkar
0f15c482e1 file system redirection:
o vi now works when connected via freerdp but does not fully work with rdesktop
2013-05-19 17:23:18 -07:00
Laxmikant Rashinkar
315ef8ad71 file system redirection:
o touch <file> was not working - fixed
    o echo "this is a string" > filename was not working - fixed
    o echo "this is a string" >> filename was not working - fixed
    o vi was not working - working now but swap files are not
      being deleted automatically - work in progress
2013-05-18 19:44:16 -07:00
Laxmikant Rashinkar
262bb7e813 Merge branch 'xrdp_smartcard' 2013-05-15 17:08:10 -07:00
Laxmikant Rashinkar
89b7cd269e smartcard: developer checkin for smartcard support 2013-05-15 17:06:05 -07:00
Jay Sorg
c668b745d9 neutrinordp module, use SendInvalidate on invalidate 2013-05-13 20:48:27 -07:00
Jay Sorg
21df0406d7 pulse work and cleanup 2013-05-12 18:03:32 -07:00
Jay Sorg
8c9fe9452f pulse sink changes 2013-05-11 19:36:12 -07:00
Jay Sorg
01bb4d97f9 X11rdp: fix an error in scrolling / CopyArea 2013-05-11 16:35:54 -07:00
Jay Sorg
1674108d8d use dx, dy in CopyArea PixToPix, not WndToPix 2013-05-11 13:46:55 -07:00
Jay Sorg
172a8b9f17 turn off subtract region for now 2013-05-11 13:45:59 -07:00
Jay Sorg
8449ac4b55 pam: added xrdp-sesman.other 2013-05-07 21:58:00 -07:00
Jay Sorg
1f1e8a5159 startwm.sh: forgot to remove org Xsession call 2013-05-07 20:32:06 -07:00