Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Remove unused string support in scp_session_set_addr() | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -280/+293 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -9/+9 |
| | |||||
* | use do ... while (0) style for parse.h | jsorg71 | 2010-08-09 | 1 | -2/+2 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-04 | 1 | -1/+1 |
| | |||||
* | pass domain, program, and directory to sesman and use directory and program | jsorg71 | 2009-08-19 | 1 | -1/+2 |
| | |||||
* | update copyright year | jsorg71 | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | added first management code | ilsimo | 2008-09-11 | 1 | -0/+340 |
added a rough management tool fixes in session.c |