Commit Graph

3040 Commits

Author SHA1 Message Date
Pavel Roskin
6ed4c969f4 Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
Pavel Roskin
8be83473b7 Call log_end() on xrdp exit 2017-03-13 17:17:06 +09:00
Pavel Roskin
9cdcb38d87 Fix memory leak in tls_ciphers parsing 2017-03-13 17:17:06 +09:00
Koichiro IWAO
08ba9ed4a8 Remove useless comment, no logic change
Now client addr and port are properly logged.
2017-03-09 15:42:14 +09:00
Jay Sorg
3f14559822 frame ack code cleanup, add comments for possible client acks, when pointer, use NULL, not 0 2017-03-06 22:44:26 -08:00
Jay Sorg
3ac0120fe7 add xrdp_mm_process_enc_done for processing encoder output 2017-03-06 22:44:26 -08:00
Jay Sorg
e0583f606a checkup frame ack code, combine dup code 2017-03-06 22:44:26 -08:00
Jay Sorg
3b056ec052 frame ack fix change, cleanup 2017-03-06 22:44:26 -08:00
Pavel Roskin
30a7a947b1 Don't include config_ac.h from any header files 2017-03-04 00:52:34 -08:00
Pavel Roskin
b2d3dcf169 Include config_ac.h from all source files 2017-03-04 00:52:34 -08:00
Pavel Roskin
24d44def60 Add --enable-strict-locations option, describe default in its help text
Rather than guess user's intention based on whether --prefix was
specified, use an explicit option to enable strict GNU Coding Standards
for installation directories.

The default is to use /etc and /var rather than corresponding directories
under prefix.

Use --enable-strict-locations in "make distcheck", it expects all
installed files to be under prefix.
2017-03-02 21:47:37 -08:00
Pavel Roskin
1c355409a7 Fix compilation on MacOS
xrdp_rdp.c includes openssl/ssl.h now, make sure the OpenSSL include path
is used.
2017-03-01 20:39:48 -08:00
Pavel Roskin
a71e5395f1 Enable painter and librfxcodec by default
Change help messages to clarify that both libraries are included. Move
messages next to each other. Remove duplicate XRDP_PAINTER conditional.
2017-03-01 20:39:16 -08:00
Pavel Roskin
77068ec3ff Update submodules to their current devel branches 2017-03-01 20:38:33 -08:00
Pavel Roskin
865676a026 Use special name "." for the branches in .gitmodules
It is used to indicate that the submodule branch should be the same as
the branch of the parent repository - devel for devel, master for master.

It's a new feature of git, appearing in version 2.10, but most users
should not really care. It only affects the behavior of "git submodule
update --remote" when updating the submodules.
2017-03-01 20:38:33 -08:00
Koichiro IWAO
096baec331 no cast is needed for NULL 2017-02-27 14:17:25 +09:00
Koichiro IWAO
849c1a22a2 TLS: switch ssl_protocols to a comma separated list 2017-02-27 14:17:25 +09:00
Koichiro IWAO
c126f81d9a add comment to keep xorgxrdp/x11rdp compatibility 2017-02-27 14:17:25 +09:00
Koichiro IWAO
03b5be5fd0 docs: document maximum length of tls_ciphers 2017-02-27 14:17:25 +09:00
Koichiro IWAO
eefc099df7 docs: document ssl_protocols, remove document for disableSSLv3 2017-02-27 14:17:25 +09:00
Koichiro IWAO
c64e9992e6 TLS: warn if no SSL/TLS protocols enabled 2017-02-27 14:17:25 +09:00
Koichiro IWAO
e94ab10e14 TLS: new method to specify SSL/TLS version
SSL/TLS protocols only listed in ssl_protocols should be used.
The name "ssl_protocols" comes from nginx.

Resolves #428.
2017-02-27 14:17:25 +09:00
Jay Sorg
657f6f3756 common: use select for SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE tls errors 2017-02-25 20:52:27 -08:00
Pavel Roskin
dccd95ee93 Add i686 check in Travis CI 2017-02-23 11:28:44 -08:00
Jay Sorg
b8c79452f6 encoder, remove check for UINT16_MAX, not really needed 2017-02-22 20:57:33 -08:00
Jay Sorg
79796b77b7 changes and cleanup to process_enc_rfx 2017-02-22 20:57:33 -08:00
Jay Sorg
8c0dcbbd4f fix for frames in flight = 0 2017-02-22 20:57:33 -08:00
Jay Sorg
815b9b8bb8 frame ack change for slow client falling behind 2017-02-22 20:57:33 -08:00
Jay Sorg
fde04e802c rfx fixes for large tile sets, performance change, Xorg will start next frame earlier 2017-02-22 20:57:33 -08:00
Jay Sorg
e0ac84aaa4 change some casts to long long 2017-02-22 20:39:56 -08:00
Jay Sorg
c5e9bc7851 common: print list items as pointers 2017-02-22 20:39:56 -08:00
Jay Sorg
7825246d7a fix warning new since stdint.h change 2017-02-22 20:39:56 -08:00
Koichiro IWAO
2424a9c020 Workaround for a regression of JP keyboard detection #663
caused by 9c31bd5.  This is not a complete fix but just a workaround
because keylayout value of Japanese keyboard can be other than these
4 values. This workaround still doesn't cover all JP keyboards.

  - 0x00000411
  - 0xe0010411
  - 0xe0200411
  - 0xe0210411

Looking for `0411` in lower 16 bits is enough to detect JP keyboards.
2017-02-16 18:40:06 +09:00
Pavel Roskin
f8d22ce673 aarch64 doesn't require pointers to be aligned 2017-02-13 21:00:22 -08:00
Pavel Roskin
8a1de8dbc4 Remove trailing whitespace 2017-02-08 13:30:56 +09:00
Pavel Roskin
33790e1fed Use middle dot instead of dash to connect directories to descriptions
Dashes are too similar to the line drawing characters used to represent
the directory tree.
2017-02-08 13:30:56 +09:00
Pavel Roskin
658aa270ba Remove reference to rdp directory, it was removed 2017-02-08 13:30:56 +09:00
Pavel Roskin
c7bc634e17 Improve Fedora installation instructions 2017-02-08 13:30:56 +09:00
Pavel Roskin
90083e5f23 Remove --break-blocks option, it doesn't match the existing code style
Strip trailing newlines.
2017-02-07 13:51:22 +09:00
Koichiro IWAO
f11eed3277 chansrv: fix warnings in pulse module 2017-02-02 21:46:49 -08:00
Pavel Roskin
dc1e341f5a Constify input arguments of ssl_mod_exp() and ssl_gen_key_xrdp1() 2017-02-02 21:39:10 -08:00
Pavel Roskin
35d7a0b34f Constify all input string arguments in keygen.c 2017-02-02 21:39:10 -08:00
Pavel Roskin
6a3f0a75bd Remove support for OpenSSL older than 0.9.8
It's hard to find an older version of OpenSSL even on long term support
distros.
2017-02-02 21:39:10 -08:00
Pavel Roskin
d8d6b08aa3 Update m4/ax_type_socklen_t.m4, it works with -Wall now 2017-02-02 21:33:05 -08:00
Pavel Roskin
130fa12845 Don't use ACCESS macro
ACCESS is defined unconditionally in the files that use it. No comments
exist about that macro. The code guarded by the macro is PAM related.
2017-02-02 21:28:53 -08:00
Pavel Roskin
99e4e4520a xrdp-sesadmin: show sessions in human readable format 2017-02-02 21:24:50 -08:00
Pavel Roskin
ea6882fd4c xrdp-sesadmin: refactor array access 2017-02-02 21:24:50 -08:00
Pavel Roskin
0017081d78 xrdp-sesadmin: fix crash on network or authentication error
If scp_v1c_mng_get_session_list() returns an error, report it to the
user and exit. Session list is not initialized in that case and should
not be freed.

g_free() already checks its argument for being to NULL, remove an extra
check.
2017-02-02 21:24:50 -08:00
Koichiro IWAO
021b79ba55 docs: remove IdleTimeLimit until it is actually implemented
it gives users false hope and finally disappoints them.
2017-01-31 05:07:06 -03:00
Itamar Reis Peixoto
64af6ec03a Update README.md (#651) 2017-01-30 20:18:56 -02:00