Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -3/+2 |
| | | | | There should be no functional difference. | ||||
* | 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 | 2 | -3/+3 |
| | |||||
* | xcon: include unistd.h, it's needed for select() on MacOS | Pavel Roskin | 2016-02-12 | 1 | -0/+1 |
| | |||||
* | xcon: include sys/types.h for select() and related macros | Pavel Roskin | 2016-01-31 | 1 | -0/+1 |
| | |||||
* | Use standard autotools means to detect X11 | Pavel Roskin | 2016-01-30 | 1 | -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_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -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 suffice | Pavel Roskin | 2016-01-26 | 1 | -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 files | mirabilos | 2015-08-26 | 2 | -0/+26 |
| | | | | this becomes GPLv3+ when combined with Apache v2 licenced files | ||||
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 3 | -0/+12 |
| | |||||
* | coverity: fixed issue argument cannot be negative | Laxmikant Rashinkar | 2014-07-23 | 1 | -1/+6 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 1 | -5/+5 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 5 | -5/+5 |
| | |||||
* | sesman/tools: Disable debug tools | Philipp Hahn | 2013-01-28 | 1 | -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.0 | Laxmikant Rashinkar | 2012-09-19 | 7 | -604/+652 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | sesman/tools: added xcon | Jay Sorg | 2012-07-31 | 2 | -1/+44 |
| | |||||
* | autotools: change top_srcdir to top_builddir for LIBADD | Jay Sorg | 2012-07-13 | 1 | -6/+5 |
| | |||||
* | no logic changes, remove warnings and coding style changes | Jay Sorg | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Support for invalidate request sent from clients added | norrarvid | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 2 | -5/+5 |
| | |||||
* | move temp files from /tmp to /tmp/.xrdp | Jay Sorg | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | added disconnect tool | Jay Sorg | 2011-07-13 | 2 | -1/+70 |
| | |||||
* | warnings | Jay Sorg | 2011-07-05 | 1 | -9/+25 |
| | |||||
* | include missing files in make dist | Itamar Reis Peixoto | 2010-11-20 | 1 | -0/+1 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-04 | 3 | -3/+3 |
| | |||||
* | patch from Christoph Brill - Don't always assume 3350 as the sesman port | jsorg71 | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -0/+7 |
| | |||||
* | remove old makefiles | jsorg71 | 2008-12-16 | 2 | -127/+0 |
| | |||||
* | fix for older auto tools | jsorg71 | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | added first management code | ilsimo | 2008-09-11 | 3 | -3/+206 |
| | | | | | added a rough management tool fixes in session.c | ||||
* | common change | jsorg71 | 2008-08-12 | 1 | -2/+2 |
| | |||||
* | adding autotools | jsorg71 | 2008-08-10 | 1 | -0/+23 |
| | |||||
* | still more work on logging | ilsimo | 2008-07-30 | 2 | -41/+54 |
| | | | | libscp makefile fix | ||||
* | renaming and moving install files | jsorg71 | 2008-05-04 | 1 | -35/+23 |
| | |||||
* | need tabs | jsorg71 | 2008-03-17 | 1 | -1/+1 |
| | |||||
* | need tabs | jsorg71 | 2008-03-16 | 1 | -12/+12 |
| | |||||
* | more work on logging | ilsimo | 2008-02-21 | 2 | -4/+19 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 3 | -3/+3 |
| | |||||
* | added mac makefiles | jsorg71 | 2007-09-27 | 1 | -0/+65 |
| | |||||
* | fixing sessvc starting code and removing SESMAN_SESSVC_FILE definition | ilsimo | 2007-09-17 | 1 | -10/+14 |
| | |||||
* | added vars so tools don't install in root dir | jsorg71 | 2007-05-23 | 1 | -0/+6 |
| | |||||
* | adding forgotten files | ilsimo | 2007-05-06 | 2 | -0/+212 |
| | |||||
* | making libscp a real library | ilsimo | 2007-05-06 | 2 | -13/+15 |
| | | | | some fixes in configuration options | ||||
* | added -f to make clean rm command | jsorg71 | 2007-04-26 | 1 | -1/+1 |
| | |||||
* | added sessvc as session supervisor | ilsimo | 2007-04-07 | 2 | -9/+151 |
| | | | | first code for password changing | ||||
* | more work on scp v1 | ilsimo | 2007-03-17 | 2 | -28/+52 |
| | |||||
* | adding scp v1 first code, fixed passwd auth for disabled password | ilsimo | 2006-11-24 | 2 | -0/+195 |