summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | add xrdp_keyboard.ini to Makefile.amJay Sorg2014-07-312-13/+29
| * | header fixJay Sorg2014-07-311-1/+1
| * | common: fix some warning for TLSJay Sorg2014-07-312-113/+125
| * | load the rdp to X11 keybaord mappings from fileJay Sorg2014-07-313-43/+228
| * | xrdp: added xrdp_keyboard.iniJay Sorg2014-07-311-0/+105
| * | added keyboard info to xrdp_client_info.hJay Sorg2014-07-311-0/+5
* | | coverity: fixed miscellaneous issuesLaxmikant Rashinkar2014-08-021-0/+1
|/ /
* | coverity: fixed unsigned compare against 0Laxmikant Rashinkar2014-07-281-5/+0
* | coverity: uninitialized scalar variableLaxmikant Rashinkar2014-07-281-0/+3
* | coverity: fixed missing break in switchLaxmikant Rashinkar2014-07-282-1/+4
* | xrdp: if PACKAGE_VERSION not defined, define as ???Jay Sorg2014-07-281-0/+4
* | common: fix for list16_insert_itemJay Sorg2014-07-281-1/+1
* | xrdp: don't include config.h unless HAVE_CONFIG_H is definedJay Sorg2014-07-271-0/+2
* | coverity: Resource leak (2nd round)Laxmikant Rashinkar2014-07-276-4/+12
* | coverity: read from pointer after freeLaxmikant Rashinkar2014-07-272-2/+3
* | coverity: explicit null dereferencedLaxmikant Rashinkar2014-07-271-2/+1
* | coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-273-2/+7
* | coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-263-7/+7
* | buffer not null terminatedLaxmikant Rashinkar2014-07-261-1/+1
* | coverity: array compared against 0Laxmikant Rashinkar2014-07-262-3/+2
* | coverity: dead codeLaxmikant Rashinkar2014-07-265-17/+13
* | Merge branch 'devel' of github.com:NeutrinoLabs/xrdp into develLaxmikant Rashinkar2014-07-2623-620/+1281
|\ \
| * | common: indent fixspeidy2014-07-262-9/+9
| * | common: log, g_ prefix for globalJay Sorg2014-07-251-38/+38
| * | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into develspeidy2014-07-261-50/+50
| |\ \
| | * | common: indent, not logic changeJay Sorg2014-07-251-50/+50
| * | | common: xrdp_tls, indentation fixspeidy2014-07-261-174/+187
| |/ /
| * | common: trans indentation fixspeidy2014-07-261-55/+60
| * | common: indent, not logic changeJay Sorg2014-07-251-30/+30
| * | common: indent, not logic changeJay Sorg2014-07-252-10/+17
| * | common: indent, not logic changeJay Sorg2014-07-251-9/+9
| * | common: indent, not logic changeJay Sorg2014-07-251-6/+7
| * | common: indent, not logic changeJay Sorg2014-07-251-146/+146
| * | common: fifo.c, os_call.h, don't need prefix dirJay Sorg2014-07-241-1/+1
| * | common: add default for XRDP_LOG_PATHJay Sorg2014-07-241-0/+4
| * | update submoduleJay Sorg2014-07-241-0/+0
| * | add submodule backJay Sorg2014-07-242-1/+1
| * | Merge pull request #156 from speidy/develjsorg712014-07-2315-318/+949
| |\ \
| | * \ Merge branch 'devel' of https://github.com/neutrinolabs/xrdp intoIdan Freiberg2014-07-2346-273/+892
| | |\ \
| | * | | libxrdp: mcs, delete temp hexdump Idan Freiberg2014-07-231-1/+0
| | * | | libxrdp: work on TLS modeIdan Freiberg2014-07-231-3/+3
| | * | | trans: work on TLSIdan Freiberg2014-07-231-5/+1
| | * | | libxrdp, common: work on TLS modeIdan Freiberg2014-07-2315-432/+544
| | * | | 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-158-4/+302
| | * | | libxrdp: enforce server security layer when rdpNegData is not existsIdan Freiberg2014-07-141-3/+6
* | | | | coverity: improper use of negative valueLaxmikant Rashinkar2014-07-2613-17/+82
|/ / / /
* | | | coverity: fixed issue argument cannot be negativeLaxmikant Rashinkar2014-07-233-3/+12
| |/ / |/| |
* | | coverity: Dereference after null checkLaxmikant Rashinkar2014-07-208-62/+73