Pavel Roskin
09709d3ced
xcon: include unistd.h, it's needed for select() on MacOS
9 years ago
Pavel Roskin
f1ba2b2c9d
xcon: include sys/types.h for select() and related macros
9 years ago
Pavel Roskin
00e70a5c54
Use standard autotools means to detect X11
...
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.
9 years ago
Pavel Roskin
a452d8d36a
Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
...
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.
9 years ago
Pavel Roskin
309fca35ac
Don't use a symlink where #include would suffice
...
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.
9 years ago
mirabilos
57a7f18cb3
add historic GPLv2+ to Simone’s files
...
this becomes GPLv3+ when combined with Apache v2 licenced files
9 years ago
Laxmikant Rashinkar
27055d5762
coverity: improper use of negative value
10 years ago
Laxmikant Rashinkar
fde7be5151
coverity: fixed issue argument cannot be negative
10 years ago
Laxmikant Rashinkar
3bb31876e7
coverity: fixed resolution leak issues
10 years ago
Jay Sorg
c6fa03102f
copyright year update
12 years ago
Philipp Hahn
8f5005f43e
sesman/tools: Disable debug tools
...
sestest and xcon look like debugging tools.
Don't install them by default.
12 years ago
Laxmikant Rashinkar
1123323fda
o moved from GNU General Public License to Apache License, Version 2.0
...
o applied new coding standards to all .c files
o moved some files around
12 years ago
Jay Sorg
17ee0e3aed
sesman/tools: added xcon
12 years ago
Jay Sorg
58f5dcc030
autotools: change top_srcdir to top_builddir for LIBADD
13 years ago
Jay Sorg
856783ba95
no logic changes, remove warnings and coding style changes
13 years ago
norrarvid
3f3a4d0b35
Support for invalidate request sent from clients added
13 years ago
norrarvid
4d4ebbf363
Initial syslog support in XRDP
13 years ago
Jay Sorg
d8f9e8310d
move temp files from /tmp to /tmp/.xrdp
13 years ago
Jay Sorg
8146a27fe3
added disconnect tool
14 years ago
Jay Sorg
7ad58be480
warnings
14 years ago
Itamar Reis Peixoto
6b08b8b71e
include missing files in make dist
14 years ago
jsorg71
8490a2b24b
update copyright year
15 years ago
jsorg71
3cfea6a959
patch from Christoph Brill - Don't always assume 3350 as the sesman port
15 years ago
jsorg71
23ffdb0c5f
autotools fix and file_loc.h simplified
16 years ago
jsorg71
af83cb7cae
remove old makefiles
16 years ago
jsorg71
c3c6b39e3d
fix for older auto tools
16 years ago
ilsimo
7c79298612
added first management code
...
added a rough management tool
fixes in session.c
16 years ago
jsorg71
fa30584146
common change
16 years ago
jsorg71
e2ddf85628
adding autotools
16 years ago
ilsimo
d14b076a70
still more work on logging
...
libscp makefile fix
17 years ago
jsorg71
c81817ca16
renaming and moving install files
17 years ago
jsorg71
3ee71a2759
need tabs
17 years ago
jsorg71
6385d06f9b
need tabs
17 years ago
ilsimo
57484bd701
more work on logging
17 years ago
jsorg71
cd57d1b689
update copyright year
17 years ago
jsorg71
5bec95f123
added mac makefiles
17 years ago
ilsimo
f06f9591bc
fixing sessvc starting code and removing SESMAN_SESSVC_FILE definition
17 years ago
jsorg71
63b3893dd5
added vars so tools don't install in root dir
18 years ago
ilsimo
b97a2d2631
adding forgotten files
18 years ago
ilsimo
f22b5b42a7
making libscp a real library
...
some fixes in configuration options
18 years ago
jsorg71
9393b94a2e
added -f to make clean rm command
18 years ago
ilsimo
9c4b9f8390
added sessvc as session supervisor
...
first code for password changing
18 years ago
ilsimo
ae9faad218
more work on scp v1
18 years ago
ilsimo
078b4d3f41
adding scp v1 first code, fixed passwd auth for disabled password
18 years ago