Commit Graph

620 Commits (acdfc94511985c5c4369fc650c9f3bb3773dc2e3)

Author SHA1 Message Date
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
Koichiro IWAO 9f277e4445 chansrv: pathname also should be URL decoded
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
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
Kentaro Hayashi 8f3fb2f7c8 chansrv: avoid chansrv SEGV when xinode is NULL
8 years ago
Jay Sorg 9ccbfb6985 chansrv: added mp3 compression from Speidy
8 years ago
Pavel Roskin 2c13ef5c6d Use enum logLevels consistently for log levels
8 years ago
Pavel Roskin cbe413bd8b Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeue
8 years ago
Pavel Roskin c5ca0332be Use cast when applying boolean OR to enum
8 years ago
Pavel Roskin d1efb0d5ba Fix signed to unsigned comparisons reported by g++ 6.1.0
8 years ago
Pavel Roskin 5829323ad8 Use g_new or g_new0 when C++ compiler would complain about implicit cast
8 years ago
Pavel Roskin bde4925f0e Cast appdata_ptr explicitly, needed for C++ compatibility
8 years ago
Pavel Roskin 4b05bb2ebd Mark g_drdynvc_chan_id as extern in g_drdynvc_chan_id, it's in chansrv.c
8 years ago
Pavel Roskin aaa89ad4e6 Use const unsigned for hex arrays
8 years ago
Pavel Roskin aeeb3d2c2e Fix warnings detected by -Wwrite-strings
8 years ago
Pavel Roskin 951e632757 Make program_name constant, don't duplicate or free it
8 years ago
Pavel Roskin b00ca6e03d Remove commented out config_read_logging(), the code is long dead
8 years ago
Pavel Roskin 1ded8ec437 Remove unused string support in scp_session_set_addr()
8 years ago
Pavel Roskin f908528a00 Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line number
8 years ago
Pavel Roskin f7ef9bb938 Fix scp_init() invocation, it takes no arguments
8 years ago
Pavel Roskin 77b380c0b5 Fix format warnings in log_message() calls
8 years ago
Pavel Roskin be1d034f91 Report pid and listening address/port for xrdp and xrdp-sesman
8 years ago
Pavel Roskin a77ae440a7 Rename SESMAN_CFG_X11DISPLAYOFFSET to SESMAN_CFG_SESS_X11DISPLAYOFFSET
8 years ago
Pavel Roskin ae5bb5bf9c Fix incorrect use of "it's" and "its", adjust wording
8 years ago
Koichiro IWAO c0ac8251f7 sesman: Add /sbin to PATH for FreeBSD
8 years ago
Pavel Roskin 1403652c72 Remove unused variable in devredir_cvt_from_unicode_len()
8 years ago
Pavel Roskin f2d326cbed Remove unused variables from dev_redir_proc_query_dir_response()
8 years ago
Pavel Roskin 0dd0426e6f Check XGetWindowProperty() return code in clipboard_event_property_notify()
8 years ago
Pavel Roskin 72019d3611 Use better symbols to protect include files
8 years ago
Pavel Roskin ca9cbcafc8 Typo fixes
8 years ago
jsorg71 fdb146740f Merge pull request #360 from proski/format-warnings
8 years ago
Pavel Roskin f93074a430 Add unnamed semaphore support on Mac OS
8 years ago
Pavel Roskin 70f3d4c5e2 Fix warnings for unused variables read from byte streams
8 years ago
Pavel Roskin 95e1603f9d Fix recently introduced warnings in session.c
8 years ago
Pavel Roskin 0629b25d5f Fix warnings about unused variables and functions
8 years ago
Pavel Roskin e65bd6b7d7 Fix more format warnings
8 years ago
jsorg71 00a11f77ce Merge pull request #359 from metalefty/sesman/configurable-xserver-path
8 years ago
Koichiro IWAO cfdce461c3 Do not attempt to trap SIGKILL part 2
8 years ago
Koichiro IWAO cf2b629462 sesman: do not hardcode Xorg/X11rdp/Xvnc executables
8 years ago
Koichiro IWAO fb08623b66 sesman: brief xorg_params, no logic change
8 years ago
NerdKnight 99ebe1340f Fix compile error "format not a string literal and no format arguments [-Werror=format-security]"
8 years ago
Jay Sorg a6cba63a89 fix a warning
8 years ago
Jay Sorg 689ffe79d9 fix warnings, move some calls to os_calls
8 years ago
Jay Sorg 38241f2a0b Fix all format warnings and some unused variable warnings
8 years ago
Jay Sorg 7393579205 Don't attempt to intercept SIGKILL, it doesn't work on any OS
8 years ago