speidy
5bae117fec
update NEWS file for v0.9.2 release
2017-03-30 08:55:39 +03:00
Pavel Roskin
148afd1170
Rename file_loc.h to xrdp_sockets.h, install it
...
Include xrdp_sockets.h directly, not through headers.
2017-03-28 00:59:16 -07:00
Pavel Roskin
a7ec7237c4
Remove readme.txt, it has been replaced by README.md
2017-03-27 06:49:38 +03:00
speidy
1c70e4915f
xrdp_orders_rail: fix resulting unicode length
2017-03-24 15:36:36 +09:00
speidy
22f0b05b03
libxrdp: window update, simplify length checks
2017-03-24 15:36:36 +09:00
speidy
954b68314d
xrdp_orders_rail: fix g_mbstowcs error handling
2017-03-24 15:36:36 +09:00
speidy
dfd639a3a9
RAIL: use fixed size length for window texts
2017-03-24 15:36:36 +09:00
Jay Sorg
fdb6195bbc
rail, text length checks
2017-03-24 15:36:36 +09:00
Jay Sorg
3c95a2aef2
rail, text length checks
2017-03-24 15:36:36 +09:00
Koichiro IWAO
8220afceab
pulse: refer correct path to file_loc.h
2017-03-24 13:49:21 +09:00
Koichiro IWAO
a20d88335f
pulse: use correct macro for audio in/out sockets
2017-03-24 13:49:21 +09:00
speidy
2f382d2a16
libxrdp: print connected client name to log
2017-03-21 22:02:29 -07:00
speidy
9d578d9c5f
libxrdp: fix misleading variable name
2017-03-21 22:02:29 -07:00
speidy
b905967ba6
libxrdp: improve unicode_in
2017-03-21 22:02:29 -07:00
Pavel Roskin
95506a169f
Log socket fd in g_sck_accept(), fix AF_UNIX logging
2017-03-21 21:59:50 -07:00
Jay Sorg
4b8a33e087
sesman: move auth/pam calls to main process
2017-03-21 21:56:28 -07:00
Pavel Roskin
43899b7e0c
Allocate space for tls_ciphers dynamically
2017-03-21 10:39:40 -07:00
Pavel Roskin
b0c2f18521
xrdp-chansrv: default to INFO log level rather than ERROR
2017-03-20 19:11:06 -07:00
Jay Sorg
05c599666d
sesman: remove sessvc, one less process to manage
2017-03-19 17:16:36 -07:00
Pavel Roskin
5c8f050c1a
X11rdp: respect XRDP_SOCKET_PATH environment variable
2017-03-17 22:25:05 -07:00
Pavel Roskin
58c9cb43e9
Make socket directory configurable, don't hardcode /tmp/.xrdp
...
Use XRDP_SOCKET_PATH in file_loc.h
Don't define any non-socket paths in file_loc.h, they should come from
the makefiles.
Define all paths unconditionally, they should not be defined elsewhere.
Pass XRDP_SOCKET_PATH as environment variable to the backends.
2017-03-17 22:25:05 -07:00
Pavel Roskin
fc2572f60b
Remove chansrv_cleanup(), it doesn't do anything useful
...
xrdp_chansrv_%8.8x_main_term and xrdp_chansrv_%8.8x_thread_done are both
wait objects, not sockets. They are created and cleaned up in chansrv.c
Wait objects are pairs of file descriptors on POSIX. They are closed
automatically when the process exits.
On Windows, wait objects are handles that are closed by CloseHandle().
Those handles should also be closed on the process exit.
In any case, there is no way for a parent process to clean up file
handles of the child process.
2017-03-17 22:25:05 -07:00
Koichiro IWAO
a2d9272bc9
Propel xorgxrdp as default backend, give xorgxrdp the first place
2017-03-17 09:21:51 +09:00
speidy
cfdbc2b4db
chansrv: dvc, check channel exists on get/remove api struct
2017-03-16 00:20:10 +02:00
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