xrdp/sesman/libscp
Pavel Roskin 1ded8ec437 Remove unused string support in scp_session_set_addr()
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.
2016-07-08 04:15:41 +00:00
..
libscp_commands_mng.h o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_commands.h o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_connection.c o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_connection.h o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_init.c Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line number 2016-07-08 04:15:39 +00:00
libscp_init.h Fix typos 2016-02-13 20:41:07 -08:00
libscp_lock.c Typo fixes 2016-05-04 23:33:30 -07:00
libscp_lock.h More spelling fixes found by codespell and aspell 2016-01-30 17:39:25 -08:00
libscp_session.c Remove unused string support in scp_session_set_addr() 2016-07-08 04:15:41 +00:00
libscp_session.h Remove unused string support in scp_session_set_addr() 2016-07-08 04:15:41 +00:00
libscp_tcp.c Fix typos 2016-02-13 20:41:07 -08:00
libscp_tcp.h o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_types_mng.h o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_types.h Remove unused string support in scp_session_set_addr() 2016-07-08 04:15:41 +00:00
libscp_v0.c Check return value of scp_session_set_bpp() 2016-02-10 09:30:23 -08:00
libscp_v0.h o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_v1c_mng.c coverity: Resource leak (2nd round) 2014-07-27 15:29:12 -07:00
libscp_v1c_mng.h o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_v1c.c coverity: Resource leak (2nd round) 2014-07-27 15:29:12 -07:00
libscp_v1c.h o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_v1s_mng.c Remove unused string support in scp_session_set_addr() 2016-07-08 04:15:41 +00:00
libscp_v1s_mng.h Typo fixes 2016-05-04 23:33:30 -07:00
libscp_v1s.c Remove unused string support in scp_session_set_addr() 2016-07-08 04:15:41 +00:00
libscp_v1s.h Typo fixes 2016-05-04 23:33:30 -07:00
libscp_vX.c o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
libscp_vX.h Fix typos 2016-02-13 20:41:07 -08:00
libscp.h o moved from GNU General Public License to Apache License, Version 2.0 2012-09-19 20:51:34 -07:00
Makefile.am Move headers from EXTRA_DIST to sources, sort alphabetically 2016-02-21 23:06:48 -08:00