Commit Graph

2117 Commits

Author SHA1 Message Date
Jay Sorg
4bf326080d common: indent, not logic change 2014-07-25 21:18:40 -07:00
Jay Sorg
b39c68bdc4 common: fifo.c, os_call.h, don't need prefix dir 2014-07-24 22:31:47 -07:00
Jay Sorg
3b79792bcc common: add default for XRDP_LOG_PATH 2014-07-24 22:29:33 -07:00
Jay Sorg
a71c0afcbf update submodule 2014-07-24 16:17:17 -07:00
Jay Sorg
ceacbfb75e add submodule back 2014-07-24 16:12:08 -07:00
jsorg71
a4721e8c7c Merge pull request #156 from speidy/devel
work on TLS security mode
2014-07-23 19:54:55 -07:00
Laxmikant Rashinkar
fde7be5151 coverity: fixed issue argument cannot be negative 2014-07-23 19:07:38 -07:00
Idan Freiberg
16929efb05 Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into
devel

Conflicts:
	libxrdp/xrdp_sec.c
2014-07-23 16:44:59 +03:00
Idan Freiberg
0795400fe2 libxrdp: mcs, delete temp hexdump 2014-07-23 15:51:21 +03:00
Idan Freiberg
5a0d1f028a libxrdp: work on TLS mode 2014-07-23 15:42:19 +03:00
Idan Freiberg
df87033489 trans: work on TLS 2014-07-23 15:37:47 +03:00
Idan Freiberg
afdf638c7b libxrdp, common: work on TLS mode 2014-07-23 15:31:45 +03:00
speidy
1acdc3085e libxrdp: work on TLS mode, temporary changes 2014-07-21 07:00:12 +03:00
Laxmikant Rashinkar
0c63a8feb3 coverity: Dereference after null check 2014-07-20 16:36:33 -07:00
Laxmikant Rashinkar
a990287c46 coverity: fixed unchecked return value from library 2014-07-20 13:14:09 -07:00
Laxmikant Rashinkar
023c0b5bc1 coverity: fixed out of bounds read-write 2014-07-20 11:11:20 -07:00
Jay Sorg
ccd75bd4cd xorg: capture change 2014-07-19 16:43:30 -07:00
Jay Sorg
1291d2dbbe work on codec mode 2014-07-19 13:25:23 -07:00
Laxmikant Rashinkar
73578bc612 coverity: fixed unchecked return value 2014-07-19 13:06:25 -07:00
Laxmikant Rashinkar
3bb31876e7 coverity: fixed resolution leak issues 2014-07-19 11:56:00 -07:00
Idan Freiberg
7ab1d887ae libxrdp: work on TLS support 2014-07-17 14:29:23 +03:00
Jay Sorg
c64b154475 small fix for rdp scancode file 2014-07-16 21:14:37 -07:00
Idan Freiberg
f0b6c6b1d1 libxrdp: started adding TLS support 2014-07-15 18:29:40 +03:00
Idan Freiberg
5fcf6beffa libxrdp: enforce server security layer when rdpNegData is not exists 2014-07-14 15:33:41 +03:00
Jay Sorg
4ded149eb5 Merge branch 'devel' of github.com:neutrinolabs/xrdp into devel 2014-07-13 15:58:57 -07:00
Jay Sorg
90790e49d3 update librfxcodec submodule 2014-07-13 15:58:46 -07:00
speidy
194ad781ba libxrdp: another len fix 2014-07-12 07:19:02 +03:00
speidy
13a376ae38 libxrdp: fix off by one length indicator issue 2014-07-12 02:07:33 +03:00
speidy
aa0f039cef xrdp: fix for prefilled username issue 2014-07-11 09:11:10 +03:00
Jay Sorg
7d5f7d1133 added --enable-rfxcodec 2014-07-10 20:14:40 -07:00
Idan Freiberg
9795ce010a libxrdp: changes in rdp security layer negotiation 2014-07-10 15:40:16 +03:00
Idan Freiberg
9007deae6f libxrdp: added an option to enforce security layer in xrdp.ini 2014-07-09 15:33:39 +03:00
Jay Sorg
1330f340c6 added librfxcodec submodule 2014-07-08 19:26:07 -07:00
Jay Sorg
d9a91ca11b libxrdp: minor mppc compressor change 2014-07-04 13:56:57 -07:00
Jay Sorg
98fbca98db xup: check for g_shmat failure and change error case 2014-07-03 00:02:06 -07:00
speidy
ba6c71fd37 libxrdp: iso: fixed a validation check in RDP_NEG_REQ (CORRELATION_INFO_PRESENT flag is sent by mac itap client by default from now) 2014-07-02 00:57:38 +03:00
Jay Sorg
57d492d79c libxrdp: fastpath fragmented mppc fix, make sure we have at least 16 bytes to compress 2014-06-30 18:22:37 -07:00
Jay Sorg
1ed0dffeb6 libxrdp: mppc fix when compressor fails 2014-06-30 01:22:26 -07:00
Jay Sorg
2a5e28de34 default max_bpp to 32 2014-06-29 13:59:31 -07:00
Jay Sorg
0cabb4a565 32 bpp compress the alpha, leave room for biggest 32 bpp data 2014-06-29 13:58:54 -07:00
jsorg71
dfff82f5fe Merge pull request #150 from metalefty/xorg-driver-makefile
xorg: explicitly make and specify install target directory
2014-06-29 13:40:10 -07:00
Jay Sorg
faa0ab1f36 libxrdp: complete fastpath mppc compression 2014-06-28 20:53:05 -07:00
Koichiro IWAO
fd003670d6 xorg: explicitly make and specify install target directory 2014-06-29 03:47:20 +09:00
Jay Sorg
6d3af904d3 sesman: sound.c: no logic change, remove tabs and warning 2014-06-28 09:54:36 -07:00
jsorg71
a46a3130d3 Merge pull request #149 from metalefty/xorg-driver-makefile
xorg: get xorg module directory via pkg-config
2014-06-28 09:23:58 -07:00
Koichiro IWAO
7ba03425e5 xorg: respect DESTDIR variable for packaging 2014-06-29 00:51:09 +09:00
Koichiro IWAO
9b218be9c1 xorg: get xorg module directory via pkg-config 2014-06-29 00:31:42 +09:00
speidy
cbc8317c6d chansrv: sound: prevent an infinite loop when the connection with pulse audio is closed improperly 2014-06-26 23:02:44 +03:00
Jay Sorg
02d53436ec libxrdp: planar unroll delta 2014-06-23 20:41:29 -07:00
Jay Sorg
ac4adf483f libxrdp: cursor big endian fix 2014-06-23 18:32:12 -07:00