summaryrefslogtreecommitdiffstats
path: root/sesman/tools
Commit message (Collapse)AuthorAgeFilesLines
* show more helpful message if xrdp-dis failedKoichiro IWAO2018-09-111-0/+5
|
* sesrun support start other session based on session_code argumentAiden Luo2018-04-201-3/+6
|
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-281-1/+1
| | | | Include xrdp_sockets.h directly, not through headers.
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-172-1/+4
| | | | | | | | | | Use XRDP_SOCKET_PATH in file_loc.h Don't define any non-socket paths in file_loc.h, they should come from the makefiles. Define all paths unconditionally, they should not be defined elsewhere. Pass XRDP_SOCKET_PATH as environment variable to the backends.
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-143-7/+7
|
* Include config_ac.h from all source filesPavel Roskin2017-03-047-0/+28
|
* 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 build with --enable-xrdpdebug=yesvolth2017-01-041-2/+0
|
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-0/+6
|
* 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
|
* sesrun: remove unused g_sck and write-only g_pidPavel Roskin2016-09-081-4/+0
|
* Use enum logLevels consistently for log levelsPavel Roskin2016-07-081-1/+1
|
* Make program_name constant, don't duplicate or free itPavel Roskin2016-07-082-2/+2
|
* Fix scp_init() invocation, it takes no argumentsPavel Roskin2016-07-082-2/+2
|
* Fix all format warnings and some unused variable warningsJay Sorg2016-03-142-3/+3
|
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-3/+2
| | | | There should be no functional difference.
* 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-132-3/+3
|
* xcon: include unistd.h, it's needed for select() on MacOSPavel Roskin2016-02-121-0/+1
|
* xcon: include sys/types.h for select() and related macrosPavel Roskin2016-01-311-0/+1
|
* Use standard autotools means to detect X11Pavel Roskin2016-01-301-2/+6
| | | | | | | | Use AC_PATH_XTRA to search for X11 in configure.ac. In Makefiles, add X_CFLAGS to AM_CFLAGS for the source compilation. Add X_LIBS to LDFLAGS. Add X_PRE_LIBS and X_EXTRA_LIBS to LDADD. With this patch, X Windows system is correctly detected on Mac OS X.
* Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-4/+2
| | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden.
* Don't use a symlink where #include would sufficePavel Roskin2016-01-261-0/+1
| | | | | | | | | | | | | Absolute symlinks break when the source is moved to another location. In the best case, the symlink will be replaced with a copy, but that creates code duplication. A user who got the packaged source may decide to change one config.c without realizing that another config.c will get the same changes. Don't ignore config.c, it's a regular source file now, albeit very short. Testing done: compiled inside and outside build directory.
* add historic GPLv2+ to Simone’s filesmirabilos2015-08-262-0/+26
| | | | this becomes GPLv3+ when combined with Apache v2 licenced files
* coverity: improper use of negative valueLaxmikant Rashinkar2014-07-263-0/+12
|
* coverity: fixed issue argument cannot be negativeLaxmikant Rashinkar2014-07-231-1/+6
|
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-5/+5
|
* copyright year updateJay Sorg2013-06-085-5/+5
|
* sesman/tools: Disable debug toolsPhilipp Hahn2013-01-281-2/+4
| | | | | sestest and xcon look like debugging tools. Don't install them by default.
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-197-604/+652
| | | | | o applied new coding standards to all .c files o moved some files around
* sesman/tools: added xconJay Sorg2012-07-312-1/+44
|
* autotools: change top_srcdir to top_builddir for LIBADDJay Sorg2012-07-131-6/+5
|
* no logic changes, remove warnings and coding style changesJay Sorg2012-06-101-1/+1
|
* Support for invalidate request sent from clients addednorrarvid2012-06-051-1/+1
|
* Initial syslog support in XRDPnorrarvid2012-05-272-5/+5
|
* move temp files from /tmp to /tmp/.xrdpJay Sorg2012-02-111-1/+1
|
* added disconnect toolJay Sorg2011-07-132-1/+70
|
* warningsJay Sorg2011-07-051-9/+25
|
* include missing files in make distItamar Reis Peixoto2010-11-201-0/+1
|
* update copyright yearjsorg712010-07-043-3/+3
|
* patch from Christoph Brill - Don't always assume 3350 as the sesman portjsorg712009-08-051-1/+1
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* remove old makefilesjsorg712008-12-162-127/+0
|
* fix for older auto toolsjsorg712008-11-021-1/+1
|
* added first management codeilsimo2008-09-113-3/+206
| | | | | added a rough management tool fixes in session.c
* common changejsorg712008-08-121-2/+2
|