summaryrefslogtreecommitdiffstats
path: root/sesman
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong comments in sesman config printing codePavel Roskin2016-10-171-4/+4
* Fix incorrect description of auth_userpass() return valuePavel Roskin2016-10-171-1/+1
* Don't use final newline in log calls, it's already appendedPavel Roskin2016-10-174-11/+11
* Log malloc errors with LOG_LEVEL_ERRORPavel Roskin2016-10-172-2/+2
* Don't close socket in scp_process_start(), the caller closes itPavel Roskin2016-09-081-1/+0
* g_term_event is a wait object, not TCP socket, delete it correctlyPavel Roskin2016-09-081-1/+1
* sesrun: remove unused g_sck and write-only g_pidPavel Roskin2016-09-081-4/+0
* sesman: don't close listening socket in signal handlerPavel Roskin2016-09-081-2/+0
* chansrv: pathname also should be URL decodedKoichiro IWAO2016-08-301-0/+1
* Merge pull request #390 from proski/june21jsorg712016-08-0533-197/+114
|\
| * Use enum logLevels consistently for log levelsPavel Roskin2016-07-082-6/+6
| * Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeuePavel Roskin2016-07-082-4/+4
| * Use cast when applying boolean OR to enumPavel Roskin2016-07-081-1/+3
| * Fix signed to unsigned comparisons reported by g++ 6.1.0Pavel Roskin2016-07-086-11/+13
| * Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-0813-21/+25
| * Cast appdata_ptr explicitly, needed for C++ compatibilityPavel Roskin2016-07-081-2/+2
| * Mark g_drdynvc_chan_id as extern in g_drdynvc_chan_id, it's in chansrv.cPavel Roskin2016-07-081-1/+1
| * Use const unsigned for hex arraysPavel Roskin2016-07-082-3/+3
| * Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-0810-32/+35
| * Make program_name constant, don't duplicate or free itPavel Roskin2016-07-082-2/+2
| * Remove commented out config_read_logging(), the code is long deadPavel Roskin2016-07-081-55/+0
| * Remove unused string support in scp_session_set_addr()Pavel Roskin2016-07-085-44/+6
| * Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line numberPavel Roskin2016-07-081-1/+1
| * Fix scp_init() invocation, it takes no argumentsPavel Roskin2016-07-082-2/+2
| * Fix format warnings in log_message() callsPavel Roskin2016-06-213-4/+4
| * Report pid and listening address/port for xrdp and xrdp-sesmanPavel Roskin2016-06-211-5/+4
| * Rename SESMAN_CFG_X11DISPLAYOFFSET to SESMAN_CFG_SESS_X11DISPLAYOFFSETPavel Roskin2016-06-212-2/+2
| * Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-1/+1
* | Merge pull request #388 from metalefty/freebsd/fusejsorg712016-08-051-1/+1
|\ \
| * | sesman: Add /sbin to PATH for FreeBSDKoichiro IWAO2016-06-201-1/+1
| |/
* | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into develspeidy2016-07-265-35/+667
|\ \
| * | chansrv: avoid chansrv SEGV when xinode is NULLKentaro Hayashi2016-07-212-1/+10
| * | chansrv: added mp3 compression from SpeidyJay Sorg2016-07-133-34/+657
| |/
* | sesman: env_set_user, fix potential bof issuesspeidy2016-07-223-29/+71
|/
* Remove unused variable in devredir_cvt_from_unicode_len()Pavel Roskin2016-05-061-2/+1
* Remove unused variables from dev_redir_proc_query_dir_response()Pavel Roskin2016-05-061-15/+5
* Check XGetWindowProperty() return code in clipboard_event_property_notify()Pavel Roskin2016-05-061-0/+10
* Use better symbols to protect include filesPavel Roskin2016-05-052-4/+4
* Typo fixesPavel Roskin2016-05-045-5/+5
* Merge pull request #360 from proski/format-warningsjsorg712016-05-0311-55/+59
|\
| * Fix warnings for unused variables read from byte streamsPavel Roskin2016-04-233-8/+6
| * Fix recently introduced warnings in session.cPavel Roskin2016-04-211-10/+10
| * Fix warnings about unused variables and functionsPavel Roskin2016-04-214-2/+8
| * Fix more format warningsPavel Roskin2016-04-214-35/+35
* | Add unnamed semaphore support on Mac OSPavel Roskin2016-04-231-11/+11
|/
* Merge pull request #359 from metalefty/sesman/configurable-xserver-pathjsorg712016-04-183-11/+25
|\
| * sesman: do not hardcode Xorg/X11rdp/Xvnc executablesKoichiro IWAO2016-04-072-7/+23
| * sesman: brief xorg_params, no logic changeKoichiro IWAO2016-04-071-4/+2
* | Do not attempt to trap SIGKILL part 2Koichiro IWAO2016-04-111-6/+0
|/
* Fix compile error "format not a string literal and no format arguments [-Werr...NerdKnight2016-03-281-1/+1