Commit Graph

75 Commits (92a6833e9b808301bb3435bc1290f4b8d6242be5)

Author SHA1 Message Date
Pavel Roskin dcab7552db Stop redefining libdir, use moduledir for ${libdir}/xrdp
libdir is for shared and static libraries. Some xrdp libraries are loaded
dynamically from a non-standard directory, so they are used like modules.

Having separate libdir and moduledir would eventually allow to separate
dynamically loaded modules from shared libraries.
9 years ago
Pavel Roskin f8cb1588ef Replace "charactor" with "character" everywhere 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 964e860072 Run through codespell 9 years ago
Pavel Roskin 380c0cd2e7 Fix building outside the source tree
$(top_srcdir)/common is in INCLUDES, but $(top_srcdir) is not.
9 years ago
Jay Sorg fd793bd213 rename g_tcp_can_recv to g_sck_can_recv 9 years ago
Laxmikant Rashinkar ad4bea9a6e coverity: fixed missing break in switch 11 years ago
Laxmikant Rashinkar 0915d33d70 coverity: dead code 11 years ago
Laxmikant Rashinkar 27055d5762 coverity: improper use of negative value 11 years ago
Laxmikant Rashinkar 023c0b5bc1 coverity: fixed out of bounds read-write 11 years ago
Laxmikant Rashinkar 73578bc612 coverity: fixed unchecked return value 11 years ago
Jay Sorg c6fa03102f copyright year update 12 years ago
LawrenceK 4c189ec3b4 update/fix some debug log calls and add the test of XRDP_DEBUG to make files so controlled by the autoconf option --enable-xrdpdebug 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
13 years ago
Jay Sorg 58f5dcc030 autotools: change top_srcdir to top_builddir for LIBADD 13 years ago
norrarvid 42bda50fe0 Deadlock situation bug fix and improved debug information 13 years ago
Itamar Reis Peixoto 6b08b8b71e include missing files in make dist 14 years ago
Nicola Ruggero ef92e83392 Fixed warning about wrong vnc* truct 14 years ago
Jay Sorg 4f88bf83c1 fixes for bell function 14 years ago
Nicola Ruggero 4cf06dbbcb Major code cleanup:
- Initialized and zeroed out local variables
- Check for some null pointers
- Fixed some typos
- Other minor changes (beautify, etc.)
14 years ago
Nicola Ruggero 104f762e5d Added bell (pcspeaker) support 15 years ago
jsorg71 ef9fd02c43 update copyright year 15 years ago
jsorg71 35113b8f2a remove some dead code 15 years ago
jsorg71 e825783adf remove some dead code 15 years ago
jsorg71 33b4e7f417 channel fixes 16 years ago
jsorg71 47f6623d8e change the order of params for keydown/up to be more backward compatible 16 years ago
jsorg71 4369219ae3 keymap changes 16 years ago
jsorg71 23ffdb0c5f autotools fix and file_loc.h simplified 16 years ago
jsorg71 859dc139f0 update copyright year 16 years ago
jsorg71 f4f98373b9 fix some buffer overruns 16 years ago
jsorg71 af83cb7cae remove old makefiles 16 years ago
jsorg71 f77934a58e remove lib version 17 years ago
jsorg71 566aaf6d04 version and common change 17 years ago
jsorg71 59a2d1dea6 build common as a library 17 years ago
jsorg71 c5fceb31ec autotools 17 years ago
jsorg71 513a72e4d5 added more color conversion 17 years ago
jsorg71 31f19e5cd1 added 24 bpp color support 17 years ago
jsorg71 28d25ba682 fix mono cursor issue with librdp 17 years ago
jsorg71 d9123b847a change xrdp file install locations 17 years ago
jsorg71 230bead747 set socket options 17 years ago
jsorg71 d061537be9 added new wait_obj functions 17 years ago
jsorg71 604a743d7d target fix 17 years ago
jsorg71 46058706f7 need tabs 17 years ago
jsorg71 38b789e81f update copyright year 17 years ago
jsorg71 5bec95f123 added mac makefiles 18 years ago
jsorg71 591a63b0b2 version missing from struct 18 years ago
jsorg71 d2802912f6 copyright year update 18 years ago
jsorg71 4b3b83044a more work on channel support 18 years ago
jsorg71 345f21c86d remove sleep 18 years ago
jsorg71 b681420acc use in_sint8 macro 19 years ago