summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
Commit message (Expand)AuthorAgeFilesLines
* when closing audio source, don't flush audio data if audio buffer is emptyLaxmikant Rashinkar2014-10-061-3/+6
* chansrv: check for nilJay Sorg2014-08-131-8/+13
* chansrv: allow multiple xrdpapi connectionsJay Sorg2014-08-121-38/+76
* move some hard code paths to defines in headerJay Sorg2014-08-062-6/+3
* pulse sink: check for partial sendsJay Sorg2014-08-061-3/+16
* chansrv: sound_send_wave_data changesJay Sorg2014-08-061-3/+11
* coverity: fixed miscellaneous issuesLaxmikant Rashinkar2014-08-021-0/+1
* coverity: fixed unsigned compare against 0Laxmikant Rashinkar2014-07-281-5/+0
* coverity: read from pointer after freeLaxmikant Rashinkar2014-07-271-1/+2
* coverity: explicit null dereferencedLaxmikant Rashinkar2014-07-271-2/+1
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-272-2/+3
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-262-5/+5
* coverity: fixed issue argument cannot be negativeLaxmikant Rashinkar2014-07-231-1/+1
* coverity: Dereference after null checkLaxmikant Rashinkar2014-07-203-12/+23
* coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-201-1/+7
* coverity: fixed out of bounds read-writeLaxmikant Rashinkar2014-07-201-2/+5
* coverity: fixed unchecked return valueLaxmikant Rashinkar2014-07-192-2/+4
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-197-16/+24
* sesman: sound.c: no logic change, remove tabs and warningJay Sorg2014-06-282-45/+49
* chansrv: sound: prevent an infinite loop when the connection with pulse audio...speidy2014-06-261-14/+50
* chansrv: more remove simple soundJay Sorg2014-06-071-140/+0
* chansrv: remove simple sound and load pulse modulesJay Sorg2014-06-073-183/+3
* chansrv: some rail fixes from A8Jay Sorg2014-06-031-28/+62
* pcsc, add hexdump for debuggingJay Sorg2014-05-291-0/+49
* pcsc smartcard fixes form 64 bit from KenJay Sorg2014-05-291-32/+48
* Merge pull request #122 from speidy/develIdan Freiberg2014-04-282-2/+10
|\
| * pulseaudio: let module-xrdp-source compile on CentOS6 (PA 0.9.21)speidy2014-04-221-1/+9
| * Merge branch 'master' of https://github.com/neutrinolabs/xrdp into develspeidy2014-04-221-1/+1
| |\
| | * simplesound: fixed CHANSRV_PORT_STR undefined errorLaxmikant Rashinkar2014-03-011-1/+1
* | | chansrv: sound: zero out ack flags when sound_send_close called, tospeidy2014-04-281-0/+4
|/ /
* | pulse: fix for build with pulseaudio 4.0+Jay Sorg2014-04-212-2/+19
* | chansrv: make fuse mount directory configurableJay Sorg2014-04-191-5/+42
|/
* Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-01-311-1/+15
|\
| * chansrv: fix for audio falling behind and growing memoryJay Sorg2014-01-291-1/+15
* | bringup RAIL only when we receive a RAIL commandLaxmikant Rashinkar2014-01-312-74/+84
|/
* pulseaudio: fixed some build issuesLaxmikant Rashinkar2014-01-172-4/+15
* we now load module-xrdp-sink/source automatically so user's dont have to mess...Laxmikant Rashinkar2014-01-126-22/+187
* missed some files for microphone redirection using rdesktopLaxmikant Rashinkar2014-01-075-164/+698
* added support for microphone redirection using rdesktopLaxmikant Rashinkar2014-01-072-0/+489
* chansrv: smartcard, fix for SCardControl, SCardTransmitJay Sorg2013-12-304-50/+75
* chansrv: minor change in child_signal_handlerJay Sorg2013-12-301-9/+7
* chansrv: pcsc, fix for g_rgSCard* structs and added some debug loggingJay Sorg2013-12-281-4/+26
* chansrv: mstsc SCardConnect fixesJay Sorg2013-12-242-259/+99
* chansrv: work on smartcard, mstsc and 64 bit clientJay Sorg2013-12-234-244/+690
* chansrv: work on smartcard stability, handle multi threaded calls, app crashe...Jay Sorg2013-12-215-317/+710
* chansrv: got \?PnP?\Notification working, handle pcsc exit without cleanupJay Sorg2013-12-192-5/+22
* chansrv: disable rail for nowJay Sorg2013-12-161-1/+2
* chansrv: some minor smartcard changesJay Sorg2013-12-112-4/+9
* chansrv: winscard.dll wrapper, fix missing GetProcAddress and added some more...Jay Sorg2013-12-111-10/+45
* chansrv: work on smartcardJay Sorg2013-12-114-66/+79