summaryrefslogtreecommitdiffstats
path: root/sesman/session.h
Commit message (Collapse)AuthorAgeFilesLines
* Copy the PAM session environment for the reconnect scriptmatt3356722018-05-311-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 exitsKoichiro IWAO2017-09-131-0/+7
|
* sesman: remove sessvc, one less process to manageJay Sorg2017-03-191-1/+2
|
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-6/+6
|
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-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 dataJay Sorg2016-12-041-0/+1
|
* vnc: change password file to use guid hashJay Sorg2016-12-031-3/+1
|
* Use const pointers in function arguments when possiblePavel Roskin2016-10-171-2/+3
|
* sesman: remove the threadJay Sorg2015-12-111-9/+0
|
* sesman: more options for session lookup from Fredy PaquetJay Sorg2014-04-201-2/+2
|
* added support for using Xorg driver modelLaxmikant Rashinkar2014-03-081-2/+3
|
* copyright year updateJay Sorg2013-06-081-1/+1
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-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 reconnectJay Sorg2012-07-161-0/+3
|
* sesman: no logic change, code cleanupJay Sorg2012-07-161-1/+0
|
* Implemented client IP loggingNicola Ruggero2010-11-041-1/+2
|
* use type when looking for a sessionjsorg712009-09-061-2/+2
|
* pass domain, program, and directory to sesman and use directory and programjsorg712009-08-191-1/+2
|
* only the main thread forksjsorg712009-01-121-1/+10
|
* added first management codeilsimo2008-09-111-5/+6
| | | | | added a rough management tool fixes in session.c
* still more work on loggingilsimo2008-07-301-3/+14
| | | | libscp makefile fix
* update copyright yearjsorg712008-01-301-1/+1
|
* added sessvc as session supervisorilsimo2007-04-071-6/+15
| | | | first code for password changing
* copyright year updatejsorg712007-01-121-1/+1
|
* some fixes for libscpilsimo2006-11-051-0/+12
|
* updated code documentationilsimo2006-05-251-14/+13
|
* year update and moved some stuff to os_calls.cjsorg712006-04-231-5/+5
|
* added nicer support for Xrdpilsimo2006-02-091-1/+1
| | | | fixed some errors in Makefiles when installing
* new session list codeilsimo2006-01-131-4/+71
| | | | added support for new [sessions] configuration options
* Adding auth.h env.c env.h session.c session.h tcp.c tcp.hilsimo2005-10-061-0/+49