summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sound: g_bbuf_size should be determined after codec is determinedKoichiro IWAO2017-11-081-3/+3
* fix typo s/Roration/Rotation/Koichiro IWAO2017-11-061-1/+1
* Constify extended mouse eventsKoichiro IWAO2017-11-062-5/+10
* Constify mouse event flags, use the MS name for constantsKoichiro IWAO2017-11-062-18/+21
* xrdp_wm: handle horizontal mouse wheel eventsKoichiro IWAO2017-11-061-0/+19
* xrdp_wm: make mouse button 6 and 7 act like button 4 and 5Koichiro IWAO2017-11-061-12/+16
* libxrdp: advertise horizontal mouse wheel capabilityKoichiro IWAO2017-11-061-1/+5
* Add some more Input Capability Set constantsKoichiro IWAO2017-11-061-5/+10
* Add dvorak keyboard layoutSoedarsono2017-11-014-1/+1064
* xrdp-ssh-agent: Remove vim modelineBen Cohen2017-10-171-2/+0
* xrdp-ssh-agent.c: Fix braces for coding styleBen Cohen2017-10-171-4/+12
* Handle EINTR for send() in handle_connection()Ben Cohen2017-10-171-1/+2
* Forward ssh-agent data between ssh clients and RDPBen Cohen2017-10-171-0/+398
* log: add log level TRACEKoichiro IWAO2017-10-132-1/+11
* xrdp: corret the config file name in the commentFelix Zhang2017-10-091-1/+1
* common: prevent raw use of snprintfKoichiro IWAO2017-10-031-7/+7
* xrdp: get port from configfile in access_control()Oscar Salvador2017-10-031-1/+3
* xrdp: constify input event typeKoichiro IWAO2017-10-022-5/+6
* Update v0.9.4 release dateKoichiro IWAO2017-09-281-1/+1
* update NEWS, mention known issuesKoichiro IWAO2017-09-261-1/+5
* Prepare release v0.9.4Koichiro IWAO2017-09-264-3/+23
* update sumbodules to the latest releaseKoichiro IWAO2017-09-261-0/+0
* common: fix g_write_ip_address() didn't return correct IP addressKoichiro IWAO2017-09-261-14/+58
* Fixes #414cocoon2017-09-171-1/+1
* tcutils: fix WTSVirtualChannelWrite return codes check according to API changespeidy2017-09-131-2/+2
* xrdpvr: adjust xrdpvr_write_to_client to xrdpapi API changespeidy2017-09-131-1/+1
* xrdpapi: change WTSVirtualChannelWrite return values to be consistent with WT...speidy2017-09-131-8/+12
* sesman: delete socket files when session exitsKoichiro IWAO2017-09-132-0/+70
* travis: Unbreak travis buildKoichiro IWAO2017-09-071-0/+1
* xrdp: accept full path for ls_background_imageKoichiro IWAO2017-09-051-1/+9
* add Belgian keyboardKoichiro IWAO2017-09-011-0/+3
* Release v0.9.3.1Koichiro IWAO2017-08-163-2/+11
* instfiles: don't include generated *.services files in distributionKoichiro IWAO2017-08-161-1/+1
* chansrv: sound, fdk-aac, avoid 1 item array itemsJay Sorg2017-08-041-29/+34
* use pkg-config to configure with fdk-aacJay Sorg2017-08-042-3/+3
* chansrv: sound, remove a do not know and a commentJay Sorg2017-08-042-2/+1
* chansrv: sound, use WAVE_FORMAT_AAC not WAVE_FORMAT_AAC_MSJay Sorg2017-08-042-3/+3
* chansrv: sound, add aacJay Sorg2017-08-044-2/+258
* chansrv: sound, handle skips in audio acksJay Sorg2017-08-041-5/+30
* xfuse_create_share() called before xfuse_init()matt3356722017-08-031-0/+12
* fix indent, no logic changeKoichiro IWAO2017-08-011-1/+1
* don't use hard coded constant valuesKoichiro IWAO2017-08-011-8/+13
* use g_free()Koichiro IWAO2017-08-011-2/+2
* move base64 functions to base64.cKoichiro IWAO2017-08-016-59/+114
* docs: document base64 prefill credentialsKoichiro IWAO2017-08-011-6/+20
* decode base64 login window parameterKoichiro IWAO2017-08-011-2/+26
* pass through except for the first '='Koichiro IWAO2017-08-011-1/+1
* add base64_decode functionKoichiro IWAO2017-08-012-0/+58
* sesman: search pam files also in ${sysconfdir}/pam.dKoichiro IWAO2017-07-262-1/+3
* chansrv: remove trailing spaceKoichiro IWAO2017-07-251-2/+2