summaryrefslogtreecommitdiffstats
path: root/sesman/libscp/libscp_v1s_mng.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-1/+1
|
* 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.
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-280/+293
| | | | | o applied new coding standards to all .c files o moved some files around
* Initial syslog support in XRDPnorrarvid2012-05-271-9/+9
|
* use do ... while (0) style for parse.hjsorg712010-08-091-2/+2
|
* update copyright yearjsorg712010-07-041-1/+1
|
* pass domain, program, and directory to sesman and use directory and programjsorg712009-08-191-1/+2
|
* update copyright yearjsorg712009-04-171-1/+1
|
* added first management codeilsimo2008-09-111-0/+340
added a rough management tool fixes in session.c