Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use g_create_path instead of g_create_dir | Ian Geiser | 2017-07-14 | 1 | -2/+2 |
| | | | | Rename g_mk_temp_dir to g_mk_socket_path | ||||
* | sesman: pass xrdp socket path to user session | Koichiro IWAO | 2017-05-16 | 1 | -0/+2 |
| | | | | via environment variable. | ||||
* | sesman: LOGNAME should be set to username | Koichiro IWAO | 2017-04-06 | 1 | -0/+1 |
| | | | | | | | | | | | which is used to store login name. The login name shall be the string that would be returned by the getlogin() function [1]. Some applications only refers LOGNAME environment variable and don't fallback to other variables such as USER. Fixes #725. Reported by @seidler2547. [1] The Single UNIX Specification, Issue 7 | ||||
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | Use <> for system includes, move system includes above local ones | Pavel Roskin | 2017-01-04 | 1 | -1/+2 |
| | |||||
* | Use per-display VNC password files, remove old style password if found | Pavel Roskin | 2016-12-18 | 1 | -3/+15 |
| | | | | | | Every session uses its own VNC password, so keep then in separate files. The old style password file uses the user's password encrypted with a known key. Since we are not replacing it anymore, we should remove it. | ||||
* | Don't try to create .vnc directory if it exists | Pavel Roskin | 2016-11-15 | 1 | -3/+7 |
| | | | | Report system error if it cannot be created. | ||||
* | Report system error if the VNC password file cannot be created | Pavel Roskin | 2016-11-15 | 1 | -2/+2 |
| | |||||
* | Use const pointers in function arguments when possible | Pavel Roskin | 2016-10-17 | 1 | -3/+3 |
| | |||||
* | Merge pull request #388 from metalefty/freebsd/fuse | jsorg71 | 2016-08-05 | 1 | -1/+1 |
|\ | | | | | sesman: Add /sbin to PATH for FreeBSD | ||||
| * | sesman: Add /sbin to PATH for FreeBSD | Koichiro IWAO | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | to enable to execute FUSE mount program. The place of FUSE mount programs are: FreeBSD : /sbin/mount_fusefs GNU/Linux : /bin/fusermount See also #387. | ||||
* | | sesman: env_set_user, fix potential bof issues | speidy | 2016-07-22 | 1 | -12/+35 |
|/ | |||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | sesman: don't set LANG, let initialization scripts take care of it | Pavel Roskin | 2016-02-07 | 1 | -1/+0 |
| | | | | | | Setting LANG to en_US.UTF-8 suppresses language settings from /etc/locale.conf See https://bugzilla.redhat.com/show_bug.cgi?id=1290820 | ||||
* | for Xvnc sesman session, use hash of password for vnc auth | Jay Sorg | 2015-10-10 | 1 | -5/+24 |
| | |||||
* | sesman: remove rfbDes calls | Jay Sorg | 2015-08-18 | 1 | -8/+9 |
| | |||||
* | coverity: fixed unchecked return value from library | Laxmikant Rashinkar | 2014-07-20 | 1 | -1/+5 |
| | |||||
* | sesman: added SessionVariables to sesman.ini and some indent cleanup | Jay Sorg | 2014-05-09 | 1 | -2/+18 |
| | |||||
* | sesman: added a env var to know when xrdp session | Jay Sorg | 2013-07-30 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:neutrinolabs/xrdp | Laxmikant Rashinkar | 2013-06-08 | 1 | -1/+1 |
|\ | |||||
| * | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | | |||||
* | | folder redirection: fixed language issues | Laxmikant Rashinkar | 2013-06-08 | 1 | -0/+1 |
|/ | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -94/+103 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -3/+3 |
| | |||||
* | /tmp cleanup | Jay Sorg | 2012-02-14 | 1 | -0/+2 |
| | |||||
* | remove some tabs | jsorg71 | 2010-08-09 | 1 | -3/+3 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | g_thread_sck set outside of lock fix and g_cfg should always be a pointer to ↵ | jsorg71 | 2009-09-28 | 1 | -1/+1 |
| | | | | a struct | ||||
* | remove g_set_file_rights since g_file_open sets the bits right | jsorg71 | 2009-05-19 | 1 | -1/+0 |
| | |||||
* | still more work on logging | ilsimo | 2008-07-30 | 1 | -6/+6 |
| | | | | libscp makefile fix | ||||
* | align | jsorg71 | 2008-05-06 | 1 | -2/+4 |
| | |||||
* | updating logging subsystem | ilsimo | 2008-02-20 | 1 | -3/+3 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | patch from 'Hug Me' | jsorg71 | 2007-08-31 | 1 | -3/+4 |
| | |||||
* | making libscp a real library | ilsimo | 2007-05-06 | 1 | -2/+13 |
| | | | | some fixes in configuration options | ||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | minor fixes and indent | jsorg71 | 2006-08-24 | 1 | -1/+1 |
| | |||||
* | fix warning and some comments | jsorg71 | 2006-08-23 | 1 | -3/+4 |
| | |||||
* | check return value of g_initgroups | jsorg71 | 2006-08-22 | 1 | -2/+4 |
| | |||||
* | adding initgroups() to support multiple user groups | ilsimo | 2006-07-01 | 1 | -0/+5 |
| | |||||
* | updated code documentation | ilsimo | 2006-05-25 | 1 | -3/+0 |
| | |||||
* | year update and moved some stuff to os_calls.c | jsorg71 | 2006-04-23 | 1 | -1/+1 |
| | |||||
* | added --nodaemon and --kill options | ilsimo | 2005-11-13 | 1 | -3/+8 |
| | | | | | added pid file generation improved some code documentation | ||||
* | Adding logging functions and adding log options in config files | ilsimo | 2005-10-23 | 1 | -13/+5 |
| | |||||
* | Adding auth.h env.c env.h session.c session.h tcp.c tcp.h | ilsimo | 2005-10-06 | 1 | -0/+108 |