Commit Graph

23 Commits (b17c45d86fc2f22fcff8cb9adf31080738edd37a)

Author SHA1 Message Date
Pavel Roskin 6ed4c969f4 Eliminate APP_CC and DEFAULT_CC 8 years ago
Pavel Roskin b2d3dcf169 Include config_ac.h from all source files 8 years ago
volth 37b4a14b54 fix build with --enable-xrdpdebug=yes 8 years ago
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.
8 years ago
Pavel Roskin a618d4f757 Don't use final newline in log calls, it's already appended 8 years ago
Pavel Roskin 945833a94f Don't close socket in scp_process_start(), the caller closes it 9 years ago
Jay Sorg 4e0d0f3ba0 sesman: remove the thread 9 years ago
Jay Sorg c6fa03102f copyright year update 12 years ago
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
13 years ago
norrarvid 4d4ebbf363 Initial syslog support in XRDP 13 years ago
jsorg71 328649af9b g_thread_sck set outside of lock fix and g_cfg should always be a pointer to a struct 16 years ago
jsorg71 23fe2e2259 added g_ to globals, added SIGINT, SIGKILL to shutdown signals, other minor changes 16 years ago
ilsimo 7c79298612 added first management code
added a rough management tool
fixes in session.c
17 years ago
ilsimo d14b076a70 still more work on logging
libscp makefile fix
17 years ago
ilsimo 4c9d3862e5 updating logging subsystem 17 years ago
jsorg71 cd57d1b689 update copyright year 17 years ago
jsorg71 2183c539cc indent 18 years ago
jsorg71 6886ba4556 copyright year update 18 years ago
ilsimo 078b4d3f41 adding scp v1 first code, fixed passwd auth for disabled password 18 years ago
ilsimo 7698f5f441 fixed missink break in switch 19 years ago
ilsimo 71e7fc734d first try for a scp protocol layer (aka libscp) 19 years ago
ilsimo fda836169e making sesman multithread 19 years ago
ilsimo 343f9361f2 preparing sources to add new sesman control protocol 19 years ago