Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coverity: fixed miscellaneous issues | Laxmikant Rashinkar | 2014-08-02 | 1 | -0/+1 |
| | |||||
* | coverity: fixed unsigned compare against 0 | Laxmikant Rashinkar | 2014-07-28 | 1 | -5/+0 |
| | |||||
* | coverity: Resource leak (2nd round) | Laxmikant Rashinkar | 2014-07-27 | 2 | -3/+0 |
| | |||||
* | coverity: read from pointer after free | Laxmikant Rashinkar | 2014-07-27 | 1 | -1/+2 |
| | |||||
* | coverity: explicit null dereferenced | Laxmikant Rashinkar | 2014-07-27 | 1 | -2/+1 |
| | |||||
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-27 | 2 | -2/+3 |
| | |||||
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-26 | 2 | -5/+5 |
| | |||||
* | coverity: dead code | Laxmikant Rashinkar | 2014-07-26 | 1 | -6/+0 |
| | |||||
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 5 | -13/+39 |
| | |||||
* | coverity: fixed issue argument cannot be negative | Laxmikant Rashinkar | 2014-07-23 | 2 | -2/+7 |
| | |||||
* | coverity: Dereference after null check | Laxmikant Rashinkar | 2014-07-20 | 3 | -12/+23 |
| | |||||
* | coverity: fixed unchecked return value from library | Laxmikant Rashinkar | 2014-07-20 | 3 | -5/+23 |
| | |||||
* | coverity: fixed out of bounds read-write | Laxmikant Rashinkar | 2014-07-20 | 1 | -2/+5 |
| | |||||
* | coverity: fixed unchecked return value | Laxmikant Rashinkar | 2014-07-19 | 3 | -3/+9 |
| | |||||
* | coverity: fixed resolution leak issues | Laxmikant Rashinkar | 2014-07-19 | 13 | -23/+40 |
| | |||||
* | sesman: sound.c: no logic change, remove tabs and warning | Jay Sorg | 2014-06-28 | 2 | -45/+49 |
| | |||||
* | chansrv: sound: prevent an infinite loop when the connection with pulse ↵ | speidy | 2014-06-26 | 1 | -14/+50 |
| | | | | audio is closed improperly | ||||
* | chansrv: more remove simple sound | Jay Sorg | 2014-06-07 | 1 | -140/+0 |
| | |||||
* | chansrv: remove simple sound and load pulse modules | Jay Sorg | 2014-06-07 | 3 | -183/+3 |
| | |||||
* | chansrv: some rail fixes from A8 | Jay Sorg | 2014-06-03 | 1 | -28/+62 |
| | |||||
* | pcsc, add hexdump for debugging | Jay Sorg | 2014-05-29 | 1 | -0/+49 |
| | |||||
* | pcsc smartcard fixes form 64 bit from Ken | Jay Sorg | 2014-05-29 | 1 | -32/+48 |
| | |||||
* | sesman: change from using PULSE_CONFIG to PULSE_SCRIPT | Jay Sorg | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | sesman: added SessionVariables to sesman.ini and some indent cleanup | Jay Sorg | 2014-05-09 | 8 | -24/+99 |
| | |||||
* | Merge pull request #122 from speidy/devel | Idan Freiberg | 2014-04-28 | 3 | -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) | speidy | 2014-04-22 | 1 | -1/+9 |
| | | |||||
| * | Merge branch 'master' of https://github.com/neutrinolabs/xrdp into devel | speidy | 2014-04-22 | 2 | -1/+7 |
| |\ | |||||
| | * | Merge pull request #102 from bartw72/lock-on-add | jsorg71 | 2014-04-17 | 1 | -0/+6 |
| | |\ | | | | | | | | | Set lock when adding new displays to the chain | ||||
| | | * | Set lock when adding new displays to the chain | Bart Warmerdam | 2013-12-16 | 1 | -0/+6 |
| | | | | |||||
| | * | | simplesound: fixed CHANSRV_PORT_STR undefined error | Laxmikant Rashinkar | 2014-03-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | chansrv: sound: zero out ack flags when sound_send_close called, to | speidy | 2014-04-28 | 1 | -0/+4 |
|/ / / | | | | | | | avoid deadloop when chunk is sent and not acked back by the client. | ||||
* | | | pulse: fix for build with pulseaudio 4.0+ | Jay Sorg | 2014-04-21 | 2 | -2/+19 |
| | | | |||||
* | | | sesman: more options for session lookup from Fredy Paquet | Jay Sorg | 2014-04-20 | 6 | -23/+143 |
| | | | |||||
* | | | chansrv: make fuse mount directory configurable | Jay Sorg | 2014-04-19 | 2 | -5/+46 |
| | | | | | | | | | | | | | | | | | | Conflicts: sesman/sesman.ini | ||||
* | | | sesman: indentation fix | speidy | 2014-03-22 | 1 | -2/+2 |
| | | | |||||
* | | | sesman: do reconnect to an exisitng Xorg session | speidy | 2014-03-22 | 2 | -2/+5 |
| | | | |||||
* | | | misc fixes for Xorg and compile | Jay Sorg | 2014-03-14 | 1 | -2/+2 |
| | | | |||||
* | | | sesman: add -nolisten tcp to the ini file for Xorg | Jay Sorg | 2014-03-12 | 1 | -4/+6 |
| | | | |||||
* | | | xorg driver module: we now access xorg driver module from /usr/lib/xorg | Laxmikant Rashinkar | 2014-03-09 | 1 | -11/+6 |
| | | | |||||
* | | | fixed some connection issues when using xorg driver mode | Laxmikant Rashinkar | 2014-03-09 | 2 | -3/+3 |
| | | | |||||
* | | | added support for using Xorg driver model | Laxmikant Rashinkar | 2014-03-08 | 9 | -10/+142 |
|/ / | |||||
* | | o default login limit is now 50 users (instead of 10) | Laxmikant Rashinkar | 2014-02-28 | 1 | -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/.xrdp | Laxmikant Rashinkar | 2014-02-24 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel | Laxmikant Rashinkar | 2014-01-31 | 1 | -1/+15 |
|\ \ | |||||
| * | | chansrv: fix for audio falling behind and growing memory | Jay Sorg | 2014-01-29 | 1 | -1/+15 |
| | | | |||||
* | | | bringup RAIL only when we receive a RAIL command | Laxmikant Rashinkar | 2014-01-31 | 2 | -74/+84 |
|/ / | |||||
* | | pulseaudio: fixed some build issues | Laxmikant Rashinkar | 2014-01-17 | 2 | -4/+15 |
| | | |||||
* | | we now load module-xrdp-sink/source automatically so user's dont have to ↵ | Laxmikant Rashinkar | 2014-01-12 | 6 | -22/+187 |
| | | | | | | | | mess around with configuring /etc/pulse/default.pa config file | ||||
* | | missed some files for microphone redirection using rdesktop | Laxmikant Rashinkar | 2014-01-07 | 5 | -164/+698 |
| | | |||||
* | | added support for microphone redirection using rdesktop | Laxmikant Rashinkar | 2014-01-07 | 2 | -0/+489 |
| | |