Commit Graph

2969 Commits

Author SHA1 Message Date
speidy
94cdbdcee6 libxrdp: change channel_code into a meaningful name 2017-01-06 07:59:49 +02:00
metalefty
e83a7c1fef Merge pull request #586 from proski/tjpeg-warnings
Fix all warnings in TurboJPEG code
2017-01-06 13:24:59 +09:00
metalefty
ac4c0404ca Merge pull request #579 from proski/voiddecl
Use "void" for empty argument list in declarations
2017-01-06 13:23:42 +09:00
Pavel Roskin
6664aac00f Use "void" for empty argument list in declarations
In C, an empty argument list in a declaration means that the function
can accept any arguments. Use "void" instead, it means "no arguments".

C++ treats void and empty list as "no arguments".
2017-01-05 17:27:20 -08:00
Pavel Roskin
bcaa1709e0 Fix all warnings in TurboJPEG code
Actually use the error code from tjCompress() by logging the errors.

Make sure width is more than zero before filling the pad with the last
pixel data.
2017-01-05 17:27:12 -08:00
jsorg71
15a24ff1c4 Merge pull request #612 from proski/includes
Use <> for system includes, move system includes above local ones
2017-01-05 16:01:52 -08:00
jsorg71
5194311d9d Merge pull request #611 from volth/support-enable-xrdpdebug=yes-2
fix build with --enable-xrdpdebug=yes
2017-01-05 16:00:51 -08:00
jsorg71
c3a38984d3 Merge pull request #607 from proski/pkgconfig
Exit with error message if pkg-config is not found
2017-01-05 10:38:45 -08:00
jsorg71
65084d26a0 Merge pull request #610 from proski/gitignore
Ignore untracked files in submodules, ignore X11rdp
2017-01-05 10:38:02 -08:00
Pavel Roskin
7ba3610787 Use <> for system includes, move system includes above local ones 2017-01-04 13:13:20 -08:00
volth
26a26ef906 fix build with --enable-xrdpdebug=yes 2017-01-04 19:20:44 +00:00
Pavel Roskin
3376a6daf8 Exit with error message if pkg-config is not found
PKG_PROG_PKG_CONFIG does not exit if it fails to find pkg-config.

Continuing without pkg-config leads to misleading error messages when
checks for packages fail.
2017-01-04 10:37:42 -08:00
Pavel Roskin
6cf62e6d45 Don't consider submodules dirty if they contain untracked files 2017-01-04 10:37:22 -08:00
Pavel Roskin
02f78abf46 Ignore X11rdp executable 2017-01-04 10:37:22 -08:00
jsorg71
edd8d5e60d Merge pull request #596 from speidy/rfx_frameacks
RFX: fix frame acks handling
2017-01-04 10:35:14 -08:00
volth
37b4a14b54 fix build with --enable-xrdpdebug=yes 2017-01-04 13:00:01 +00:00
Itamar Reis Peixoto
cd8b5f0030 Merge pull request #606 from proski/xfixes-msg
When Xfixes.h is checked, the user should have libX11 already
2016-12-31 11:17:50 -02:00
Pavel Roskin
ac51259573 When Xfixes.h is checked, the user should have libX11 already
No need to confuse the user by asking to install libX11 headers.
2016-12-31 00:51:13 -08:00
jsorg71
b84cb3583c Merge pull request #587 from proski/submodules
bootstrap: checkout submodules if they are missing
2016-12-29 21:53:06 -08:00
speidy
70e9132ab1 xrdp: add some logging, remove unused var 2016-12-29 08:38:59 -05:00
speidy
1f930f252f xrdp: fix for codec frame acks handling.
can handle zero unacked frames now.

This should make RemoteFX usable with Parallels Client. they always
wan't zero unacked frames on the wire.
2016-12-29 00:41:16 -05:00
speidy
a62c467f71 libxrdp: frame acks, make sure max unacked frames value is valid. 2016-12-29 00:33:17 -05:00
Pavel Roskin
5abb66dfcb bootstrap: checkout submodules if they are missing 2016-12-28 21:22:29 -08:00
Idan Freiberg
d257108b92 Merge pull request #588 from speidy/openssl_ca
keygen: add CA extensions to self-signed certificates
2016-12-29 07:11:03 +02:00
speidy
a96c91b38e libxrdp: fix Fast-Path Synchronize Update message 2016-12-27 09:53:53 +02:00
speidy
337b2d4be3 keygen: openssl.conf cleanup 2016-12-26 21:57:30 +02:00
speidy
2c48dd04e1 keygen: add CA extensions to self-signed certificates 2016-12-24 17:38:54 -05:00
Itamar Reis Peixoto
6c0ae58880 Merge pull request #583 from proski/man-subst
Substitute variables in manual pages
2016-12-24 12:33:02 -02:00
Pavel Roskin
d8e3a13f41 Substitute directories in manual pages 2016-12-24 01:00:21 -08:00
Pavel Roskin
6c453ff1be Substitute variables in manual pages 2016-12-24 00:58:15 -08:00
Pavel Roskin
a9bfa879e7 Remove man page for xrdp-xcon, as xrdp-xcon not installed
Tools that are not installed can be documented by text files in other
formats. There is nothing useful in the xrdp-xcon manual page that would
need to be preserved.
2016-12-24 00:57:47 -08:00
speidy
93c55e58a8 Merge branch 'devel' of https://github.com/neutrinolabs/xrdp
Conflicts:
	xorgxrdp
2016-12-22 12:04:29 -05:00
speidy
38253f1371 libxrdp: add XRDP_RFXCODEC to Makefile.am 2016-12-22 11:43:41 -05:00
Idan Freiberg
afa57fddad Merge pull request #570 from speidy/readme
Add README.md
2016-12-22 13:51:41 +02:00
Idan Freiberg
aeb1392caa Merge branch 'devel' into readme 2016-12-22 09:57:20 +02:00
Idan Freiberg
12311457cc Merge pull request #571 from speidy/NEWS
Add NEWS.md
2016-12-22 09:56:09 +02:00
speidy
bbcf78a7a1 Changes in README.md 2016-12-22 02:54:41 -05:00
speidy
ecff6f53ba Add README.md 2016-12-21 16:23:22 -05:00
speidy
a68b018122 Add NEWS.md
Add NEWS.md to EXTRA_DIST
2016-12-21 16:12:22 -05:00
Itamar Reis Peixoto
5c2a84da60 Merge pull request #568 from proski/v091
Update version to 0.9.1
2016-12-20 23:57:11 -02:00
Itamar Reis Peixoto
87c6272f5d Merge pull request #567 from proski/no-nasm
Don't fail without working nasm if rfxcodec is not enabled
2016-12-20 23:56:24 -02:00
Itamar Reis Peixoto
8284416e35 Merge pull request #566 from proski/painter
Compile libpainter only if enabled, fix path to libpainter.a
2016-12-20 23:54:46 -02:00
Pavel Roskin
6aed11a8ce Update version to 0.9.1 2016-12-20 13:07:53 -08:00
Pavel Roskin
0e7bc6e111 Compile libpainter only if enabled, fix path to libpainter.a
When subpackages are compiled outside the build tree, the build artifacts
are placed under top_builddir.
2016-12-20 13:07:48 -08:00
Pavel Roskin
914cdcfee2 Don't fail without working nasm if rfxcodec is not enabled 2016-12-20 13:07:45 -08:00
Idan Freiberg
634aa1096f Merge pull request #564 from proski/pkgconfdir
Update submodules to their v0.1.0 tags
2016-12-20 21:19:34 +02:00
Pavel Roskin
0484401d9c Update submodules to their v0.1.0 tags 2016-12-20 11:09:36 -08:00
metalefty
44e1350650 Merge pull request #565 from proski/sesadmin
xrdp-sesman: fix help text to match the manual and the actual behavior
2016-12-20 19:21:26 +09:00
metalefty
1753f6317c Merge pull request #550 from jsorg71/bitmap_update
fixes for bitmap update
2016-12-20 17:01:32 +09:00
metalefty
25e5243ecf Merge pull request #553 from jsorg71/libpainter
add libpainter for drawing when client does not have minimum orders
2016-12-20 17:00:48 +09:00