| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings for unused variables read from byte streams | Pavel Roskin | 2016-04-23 | 2 | -10/+5 |
* | Fix warnings about unused variables and functions | Pavel Roskin | 2016-04-21 | 1 | -1/+0 |
* | fix warnings | Jay Sorg | 2016-04-09 | 3 | -3/+23 |
* | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 3 | -5/+5 |
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -10/+11 |
* | Fix typos | Pavel Roskin | 2016-02-13 | 5 | -6/+6 |
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
* | Add missing spaces in the strings that are split for line wrapping | Pavel Roskin | 2016-02-12 | 1 | -2/+2 |
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
* | Remove GOT_PREFIX, it's a broken hack of limited utility | Pavel Roskin | 2016-01-26 | 1 | -5/+0 |
* | Run through codespell | Pavel Roskin | 2016-01-14 | 6 | -8/+8 |
* | libxrdp: rail fix for when no flags are set | Jay Sorg | 2015-12-11 | 1 | -0/+6 |
* | remove trailing white space | Jay Sorg | 2015-08-03 | 1 | -2/+2 |
* | multimon fix, mstsc reports desktop width and height of primary only | Jay Sorg | 2015-08-03 | 1 | -0/+29 |
* | add missing files into extra_dist, | itamarjp | 2015-07-14 | 1 | -1/+1 |
* | fix for libxrdp_reset | Jay Sorg | 2015-07-11 | 1 | -8/+0 |
* | work on main loop changes | Jay Sorg | 2015-07-05 | 3 | -3/+5 |
* | libxrdp: xrdp_iso: changed logs, some fixes in security layer | speidy | 2015-06-04 | 2 | -28/+48 |
* | add frame acks and h264 codec mode basics | Jay Sorg | 2015-03-28 | 5 | -13/+104 |
* | libxrdp: opps, fix typeo | Jay Sorg | 2014-12-23 | 1 | -1/+1 |
* | libxrdp: no logic change, tabs to spaces | Jay Sorg | 2014-12-23 | 2 | -8/+8 |
* | libxrdp: no logic change, statis functions, indent | Jay Sorg | 2014-12-18 | 1 | -58/+47 |
* | libxrdp: fastpath RDP_INPUT_SYNCHRONIZE fix | Jay Sorg | 2014-12-16 | 1 | -1/+1 |
* | libxrdp: indent, no logic change | Jay Sorg | 2014-12-16 | 1 | -33/+41 |
* | libxrdp: no logic change, tabs to spaces | Jay Sorg | 2014-12-15 | 1 | -41/+41 |
* | libxrdp: fix for 'low' RDP security level (issue #202) | speidy | 2014-12-15 | 1 | -35/+42 |
* | libxrdp: security layer, error handling | speidy | 2014-12-13 | 1 | -3/+7 |
* | libxrdp: changes for security layer negotiation, | speidy | 2014-12-13 | 2 | -80/+44 |
* | libxrdp: delete NLA header detection for now, TLS is working now with | speidy | 2014-11-21 | 2 | -30/+3 |
* | libxrdp: remove a global, remove some tabs | Jay Sorg | 2014-11-06 | 3 | -40/+42 |
* | work on tls mode | speidy | 2014-08-22 | 2 | -23/+14 |
* | security change for none | Jay Sorg | 2014-08-05 | 2 | -48/+49 |
* | added option to set rdp crypto level to none | Jay Sorg | 2014-08-05 | 2 | -2/+23 |
* | no logic change, convert tabs to spaces | Jay Sorg | 2014-08-05 | 2 | -20/+21 |
* | add xrdp_keyboard.ini to Makefile.am | Jay Sorg | 2014-07-31 | 1 | -12/+27 |
* | load the rdp to X11 keybaord mappings from file | Jay Sorg | 2014-07-31 | 1 | -0/+190 |
* | coverity: dead code | Laxmikant Rashinkar | 2014-07-26 | 1 | -7/+7 |
* | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into | Idan Freiberg | 2014-07-23 | 4 | -15/+28 |
|\ |
|
| * | work on codec mode | Jay Sorg | 2014-07-19 | 1 | -3/+3 |
| * | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 4 | -7/+18 |
* | | libxrdp: mcs, delete temp hexdump | Idan Freiberg | 2014-07-23 | 1 | -1/+0 |
* | | libxrdp: work on TLS mode | Idan Freiberg | 2014-07-23 | 1 | -3/+3 |
* | | libxrdp, common: work on TLS mode | Idan Freiberg | 2014-07-23 | 9 | -822/+406 |
* | | libxrdp: work on TLS mode, temporary changes | speidy | 2014-07-21 | 2 | -15/+16 |
* | | libxrdp: work on TLS support | Idan Freiberg | 2014-07-17 | 6 | -10/+230 |
* | | libxrdp: started adding TLS support | Idan Freiberg | 2014-07-15 | 6 | -2/+294 |
* | | libxrdp: enforce server security layer when rdpNegData is not exists | Idan Freiberg | 2014-07-14 | 1 | -3/+6 |
|/ |
|
* | libxrdp: another len fix | speidy | 2014-07-12 | 1 | -1/+4 |
* | libxrdp: fix off by one length indicator issue | speidy | 2014-07-12 | 1 | -1/+1 |
* | libxrdp: changes in rdp security layer negotiation | Idan Freiberg | 2014-07-10 | 3 | -125/+146 |