summaryrefslogtreecommitdiffstats
path: root/sesman/libscp/libscp_v1s.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-3/+4
|
* Remove unused string support in scp_session_set_addr()Pavel Roskin2016-07-081-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 warningJay Sorg2016-03-161-1/+1
|
* remove duplicated call to scp_session_set_bppItamar Reis Peixoto2016-02-111-1/+0
|
* Check return value of scp_session_set_bpp()Pavel Roskin2016-02-101-0/+8
|
* Change an unconditional #warning to a commentPavel Roskin2016-01-311-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.0Laxmikant Rashinkar2012-09-191-582/+615
| | | | | o applied new coding standards to all .c files o moved some files around
* no logic changes, remove warnings and coding style changesJay Sorg2012-06-101-1/+1
|
* Initial syslog support in XRDPnorrarvid2012-05-271-40/+40
|
* use do ... while (0) style for parse.hjsorg712010-08-091-1/+1
|
* update copyright yearjsorg712010-07-041-1/+1
|
* remove some dead codejsorg712009-12-261-6/+0
|
* update copyright yearjsorg712009-04-171-1/+1
|
* added first management codeilsimo2008-09-111-2/+19
| | | | | added a rough management tool fixes in session.c
* still more work on loggingilsimo2008-07-301-61/+117
| | | | libscp makefile fix
* update copyright yearjsorg712008-01-301-1/+1
|
* making libscp a real libraryilsimo2007-05-061-0/+599
some fixes in configuration options