Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy the PAM session environment for the reconnect script | matt335672 | 2018-05-31 | 1 | -1/+1 |
| | | | | | This provides access to variables set at login which may be required by the script (e.g. KRB5CCNAME) | ||||
* | sesman: delete socket files when session exits | Koichiro IWAO | 2017-09-13 | 1 | -0/+7 |
| | |||||
* | sesman: remove sessvc, one less process to manage | Jay Sorg | 2017-03-19 | 1 | -1/+2 |
| | |||||
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -6/+6 |
| | |||||
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -1/+1 |
| | | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments". | ||||
* | sesman: must save guid in session data | Jay Sorg | 2016-12-04 | 1 | -0/+1 |
| | |||||
* | vnc: change password file to use guid hash | Jay Sorg | 2016-12-03 | 1 | -3/+1 |
| | |||||
* | Use const pointers in function arguments when possible | Pavel Roskin | 2016-10-17 | 1 | -2/+3 |
| | |||||
* | sesman: remove the thread | Jay Sorg | 2015-12-11 | 1 | -9/+0 |
| | |||||
* | sesman: more options for session lookup from Fredy Paquet | Jay Sorg | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | added support for using Xorg driver model | Laxmikant Rashinkar | 2014-03-08 | 1 | -2/+3 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -18/+17 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | sesman: added option to run reconnectwm.sh on session reconnect | Jay Sorg | 2012-07-16 | 1 | -0/+3 |
| | |||||
* | sesman: no logic change, code cleanup | Jay Sorg | 2012-07-16 | 1 | -1/+0 |
| | |||||
* | Implemented client IP logging | Nicola Ruggero | 2010-11-04 | 1 | -1/+2 |
| | |||||
* | use type when looking for a session | jsorg71 | 2009-09-06 | 1 | -2/+2 |
| | |||||
* | pass domain, program, and directory to sesman and use directory and program | jsorg71 | 2009-08-19 | 1 | -1/+2 |
| | |||||
* | only the main thread forks | jsorg71 | 2009-01-12 | 1 | -1/+10 |
| | |||||
* | added first management code | ilsimo | 2008-09-11 | 1 | -5/+6 |
| | | | | | added a rough management tool fixes in session.c | ||||
* | still more work on logging | ilsimo | 2008-07-30 | 1 | -3/+14 |
| | | | | libscp makefile fix | ||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | added sessvc as session supervisor | ilsimo | 2007-04-07 | 1 | -6/+15 |
| | | | | first code for password changing | ||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | some fixes for libscp | ilsimo | 2006-11-05 | 1 | -0/+12 |
| | |||||
* | updated code documentation | ilsimo | 2006-05-25 | 1 | -14/+13 |
| | |||||
* | year update and moved some stuff to os_calls.c | jsorg71 | 2006-04-23 | 1 | -5/+5 |
| | |||||
* | added nicer support for Xrdp | ilsimo | 2006-02-09 | 1 | -1/+1 |
| | | | | fixed some errors in Makefiles when installing | ||||
* | new session list code | ilsimo | 2006-01-13 | 1 | -4/+71 |
| | | | | added support for new [sessions] configuration options | ||||
* | Adding auth.h env.c env.h session.c session.h tcp.c tcp.h | ilsimo | 2005-10-06 | 1 | -0/+49 |