Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | 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". | ||||
* | vnc: change password file to use guid hash | Jay Sorg | 2016-12-03 | 1 | -0/+15 |
| | |||||
* | Log malloc errors with LOG_LEVEL_ERROR | Pavel Roskin | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 1 | -9/+9 |
| | |||||
* | Remove unused string support in scp_session_set_addr() | Pavel Roskin | 2016-07-08 | 1 | -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 break | Jay Sorg | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Allow sessions with 32 bpp | Pavel Roskin | 2016-02-10 | 1 | -0/+1 |
| | |||||
* | sesman: added SessionVariables to sesman.ini and some indent cleanup | Jay Sorg | 2014-05-09 | 1 | -7/+7 |
| | |||||
* | added support for using Xorg driver model | Laxmikant Rashinkar | 2014-03-08 | 1 | -0/+8 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -296/+341 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | timeout added for the reply to come from sesman | norrarvid | 2012-06-05 | 1 | -24/+24 |
|\ | |||||
| * | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -24/+24 |
| | | |||||
* | | separate pam authentication for gateways | norrarvid | 2012-05-31 | 1 | -0/+3 |
|/ | |||||
* | Implemented client IP logging | Nicola Ruggero | 2010-11-04 | 1 | -0/+23 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -2/+2 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | update copyright year | jsorg71 | 2010-07-04 | 1 | -1/+1 |
| | |||||
* | fix a crash when freeing struct SCP_SESSION | jsorg71 | 2009-08-24 | 1 | -59/+11 |
| | |||||
* | pass domain, program, and directory to sesman and use directory and program | jsorg71 | 2009-08-19 | 1 | -0/+84 |
| | |||||
* | update copyright year | jsorg71 | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | added 15bpp support | jsorg71 | 2009-02-23 | 1 | -0/+1 |
| | |||||
* | added first management code | ilsimo | 2008-09-11 | 1 | -4/+17 |
| | | | | | added a rough management tool fixes in session.c | ||||
* | added define check for ipv6 structs | jsorg71 | 2008-08-12 | 1 | -3/+7 |
| | |||||
* | still more work on logging | ilsimo | 2008-07-30 | 1 | -15/+91 |
| | | | | libscp makefile fix | ||||
* | more work on logging | ilsimo | 2008-02-21 | 1 | -11/+39 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | adding SCP_SESSION and SCP_CONNECTION handling code | ilsimo | 2007-09-17 | 1 | -0/+228 |