Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | xrdp-sesadmin: show sessions in human readable format | Pavel Roskin | 2017-02-02 | 1 | -7/+15 |
| | |||||
* | xrdp-sesadmin: refactor array access | Pavel Roskin | 2017-02-02 | 1 | -4/+7 |
| | |||||
* | xrdp-sesadmin: fix crash on network or authentication error | Pavel Roskin | 2017-02-02 | 1 | -5/+8 |
| | | | | | | | | If scp_v1c_mng_get_session_list() returns an error, report it to the user and exit. Session list is not initialized in that case and should not be freed. g_free() already checks its argument for being to NULL, remove an extra check. | ||||
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -2/+2 |
| | | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments". | ||||
* | Fix help text to match the manual and the actual behavior | Pavel Roskin | 2016-12-19 | 1 | -2/+2 |
| | | | | | The help text mentions "LIST" and "KILL" commands, but the manual says "list" and "kill", and the command line parser expects the later. | ||||
* | Don't use final newline in log calls, it's already appended | Pavel Roskin | 2016-10-17 | 1 | -4/+4 |
| | |||||
* | Make program_name constant, don't duplicate or free it | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Fix scp_init() invocation, it takes no arguments | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | xrdp-sesadmin: show help and exit if mandatory arguments are not given | Pavel Roskin | 2016-02-14 | 1 | -2/+9 |
| | | | | Don't mark password as mandatory, it's asked if not provided on the command line. | ||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -2/+2 |
| | |||||
* | add historic GPLv2+ to Simone’s files | mirabilos | 2015-08-26 | 1 | -0/+13 |
| | | | | this becomes GPLv3+ when combined with Apache v2 licenced files | ||||
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 1 | -0/+6 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -5/+5 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -130/+132 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | Support for invalidate request sent from clients added | norrarvid | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -4/+4 |
| | |||||
* | added first management code | ilsimo | 2008-09-11 | 1 | -0/+195 |
added a rough management tool fixes in session.c |