summaryrefslogtreecommitdiffstats
path: root/xrdp
Commit message (Expand)AuthorAgeFilesLines
* Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-4/+2
* Remove GOT_PREFIX, it's a broken hack of limited utilityPavel Roskin2016-01-261-5/+0
* Merge pull request #304 from proski/develjsorg712016-01-246-10/+10
|\
| * Run through codespellPavel Roskin2016-01-146-10/+10
* | Drop exec permission of non executable filesKoichiro IWAO2016-01-223-0/+0
|/
* xrdp: change when using xrdp.ini hidelogwindowJay Sorg2015-12-012-2/+16
* xrdp: fix --killJay Sorg2015-10-101-33/+33
* rename g_tcp_can_recv to g_sck_can_recvJay Sorg2015-10-071-1/+1
* remove some more generated filesJay Sorg2015-08-171-5/+0
* add missing files into extra_dist,itamarjp2015-07-141-1/+2
* add timeout to trans_get_wait_objs_rwJay Sorg2015-07-131-1/+1
* set the source for chansrvJay Sorg2015-07-111-2/+4
* update the module APIJay Sorg2015-07-101-8/+8
* work on main loop changesJay Sorg2015-07-051-2/+4
* finish for supporting swiss german keyboardThomas Spalinger2015-04-191-0/+3
* Merge pull request #226 from metalefty/freebsd/openpamjsorg712015-04-011-1/+118
|\
| * xrdp: xrdp_mm.c detect and use OpenPAMKoichiro IWAO2015-03-161-1/+118
* | add frame acks and h264 codec mode basicsJay Sorg2015-03-286-198/+284
|/
* xrdp: fix -h -v option if xrdp.ini is invalidKoichiro IWAO2015-03-101-47/+49
* xrdp_keyboard.ini: Fix jp keyboard modelAkira Taniguchi2014-12-291-0/+1
* Add Japanese keymap codes in xrdp_keyboard.iniKoichiro IWAO2014-12-111-0/+9
* Fix spelling error and typoMike Rostermund2014-11-201-1/+1
* Merge pull request #178 from mgorny/altgr-keymapjsorg712014-11-083-1/+22
|\
| * Install and enable 0415/pl keymapMichał Górny2014-10-271-0/+3
| * keymap: support combining shift & capslock with altgrMichał Górny2014-10-242-1/+19
* | vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182Anthony Agresta2014-11-071-0/+4
* | Merge pull request #173 from moobyfr/default-autorun-inijsorg712014-11-011-0/+3
|\ \ | |/ |/|
| * Set a value for the default autorun sessionBLINDAUER Emmanuel2014-09-211-0/+3
* | big endian fixJay Sorg2014-09-201-2/+31
|/
* no logic change, indentJay Sorg2014-09-041-62/+83
* Merge pull request #137 from ArvidNorr/choose_shortcutdevjsorg712014-09-041-3/+78
|\
| * support for preferred combo box choice addedArvidNorr2014-05-231-3/+78
* | xrdp: encoder shutdown fixJay Sorg2014-08-191-3/+4
* | xrdp: add tcutils to xrdp.iniJay Sorg2014-08-121-0/+1
* | move some hard code paths to defines in headerJay Sorg2014-08-061-2/+2
* | added option to set rdp crypto level to noneJay Sorg2014-08-051-0/+2
* | add xrdp_keyboard.ini to Makefile.amJay Sorg2014-07-311-1/+2
* | xrdp: added xrdp_keyboard.iniJay Sorg2014-07-311-0/+105
* | xrdp: if PACKAGE_VERSION not defined, define as ???Jay Sorg2014-07-281-0/+4
* | 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-272-1/+4
* | coverity: read from pointer after freeLaxmikant Rashinkar2014-07-271-1/+1
* | coverity: array compared against 0Laxmikant Rashinkar2014-07-262-3/+2
* | Merge branch 'devel' of github.com:NeutrinoLabs/xrdp into develLaxmikant Rashinkar2014-07-262-3/+8
|\ \
| * \ Merge branch 'devel' of https://github.com/neutrinolabs/xrdp intoIdan Freiberg2014-07-2310-91/+318
| |\ \
| * | | libxrdp, common: work on TLS modeIdan Freiberg2014-07-232-3/+8
* | | | coverity: improper use of negative valueLaxmikant Rashinkar2014-07-263-4/+8
| |/ / |/| |
* | | coverity: Dereference after null checkLaxmikant Rashinkar2014-07-205-50/+50
* | | coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-202-7/+35
* | | work on codec modeJay Sorg2014-07-193-26/+218