summaryrefslogtreecommitdiffstats
path: root/sesman
Commit message (Collapse)AuthorAgeFilesLines
...
* | gracefully handle segfaults in chansrv codeLaxmikant Rashinkar2013-09-031-1/+11
| |
* | move text2bool to os_callsJay Sorg2013-08-241-5/+5
| |
* | kill disconencted, make work like man page and update man pageJay Sorg2013-08-241-0/+5
| |
* | hook up the kill disconnect timeout to the sesman config fileJay Sorg2013-08-241-0/+7
| |
* | common: transport aware when app is terminatingJay Sorg2013-08-174-4/+20
|/
* clipboard: enabled module loggingLaxmikant Rashinkar2013-08-142-285/+340
|
* FUSE: changed architecture to use opendir/readdir instead of just readdirLaxmikant Rashinkar2013-08-113-286/+260
|
* Merge branch 'master' of github.com:neutrinolabs/xrdpLaxmikant Rashinkar2013-08-096-2/+389
|\
| * chansrv: work on smartcardJay Sorg2013-08-051-12/+31
| |
| * chansrv: work on smartcard redirJay Sorg2013-08-056-2/+370
| |
* | fuse: added support for detecting files/directories deleted locallyLaxmikant Rashinkar2013-08-092-7/+139
|/
* sesman: added a env var to know when xrdp sessionJay Sorg2013-07-301-0/+1
|
* xorg driver, include cleanupJay Sorg2013-07-237-77/+99
|
* Merge branch 'master' of github.com:neutrinolabs/xrdpJay Sorg2013-07-021-1/+1
|\
| * chansrv: fix for pulse simple method, to get it work again.speidy2013-06-251-1/+1
| |
* | chansrv: no logic change, work on warningJay Sorg2013-07-0210-87/+32
|/
* chansrv: no logic change, EOL and coding style cleanupJay Sorg2013-06-232-18/+24
|
* Revert "Fix path to config.c in sesman/tools/Makefile.am"Lukas Vacek2013-06-221-1/+1
| | | | This reverts commit a0f8afca500702408f577a3b64f792700d40c01e.
* Fix sound and clipboard crashesLukas Vacek2013-06-223-0/+26
| | | | | | | | | | | | | - In case clipboard is not initialized, clipboard_data_in returns (fixes a segfault) - If less than 4 bytes are sent to sound_send_wave_data_chunk, it returns (fixes a segfault) - When sending sound initiliazation messages set g_chan in chansrv to 0, so the server waits for client to reply (this makes sound work afte reconnecting) - In process_message_channel_setup, clear any leftover data in chan_items
* Fix path to config.c in sesman/tools/Makefile.amLukas Vacek2013-06-221-1/+1
|
* sesman: pid string match xrdp lengthJay Sorg2013-06-191-2/+2
|
* sesman: fix for reading pid fileJay Sorg2013-06-191-0/+1
|
* Merge branch 'master' of github.com:neutrinolabs/xrdpLaxmikant Rashinkar2013-06-0840-68/+182
|\
| * copyright year updateJay Sorg2013-06-0834-38/+38
| |
| * Merge remote-tracking branch 'xrdp-org/master'Jay Sorg2013-06-063-3/+29
| |\
| | * pulse: change some errors to debugJay Sorg2013-06-061-3/+2
| | |
| | * more pulse notesJay Sorg2013-06-062-0/+27
| | |
| * | Merge remote branch 'xrdp-org/master'Jay Sorg2013-06-033-27/+115
| |\ \ | | |/
| | * startwm.sh add back startup logicJay Sorg2013-05-291-24/+100
| | |
| | * merge from pmhahnJay Sorg2013-05-292-3/+15
| | |\
| | | * sesman/tools: Disable debug toolsPhilipp Hahn2013-01-281-2/+4
| | | | | | | | | | | | | | | | | | | | sestest and xcon look like debugging tools. Don't install them by default.
| | | * sesman: Fix distPhilipp Hahn2013-01-281-1/+11
| | | | | | | | | | | | | | | | | | | | Add missing header files to EXTRA_DIST. Otherwise "make distcheck" fails.
* | | | folder redirection: fixed language issuesLaxmikant Rashinkar2013-06-084-163/+99
|/ / /
* | | folder redirection: made changes to read/write routines to avoid race conditionsLaxmikant Rashinkar2013-06-025-10/+70
|/ /
* | sesman: cleanup, close xrdp to sesman socket listener when starting a ↵Jay Sorg2013-05-281-0/+2
| | | | | | | | session / forking
* | sesman: cleanup, close xrdp to sesman socket when starting a session / forkingJay Sorg2013-05-281-0/+2
| |
* | file system redirection:Laxmikant Rashinkar2013-05-212-8/+57
| | | | | | | | o vi now works with freerdp and rdesktop
* | file system redirection:Laxmikant Rashinkar2013-05-192-28/+46
| | | | | | | | o vi now works when connected via freerdp but does not fully work with rdesktop
* | file system redirection:Laxmikant Rashinkar2013-05-184-52/+135
| | | | | | | | | | | | | | | | o touch <file> was not working - fixed o echo "this is a string" > filename was not working - fixed o echo "this is a string" >> filename was not working - fixed o vi was not working - working now but swap files are not being deleted automatically - work in progress
* | Merge branch 'xrdp_smartcard'Laxmikant Rashinkar2013-05-158-357/+1044
|\ \
| * | smartcard: developer checkin for smartcard supportLaxmikant Rashinkar2013-05-158-357/+1044
| | |
* | | pulse work and cleanupJay Sorg2013-05-124-57/+639
| | |
* | | pulse sink changesJay Sorg2013-05-111-23/+19
| | |
* | | startwm.sh: forgot to remove org Xsession callJay Sorg2013-05-071-1/+0
| | |
* | | pulse sink, use buffer so not sending too small or too big audio packetsJay Sorg2013-05-071-6/+50
| | |
* | | pulse sink, don't need i18n.hJay Sorg2013-05-072-2/+3
|/ /
* | file system redirection: resolved merge conflictsLaxmikant Rashinkar2013-05-055-185/+260
|\ \
| * | startwm.sh should look for XsessionJay Sorg2013-05-031-0/+20
| | |
| * | chanarv: x prefix for stream functions to avoid name collisionJay Sorg2013-05-032-177/+177
| | |
| * | chansrv: fix for close messageJay Sorg2013-05-011-1/+1
| | |