summaryrefslogtreecommitdiffstats
path: root/sesman/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* sesman: search pam files also in ${sysconfdir}/pam.dKoichiro IWAO2017-07-261-0/+1
| | | | | | | as some operating system such as FreeBSD searches not only `/etc/pam.d` but also `/usr/local/etc/pam.d` [1]. [1] https://www.freebsd.org/cgi/man.cgi?query=pam.d&sektion=5
* sesman: install empty reconnectwm.sh as a templateKoichiro IWAO2017-06-201-1/+2
| | | | | | as it was undocumented and few people know reconnectwm.sh is executed on client reconnect. The behaviour of startwm.sh / reconnectwm.sh should be documented. This is a first step of documenting them.
* sesman: remove sessvc, one less process to manageJay Sorg2017-03-191-1/+0
|
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-171-0/+1
| | | | | | | | | | 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.
* Remove trailing whitespacePavel Roskin2017-02-081-1/+1
|
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-2/+0
|
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-0/+6
|
* Merge pull request #545 from moobyfr/fix-xauthIdan Freiberg2016-12-191-0/+2
|\ | | | | Fix xauth
| * - move function related to xauth in own fileBLINDAUER Emmanuel2016-12-151-0/+2
| | | | | | | | | | | | - use of g_bytes_to_hexstr() - correct typos and coding syntax - don't create auth file, xauth can do that if needed
* | Distribute all files except git and github specific dataPavel Roskin2016-12-181-0/+3
|/ | | | | It is better to distribute a few useless file than not to distribute needed files.
* Use SCRIPTS for executable scripts, don't use "chmod 755"Pavel Roskin2016-02-221-5/+3
|
* Use "dist_" prefix to minimize use of EXTRA_DISTPavel Roskin2016-02-221-4/+1
| | | "dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-5/+15
| | | | There should be no functional difference.
* 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.
* sesman: remove the threadJay Sorg2015-12-111-3/+3
|
* Enable authenticate user using BSD password systemRenaud Allard2014-11-211-0/+5
|
* autotools: change top_srcdir to top_builddir for LIBADDJay Sorg2012-07-131-2/+2
|
* autotool fixesJay Sorg2011-07-051-1/+2
|
* include missing files in make distItamar Reis Peixoto2010-11-201-1/+1
|
* add more missed files into extra_distItamar Reis Peixoto2010-11-201-0/+1
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* added chansrvjsorg712009-04-191-1/+2
|
* move sessvc to a sub-directoryjsorg712008-11-251-9/+3
|
* added first management codeilsimo2008-09-111-0/+1
| | | | | added a rough management tool fixes in session.c
* added post install hookjsorg712008-08-171-0/+4
|
* bin to sbin, common and install changesjsorg712008-08-121-3/+9
|
* add tools subdirjsorg712008-08-101-1/+3
|
* added sesman auth optionsjsorg712008-08-091-3/+21
|
* build common as a libraryjsorg712008-08-061-5/+2
|
* autotoolsjsorg712008-08-031-0/+37