summaryrefslogtreecommitdiffstats
path: root/sesman/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* adding autotoolsjsorg712008-08-101-0/+23
|
* still more work on loggingilsimo2008-07-302-41/+54
| | | | libscp makefile fix
* renaming and moving install filesjsorg712008-05-041-35/+23
|
* need tabsjsorg712008-03-171-1/+1
|
* need tabsjsorg712008-03-161-12/+12
|
* more work on loggingilsimo2008-02-212-4/+19
|
* update copyright yearjsorg712008-01-303-3/+3
|
* added mac makefilesjsorg712007-09-271-0/+65
|
* fixing sessvc starting code and removing SESMAN_SESSVC_FILE definitionilsimo2007-09-171-10/+14
|
* added vars so tools don't install in root dirjsorg712007-05-231-0/+6
|
* adding forgotten filesilsimo2007-05-062-0/+212
|
* making libscp a real libraryilsimo2007-05-062-13/+15
| | | | some fixes in configuration options
* added -f to make clean rm commandjsorg712007-04-261-1/+1
|
* added sessvc as session supervisorilsimo2007-04-072-9/+151
| | | | first code for password changing
* more work on scp v1ilsimo2007-03-172-28/+52
|
* adding scp v1 first code, fixed passwd auth for disabled passwordilsimo2006-11-242-0/+195