Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 1 | -1/+1 |
| | | | | Include xrdp_sockets.h directly, not through headers. | ||||
* | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 2 | -1/+6 |
| | | | | | | | | | | 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. | ||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 3 | -0/+12 |
| | |||||
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -4/+4 |
| | | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments". | ||||
* | Distribute all files except git and github specific data | Pavel Roskin | 2016-12-18 | 1 | -0/+5 |
| | | | | | It is better to distribute a few useless file than not to distribute needed files. | ||||
* | Get rid of EXTRA_LIBS, use variables with more specific names | Pavel Roskin | 2016-10-20 | 1 | -5/+0 |
| | |||||
* | Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS | Pavel Roskin | 2016-10-20 | 1 | -4/+0 |
| | |||||
* | Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS | Pavel Roskin | 2016-10-20 | 1 | -6/+0 |
| | | | | | | | | | | AM_CPPFLAGS is a documented Automake variable for C preprocessor flags that should not be overridden when compiling the package. There is no need to have two additional variables that are ultimately merged into AM_CPPFLAGS. Their names are also confusing. EXTDA_DIST is a documented Automake variable. Everything else that starts with "EXTRA" is not. | ||||
* | Use const unsigned for hex arrays | Pavel Roskin | 2016-07-08 | 1 | -2/+4 |
| | | | Some constants are too big for the signed type. | ||||
* | Remove unused variables in get_display_num_from_display() | Pavel Roskin | 2016-05-06 | 1 | -18/+0 |
| | |||||
* | Typo fixes | Pavel Roskin | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -3/+2 |
| | | | | There should be no functional difference. | ||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | xrdpapi: fix MacOS compilation - use SO_NOSIGPIPE instead of MSG_NOSIGNAL | Pavel Roskin | 2016-01-30 | 1 | -0/+13 |
| | |||||
* | 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 g_free in xrdpapi | Jay Sorg | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | buffer not null terminated | Laxmikant Rashinkar | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | coverity: dead code | Laxmikant Rashinkar | 2014-07-26 | 1 | -0/+2 |
| | |||||
* | coverity: fixed issue argument cannot be negative | Laxmikant Rashinkar | 2014-07-23 | 1 | -1/+5 |
| | |||||
* | coverity: fixed unchecked return value from library | Laxmikant Rashinkar | 2014-07-20 | 1 | -1/+4 |
| | |||||
* | xrdpapi: Fix comment, no logic change | Koichiro IWAO | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 4 | -8/+8 |
| | |||||
* | xrdpapi: cast fix | Jay Sorg | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | xrdpapi: send for all bytes | Jay Sorg | 2012-12-17 | 1 | -3/+29 |
| | |||||
* | xrdpapi: use header for server to client writes | Jay Sorg | 2012-12-17 | 1 | -1/+16 |
| | |||||
* | o in login dialog set sesman-X11rdp as the default module | Laxmikant Rashinkar | 2012-11-09 | 5 | -48/+155 |
| | | | | o added support for video redirection without using TSMF | ||||
* | o added support for dynamic virtual channels | Laxmikant Rashinkar | 2012-09-27 | 3 | -281/+386 |
| | | | | o added echo test routine in simple.c for testing DVC using Microsoft's ECHO protocol | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 3 | -346/+410 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | chansrv: work on dynamic channels | Jay Sorg | 2012-08-08 | 3 | -4/+21 |
| | |||||
* | xrdpapi: got simple test working | Jay Sorg | 2012-08-02 | 2 | -0/+103 |
| | |||||
* | xrdpapi: add cplusplus for header | Jay Sorg | 2012-08-02 | 2 | -0/+9 |
| | |||||
* | xrdpapi: complete basic WTSVirtual* functions | Jay Sorg | 2012-08-02 | 2 | -8/+318 |
| | |||||
* | xrdpapi: added library skel | Jay Sorg | 2012-08-02 | 2 | -0/+88 |
| | |||||
* | added xrdpapi | Jay Sorg | 2012-07-28 | 1 | -0/+50 |