summaryrefslogtreecommitdiffstats
path: root/sesman
Commit message (Expand)AuthorAgeFilesLines
* Fix misuse of NULL for arithmetic typePavel Roskin2016-11-261-1/+1
* Use FUSE_CFLAGS and FUSE_LIBS from pkg-configPavel Roskin2016-11-262-4/+3
* Remove "-ac" from X server parameters, it's insecure and unnecessaryPavel Roskin2016-11-211-3/+0
* Fix format warnings if FUSE is enabledPavel Roskin2016-11-211-74/+75
* chansrv: some fixes to log file pathJay Sorg2016-11-191-34/+32
* Merge pull request #488 from metalefty/docsItamar Reis Peixoto2016-11-171-36/+35
|\
| * config: use semicolon to comment out descriptions in config filesKoichiro IWAO2016-11-161-31/+31
| * config: unify all boolean values in config to true/falseKoichiro IWAO2016-11-161-7/+6
* | Merge pull request #477 from proski/vnc-strerrormetalefty2016-11-161-5/+9
|\ \
| * | Don't try to create .vnc directory if it existsPavel Roskin2016-11-151-3/+7
| * | Report system error if the VNC password file cannot be createdPavel Roskin2016-11-151-2/+2
* | | Merge pull request #476 from proski/authmetalefty2016-11-164-13/+13
|\ \ \
| * | | Fix compile warnings for non-default authentication methodsPavel Roskin2016-11-154-13/+13
| |/ /
* | | Merge pull request #485 from proski/code-standardsmetalefty2016-11-162-8/+8
|\ \ \
| * | | Fix compilation with C++Pavel Roskin2016-11-151-2/+2
| * | | Remove all tabs in sourcesPavel Roskin2016-11-152-6/+6
| |/ /
* | | Merge pull request #480 from proski/strncatmetalefty2016-11-161-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix potential buffer overflow in strncat() invocationPavel Roskin2016-11-151-1/+1
| |/
* | Omit numbers from the "param" keys, they are not neededPavel Roskin2016-11-151-23/+23
|/
* Merge pull request #454 from metalefty/change-chansrv-log-pathmetalefty2016-11-071-0/+40
|\
| * chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdpKoichiro IWAO2016-10-251-0/+40
* | Move -logfile /dev/null option for easier commenting in debug scenarios.Dominik George2016-10-281-6/+6
|/
* Fix memory leak in xrdp-sesman on config reloadPavel Roskin2016-10-213-0/+22
* Memory leak fix: keep X server path in the parameter listPavel Roskin2016-10-211-6/+3
* Call auth_end() exactly once in scp_v0_process()Pavel Roskin2016-10-211-5/+1
* Fix memory leak: free session dataPavel Roskin2016-10-214-10/+8
* Get rid of EXTRA_LIBS, use variables with more specific namesPavel Roskin2016-10-201-6/+6
* Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGSPavel Roskin2016-10-201-3/+1
* Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-201-14/+10
* Use const pointers in function arguments when possiblePavel Roskin2016-10-1712-26/+28
* 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