summaryrefslogtreecommitdiffstats
path: root/sesman/tools/sesadmin.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* xrdp-sesadmin: show sessions in human readable formatPavel Roskin2017-02-021-7/+15
|
* xrdp-sesadmin: refactor array accessPavel Roskin2017-02-021-4/+7
|
* xrdp-sesadmin: fix crash on network or authentication errorPavel Roskin2017-02-021-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 declarationsPavel Roskin2017-01-051-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 behaviorPavel Roskin2016-12-191-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 appendedPavel Roskin2016-10-171-4/+4
|
* Make program_name constant, don't duplicate or free itPavel Roskin2016-07-081-1/+1
|
* Fix scp_init() invocation, it takes no argumentsPavel Roskin2016-07-081-1/+1
|
* xrdp-sesadmin: show help and exit if mandatory arguments are not givenPavel Roskin2016-02-141-2/+9
| | | | Don't mark password as mandatory, it's asked if not provided on the command line.
* Fix typosPavel Roskin2016-02-131-2/+2
|
* add historic GPLv2+ to Simone’s filesmirabilos2015-08-261-0/+13
| | | | this becomes GPLv3+ when combined with Apache v2 licenced files
* coverity: improper use of negative valueLaxmikant Rashinkar2014-07-261-0/+6
|
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-5/+5
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-130/+132
| | | | | o applied new coding standards to all .c files o moved some files around
* Support for invalidate request sent from clients addednorrarvid2012-06-051-1/+1
|
* Initial syslog support in XRDPnorrarvid2012-05-271-4/+4
|
* added first management codeilsimo2008-09-111-0/+195
added a rough management tool fixes in session.c