Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 1 | -3/+4 |
| | |||||
* | 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. | ||||
* | fix a warning | Jay Sorg | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | remove duplicated call to scp_session_set_bpp | Itamar Reis Peixoto | 2016-02-11 | 1 | -1/+0 |
| | |||||
* | Check return value of scp_session_set_bpp() | Pavel Roskin | 2016-02-10 | 1 | -0/+8 |
| | |||||
* | Change an unconditional #warning to a comment | Pavel Roskin | 2016-01-31 | 1 | -2/+5 |
| | | | | | Notes about software design should not be shown as warnings to everybody who compiles the code. Warnings should be about unexpected conditions detected at the compile time. | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -582/+615 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | no logic changes, remove warnings and coding style changes | Jay Sorg | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -40/+40 |
| | |||||
* | use do ... while (0) style for parse.h | jsorg71 | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-04 | 1 | -1/+1 |
| | |||||
* | remove some dead code | jsorg71 | 2009-12-26 | 1 | -6/+0 |
| | |||||
* | update copyright year | jsorg71 | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | added first management code | ilsimo | 2008-09-11 | 1 | -2/+19 |
| | | | | | added a rough management tool fixes in session.c | ||||
* | still more work on logging | ilsimo | 2008-07-30 | 1 | -61/+117 |
| | | | | libscp makefile fix | ||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | making libscp a real library | ilsimo | 2007-05-06 | 1 | -0/+599 |
some fixes in configuration options |