summaryrefslogtreecommitdiffstats
path: root/sesman
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* sesman: change from using PULSE_CONFIG to PULSE_SCRIPTJay Sorg2014-05-101-1/+1
|
* sesman: added SessionVariables to sesman.ini and some indent cleanupJay Sorg2014-05-098-24/+99
|
* Merge pull request #122 from speidy/develIdan Freiberg2014-04-283-2/+16
|\ | | | | Compilation fix for pulse source module + Merge some fixes from master branch
| * 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-222-1/+7
| |\
| | * Merge pull request #102 from bartw72/lock-on-addjsorg712014-04-171-0/+6
| | |\ | | | | | | | | Set lock when adding new displays to the chain
| | | * Set lock when adding new displays to the chainBart Warmerdam2013-12-161-0/+6
| | | |
| | * | 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
|/ / / | | | | | | avoid deadloop when chunk is sent and not acked back by the client.
* | | pulse: fix for build with pulseaudio 4.0+Jay Sorg2014-04-212-2/+19
| | |
* | | sesman: more options for session lookup from Fredy PaquetJay Sorg2014-04-206-23/+143
| | |
* | | chansrv: make fuse mount directory configurableJay Sorg2014-04-192-5/+46
| | | | | | | | | | | | | | | | | | Conflicts: sesman/sesman.ini
* | | sesman: indentation fixspeidy2014-03-221-2/+2
| | |
* | | sesman: do reconnect to an exisitng Xorg sessionspeidy2014-03-222-2/+5
| | |
* | | misc fixes for Xorg and compileJay Sorg2014-03-141-2/+2
| | |
* | | sesman: add -nolisten tcp to the ini file for XorgJay Sorg2014-03-121-4/+6
| | |
* | | xorg driver module: we now access xorg driver module from /usr/lib/xorgLaxmikant Rashinkar2014-03-091-11/+6
| | |
* | | fixed some connection issues when using xorg driver modeLaxmikant Rashinkar2014-03-092-3/+3
| | |
* | | added support for using Xorg driver modelLaxmikant Rashinkar2014-03-089-10/+142
|/ /
* | o default login limit is now 50 users (instead of 10)Laxmikant Rashinkar2014-02-281-1/+1
| | | | | | | | | | o we now wait for 30 seconds for session connection (instead of 1) o if AUTO_LOGON flag is set but username is null, we force login dialog to show up
* | clean up temp files in /tmp/.xrdpLaxmikant Rashinkar2014-02-241-0/+1
| |
* | 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 ↵Laxmikant Rashinkar2014-01-126-22/+187
| | | | | | | | mess around with configuring /etc/pulse/default.pa config file
* | 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 ↵Jay Sorg2013-12-215-317/+710
| | | | | | | | crashes, etc
* | 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 ↵Jay Sorg2013-12-111-10/+45
| | | | | | | | more logging
* | chansrv: work on smartcardJay Sorg2013-12-114-66/+79
| |
* | chansrv: added winscard.dll wrapperJay Sorg2013-12-095-0/+1038
| |
* | chansrv: handle smartcard session reconnect and some logging changesJay Sorg2013-12-074-18/+34
| |
* | chansrv: support drdynvc v3 along with v2Jay Sorg2013-12-071-3/+5
| |
* | chansrv: added some dumps for reference onlyJay Sorg2013-12-0511-0/+465
| |
* | chansrv: smartcard, more work on support for MSTSCJay Sorg2013-12-054-121/+175
| |
* | chansrv: smartcard, work on getting MSTSC workingJay Sorg2013-12-043-452/+524
| |