summaryrefslogtreecommitdiffstats
path: root/libxrdp
Commit message (Collapse)AuthorAgeFilesLines
* libxrdp: oops, fix virtual desktop size checkspeidy2016-05-181-2/+2
|
* libxrdp: in CS_MONITOR, validate virtual desktop size we got from clientspeidy2016-05-181-0/+7
|
* xrdp_wm: fix for multimon, draw login window and log window on primaryspeidy2016-05-171-7/+44
| | | monitor
* Typo fixesPavel Roskin2016-05-047-20/+20
|
* Fix warnings for unused variables read from byte streamsPavel Roskin2016-04-232-10/+5
|
* Fix warnings about unused variables and functionsPavel Roskin2016-04-211-1/+0
|
* fix warningsJay Sorg2016-04-093-3/+23
|
* Fix all format warnings and some unused variable warningsJay Sorg2016-03-143-5/+5
|
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-10/+11
| | | | There should be no functional difference.
* Fix typosPavel Roskin2016-02-135-6/+6
|
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-121-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.
* Add missing spaces in the strings that are split for line wrappingPavel Roskin2016-02-121-2/+2
|
* 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.
* Remove GOT_PREFIX, it's a broken hack of limited utilityPavel Roskin2016-01-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | To add flags to the compiler, CFLAGS, CPPFLAGS or LDFLAGS can be used on the configure command line. The need to add flags depends on the location of the headers and libraries of the dependencies, which is orthogonal to the directory where xrdp will be installed. The implementation in configure.ac has a stray closing bracket, making GOT_PREFIX true even if --prefix is not passed. The implementation is inconsistent - the only affected makefiles are for xrdp and libxrdp. Changing rpath manually is wrong in most cases. Libtool should be able to set rpath correctly on its own. Using $(prefix)/lib ignores the libdir setting. For many 64-bit systems, /usr/lib is used for 32-bit libraries. Adding 32-bit libraries to the rpath slows down 64-bit executables, as the dynamic loader searches for libraries in a wrong directory. There is no way to disable GOT_PREFIX if --prefix has to be passed. Fedora RPM patches configure.ac and needs to rerun autoconf and automake after that.
* Run through codespellPavel Roskin2016-01-146-8/+8
|
* libxrdp: rail fix for when no flags are setJay Sorg2015-12-111-0/+6
|
* remove trailing white spaceJay Sorg2015-08-031-2/+2
|
* multimon fix, mstsc reports desktop width and height of primary onlyJay Sorg2015-08-031-0/+29
|
* add missing files into extra_dist,itamarjp2015-07-141-1/+1
| | | | this is required when using make dist to generate a tarball
* fix for libxrdp_resetJay Sorg2015-07-111-8/+0
|
* work on main loop changesJay Sorg2015-07-053-3/+5
|
* libxrdp: xrdp_iso: changed logs, some fixes in security layerspeidy2015-06-042-28/+48
| | | negotiation.
* add frame acks and h264 codec mode basicsJay Sorg2015-03-285-13/+104
|
* libxrdp: opps, fix typeoJay Sorg2014-12-231-1/+1
|
* libxrdp: no logic change, tabs to spacesJay Sorg2014-12-232-8/+8
|
* libxrdp: no logic change, statis functions, indentJay Sorg2014-12-181-58/+47
|
* libxrdp: fastpath RDP_INPUT_SYNCHRONIZE fixJay Sorg2014-12-161-1/+1
|
* libxrdp: indent, no logic changeJay Sorg2014-12-161-33/+41
|
* libxrdp: no logic change, tabs to spacesJay Sorg2014-12-151-41/+41
|
* libxrdp: fix for 'low' RDP security level (issue #202)speidy2014-12-151-35/+42
|
* libxrdp: security layer, error handlingspeidy2014-12-131-3/+7
|
* libxrdp: changes for security layer negotiation,speidy2014-12-132-80/+44
| | | security_layer=negotiate is working now
* libxrdp: delete NLA header detection for now, TLS is working now withspeidy2014-11-212-30/+3
| | | mstsc
* libxrdp: remove a global, remove some tabsJay Sorg2014-11-063-40/+42
|
* work on tls modespeidy2014-08-222-23/+14
|
* security change for noneJay Sorg2014-08-052-48/+49
|
* added option to set rdp crypto level to noneJay Sorg2014-08-052-2/+23
|
* no logic change, convert tabs to spacesJay Sorg2014-08-052-20/+21
|
* add xrdp_keyboard.ini to Makefile.amJay Sorg2014-07-311-12/+27
|
* load the rdp to X11 keybaord mappings from fileJay Sorg2014-07-311-0/+190
|
* coverity: dead codeLaxmikant Rashinkar2014-07-261-7/+7
|
* Merge branch 'devel' of https://github.com/neutrinolabs/xrdp intoIdan Freiberg2014-07-234-15/+28
|\ | | | | | | | | | | | | devel Conflicts: libxrdp/xrdp_sec.c
| * work on codec modeJay Sorg2014-07-191-3/+3
| |
| * coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-194-7/+18
| |
* | libxrdp: mcs, delete temp hexdump Idan Freiberg2014-07-231-1/+0
| |
* | libxrdp: work on TLS modeIdan Freiberg2014-07-231-3/+3
| |
* | libxrdp, common: work on TLS modeIdan Freiberg2014-07-239-822/+406
| |
* | libxrdp: work on TLS mode, temporary changesspeidy2014-07-212-15/+16
| |
* | libxrdp: work on TLS supportIdan Freiberg2014-07-176-10/+230
| |
* | libxrdp: started adding TLS supportIdan Freiberg2014-07-156-2/+294
| |