Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 1 | -2/+2 |
| | |||||
* | Fix memory leak: free session data | Pavel Roskin | 2016-10-21 | 1 | -1/+8 |
| | | | | | | | 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. | ||||
* | Don't use final newline in log calls, it's already appended | Pavel Roskin | 2016-10-17 | 1 | -2/+2 |
| | |||||
* | Don't close socket in scp_process_start(), the caller closes it | Pavel Roskin | 2016-09-08 | 1 | -1/+0 |
| | |||||
* | sesman: remove the thread | Jay Sorg | 2015-12-11 | 1 | -8/+2 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -78/+80 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -10/+10 |
| | |||||
* | g_thread_sck set outside of lock fix and g_cfg should always be a pointer to ↵ | jsorg71 | 2009-09-28 | 1 | -11/+11 |
| | | | | a struct | ||||
* | added g_ to globals, added SIGINT, SIGKILL to shutdown signals, other minor ↵ | jsorg71 | 2008-12-26 | 1 | -3/+3 |
| | | | | changes | ||||
* | added first management code | ilsimo | 2008-09-11 | 1 | -1/+1 |
| | | | | | added a rough management tool fixes in session.c | ||||
* | still more work on logging | ilsimo | 2008-07-30 | 1 | -1/+7 |
| | | | | libscp makefile fix | ||||
* | updating logging subsystem | ilsimo | 2008-02-20 | 1 | -9/+10 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | indent | jsorg71 | 2007-02-01 | 1 | -24/+20 |
| | |||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | adding scp v1 first code, fixed passwd auth for disabled password | ilsimo | 2006-11-24 | 1 | -1/+4 |
| | |||||
* | fixed missink break in switch | ilsimo | 2006-10-16 | 1 | -0/+1 |
| | |||||
* | first try for a scp protocol layer (aka libscp) | ilsimo | 2006-10-15 | 1 | -33/+39 |
| | |||||
* | making sesman multithread | ilsimo | 2006-07-13 | 1 | -9/+14 |
| | |||||
* | preparing sources to add new sesman control protocol | ilsimo | 2006-05-26 | 1 | -0/+84 |