Commit Graph

2880 Commits (26a26ef906be8569abcabb710fabf46fff9e54e1)
 

Author SHA1 Message Date
Koichiro IWAO 1612730140 X11rdp: remove python as it isn't really needed these days
8 years ago
Jay Sorg b24f8d8fef remove a debug message
8 years ago
Jay Sorg 409878666f xrdp: handle 3 byte PDU
8 years ago
metalefty f0c0976d1d Merge pull request #411 from proski/socket_close
8 years ago
metalefty ba78399122 Merge pull request #417 from metalefty/apply-keyboard-options
8 years ago
Pavel Roskin 7d03d1a3e9 Fix outgoing connections on Mac OSX
8 years ago
Pavel Roskin 5465b8c85e Add socklen_t check with substitution, use socklen_t as needed
8 years ago
Pavel Roskin 49ae93130a Improve message about listening socket is a wrong state
8 years ago
Pavel Roskin 945833a94f Don't close socket in scp_process_start(), the caller closes it
8 years ago
Pavel Roskin f7c27f05cf g_term_event is a wait object, not TCP socket, delete it correctly
8 years ago
Pavel Roskin 931fb90832 sesrun: remove unused g_sck and write-only g_pid
8 years ago
Pavel Roskin d605310bdc sesman: don't close listening socket in signal handler
8 years ago
Pavel Roskin 6f4ffa769c Improve debug information when closing a socket
8 years ago
metalefty c02f18993a Merge pull request #420 from proski/uk-keyboard
8 years ago
Koichiro IWAO e2d4b65787 libxrdp: cleanup log log in xrdp_load_keyboard_layout
8 years ago
Pavel Roskin 7e8863b0f2 Add UK English keyboard and code to generate it
8 years ago
Koichiro IWAO 2488159645 libxrdp: log keyboard type/subtype
8 years ago
Koichiro IWAO 644242fc53 libxrdp: log keyboard options
8 years ago
Koichiro IWAO bc37e5aaac x11rdp: apply keyboard options
8 years ago
metalefty de6ed280b2 Merge pull request #415 from metalefty/pathname-should-be-url-decoded
8 years ago
Koichiro IWAO 9f277e4445 chansrv: pathname also should be URL decoded
8 years ago
metalefty b934e55fc8 Merge pull request #364 from laigor/devel
8 years ago
Jay Sorg 8f747e37ca always set SSL_OP_NO_SSLv2 in TLS options
8 years ago
Alex Illsley 47124df4ed new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to implement
8 years ago
metalefty e28f529a94 Merge pull request #410 from metalefty/fix-utf8-clipboard
8 years ago
Koichiro IWAO ceb4b7b2a4 Fix clipboard when text/filename contains non-ASCII characters
8 years ago
Jay Sorg f4f23b0a7d Include stdint.h, don't redefine MAX/MIN constants if already defined
8 years ago
Jay Sorg d35e57b117 Pixman fixes
8 years ago
Jay Sorg bb7bac2d9b add region intersect
8 years ago
Jay Sorg 58c777783b add more advances region support using pixman
8 years ago
jsorg71 660132a49d Merge pull request #402 from metalefty/update-python
8 years ago
jsorg71 97cd690f84 Merge pull request #384 from CarstenGrohmann/improve_cert_log_messages
8 years ago
jsorg71 8353baab3d Merge pull request #390 from proski/june21
8 years ago
jsorg71 81fe939dd3 Merge pull request #388 from metalefty/freebsd/fuse
8 years ago
jsorg71 87da32bac8 Merge pull request #394 from AkiraPenguin/devel
8 years ago
speidy f2addd346f Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel
8 years ago
speidy c9b55e3691 sesman: env_set_user, fix potential bof issues
8 years ago
jsorg71 9855b0f922 Merge pull request #403 from kenhys/avoid-chansrv-segv
8 years ago
Kentaro Hayashi 8f3fb2f7c8 chansrv: avoid chansrv SEGV when xinode is NULL
8 years ago
Koichiro IWAO 32561a7b74 X11rdp: update python 2.7 -> 2.7.11
8 years ago
Jay Sorg 9ccbfb6985 chansrv: added mp3 compression from Speidy
8 years ago
Jay Sorg eed0227d81 X11rdp: xrandr change for multimon
8 years ago
Pavel Roskin ace7d2c822 Declare unified module interface and use it in modules
8 years ago
Pavel Roskin 2c13ef5c6d Use enum logLevels consistently for log levels
8 years ago
Pavel Roskin 0c72ee2371 Use char* for TLS send and receive
8 years ago
Pavel Roskin cbe413bd8b Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeue
8 years ago
Pavel Roskin 28a1a090b3 Use correct types for ssl and ctx fields in struct ssl_tls
8 years ago
Pavel Roskin 2cb3af8ac3 Cast the result of g_shmat() to the destination type
8 years ago
Pavel Roskin 7cd9a5c4af Cast fifo_remove_item() to XRDP_ENC_DATA* or XRDP_ENC_DATA_DONE* as needed
8 years ago
Pavel Roskin c5ca0332be Use cast when applying boolean OR to enum
8 years ago