Commit Graph

20 Commits

Author SHA1 Message Date
Pavel Roskin 65ac8e758b Fix memory leak: free session data
Call scp_session_destroy() in the functions that call
scp_session_create() and nowhere else.

As found by Valgrind, the session data is not freed if the session is
created successfully.
2016-10-21 20:15:50 +00:00
Pavel Roskin a618d4f757 Don't use final newline in log calls, it's already appended 2016-10-17 08:54:07 -07:00
Pavel Roskin 945833a94f Don't close socket in scp_process_start(), the caller closes it 2016-09-08 20:26:19 -07:00
Jay Sorg 4e0d0f3ba0 sesman: remove the thread 2015-12-11 20:41:17 -08:00
Jay Sorg c6fa03102f copyright year update 2013-06-08 10:51:53 -07:00
Laxmikant Rashinkar 1123323fda o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
2012-09-19 20:51:34 -07:00
norrarvid 4d4ebbf363 Initial syslog support in XRDP 2012-05-27 17:17:39 +02:00
jsorg71 328649af9b g_thread_sck set outside of lock fix and g_cfg should always be a pointer to a struct 2009-09-28 01:16:07 +00:00
jsorg71 23fe2e2259 added g_ to globals, added SIGINT, SIGKILL to shutdown signals, other minor changes 2008-12-26 02:20:03 +00:00
ilsimo 7c79298612 added first management code
added a rough management tool
fixes in session.c
2008-09-11 20:23:15 +00:00
ilsimo d14b076a70 still more work on logging
libscp makefile fix
2008-07-30 10:58:30 +00:00
ilsimo 4c9d3862e5 updating logging subsystem 2008-02-20 22:02:24 +00:00
jsorg71 cd57d1b689 update copyright year 2008-01-30 07:53:57 +00:00
jsorg71 2183c539cc indent 2007-02-01 06:12:14 +00:00
jsorg71 6886ba4556 copyright year update 2007-01-12 05:07:07 +00:00
ilsimo 078b4d3f41 adding scp v1 first code, fixed passwd auth for disabled password 2006-11-24 20:46:45 +00:00
ilsimo 7698f5f441 fixed missink break in switch 2006-10-16 11:25:47 +00:00
ilsimo 71e7fc734d first try for a scp protocol layer (aka libscp) 2006-10-15 13:08:08 +00:00
ilsimo fda836169e making sesman multithread 2006-07-13 20:15:21 +00:00
ilsimo 343f9361f2 preparing sources to add new sesman control protocol 2006-05-26 13:10:14 +00:00