summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_sec.c
Commit message (Expand)AuthorAgeFilesLines
* libxrdp: use log_messagespeidy2017-01-151-1/+1
* libxrdp: ignore incoming channels with empty namesspeidy2017-01-061-0/+6
* libxrdp: change channel_code into a meaningful namespeidy2017-01-061-3/+3
* libxrdp: warn when using 512 bit keyJay Sorg2016-11-111-0/+9
* libxrdp: cleanup log log in xrdp_load_keyboard_layoutKoichiro IWAO2016-09-061-1/+0
* libxrdp: log keyboard type/subtypeKoichiro IWAO2016-09-021-0/+3
* libxrdp: log keyboard optionsKoichiro IWAO2016-09-021-2/+2
* Merge pull request #364 from laigor/develmetalefty2016-08-301-0/+9
|\
| * Allows use the xkb options that for example allows you to specify a key combi...laigor2016-04-141-0/+9
* | new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im...Alex Illsley2016-08-251-1/+3
* | Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-1/+1
* | libxrdp: oops, fix virtual desktop size checkspeidy2016-05-181-2/+2
* | 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
* | Fix warnings for unused variables read from byte streamsPavel Roskin2016-04-231-2/+1
* | Fix warnings about unused variables and functionsPavel Roskin2016-04-211-1/+0
|/
* Fix all format warnings and some unused variable warningsJay Sorg2016-03-141-1/+1
* 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
* 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: changes for security layer negotiation,speidy2014-12-131-1/+1
* libxrdp: remove a global, remove some tabsJay Sorg2014-11-061-37/+37
* work on tls modespeidy2014-08-221-14/+14
* security change for noneJay Sorg2014-08-051-43/+44
* added option to set rdp crypto level to noneJay Sorg2014-08-051-1/+18
* no logic change, convert tabs to spacesJay Sorg2014-08-051-8/+9
* 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
* Merge branch 'devel' of https://github.com/neutrinolabs/xrdp intoIdan Freiberg2014-07-231-14/+18
|\
| * coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-6/+8
* | libxrdp: work on TLS modeIdan Freiberg2014-07-231-3/+3
* | libxrdp, common: work on TLS modeIdan Freiberg2014-07-231-278/+181
* | libxrdp: work on TLS mode, temporary changesspeidy2014-07-211-13/+14
* | libxrdp: work on TLS supportIdan Freiberg2014-07-171-3/+12
* | libxrdp: started adding TLS supportIdan Freiberg2014-07-151-0/+4
|/
* libxrdp: changed the way we calculate gcc-response length, RSA 2048 working n...Idan Freiberg2014-06-191-12/+17
* support 2048 bit RSA keysJay Sorg2014-06-181-40/+99
* libxrdp: fix for fips and fragmented fastpathJay Sorg2014-03-221-1/+10
* libxrdp: keep rdp packets < 16KJay Sorg2014-03-091-0/+1
* libxrdp: work on fastpath fragmentsJay Sorg2014-03-091-1/+18
* libxrdp: fix for fastpath output and fipsJay Sorg2014-03-071-1/+2
* libxrdp: fastpath output, orders workingJay Sorg2014-03-071-0/+88
* libxrdp: minor fastpath logic change and indent changesJay Sorg2014-03-061-52/+56
* libxrdp: add fips support in xrdp_sec_recv_fastpathspeidy2014-03-051-11/+26
* libxrdp: fastpath, add stream check (all stack)speidy2014-03-051-0/+12
* fast path changes, iso never reads nowJay Sorg2014-03-041-0/+1
* Merge pull request #111 from speidy/fastpathjsorg712014-03-041-3/+34
|\
| * libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpathspeidy2014-03-041-3/+9