summaryrefslogtreecommitdiffstats
path: root/sesman/libscp/libscp_session.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* 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".
* vnc: change password file to use guid hashJay Sorg2016-12-031-0/+15
|
* Log malloc errors with LOG_LEVEL_ERRORPavel Roskin2016-10-171-1/+1
|
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-9/+9
|
* Remove unused string support in scp_session_set_addr()Pavel Roskin2016-07-081-35/+1
| | | | | | | | Using the same argument for binary and text data is not a good idea. If string support is ever needed, it should be a separate function. Remove SCP_ADDRESS_TYPE_IPV4_BIN and SCP_ADDRESS_TYPE_IPV6_BIN, use SCP_ADDRESS_TYPE_IPV4 and SCP_ADDRESS_TYPE_IPV6, which simplifies the code.
* sesman: add missing breakJay Sorg2016-02-111-1/+1
|
* Allow sessions with 32 bppPavel Roskin2016-02-101-0/+1
|
* sesman: added SessionVariables to sesman.ini and some indent cleanupJay Sorg2014-05-091-7/+7
|
* added support for using Xorg driver modelLaxmikant Rashinkar2014-03-081-0/+8
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-296/+341
| | | | | o applied new coding standards to all .c files o moved some files around
* timeout added for the reply to come from sesmannorrarvid2012-06-051-24/+24
|\
| * Initial syslog support in XRDPnorrarvid2012-05-271-24/+24
| |
* | separate pam authentication for gatewaysnorrarvid2012-05-311-0/+3
|/
* Implemented client IP loggingNicola Ruggero2010-11-041-0/+23
|
* Major code cleanup:Nicola Ruggero2010-11-031-2/+2
| | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.)
* update copyright yearjsorg712010-07-041-1/+1
|
* fix a crash when freeing struct SCP_SESSIONjsorg712009-08-241-59/+11
|
* pass domain, program, and directory to sesman and use directory and programjsorg712009-08-191-0/+84
|
* update copyright yearjsorg712009-04-171-1/+1
|
* added 15bpp supportjsorg712009-02-231-0/+1
|
* added first management codeilsimo2008-09-111-4/+17
| | | | | added a rough management tool fixes in session.c
* added define check for ipv6 structsjsorg712008-08-121-3/+7
|
* still more work on loggingilsimo2008-07-301-15/+91
| | | | libscp makefile fix
* more work on loggingilsimo2008-02-211-11/+39
|
* update copyright yearjsorg712008-01-301-1/+1
|
* adding SCP_SESSION and SCP_CONNECTION handling codeilsimo2007-09-171-0/+228