summaryrefslogtreecommitdiffstats
path: root/sesman
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Merge branch 'master' of github.com:FreeRDP/xrdpJay Sorg2013-04-284-477/+204
| |\ \
| * | | work on pulse sink, added close messageJay Sorg2013-04-282-2/+63
| | | |
* | | | file system redirection: made changes to support rdesktopLaxmikant Rashinkar2013-05-053-49/+101
| |/ / |/| |
* | | Merge branch 'master' of github.com:FreeRDP/xrdpLaxmikant Rashinkar2013-04-264-26/+59
|\ \ \ | |/ /
| * | Merge branch 'master' of github.com:FreeRDP/xrdpJay Sorg2013-04-224-152/+680
| |\ \
| * | | ipv6 fix for sesmanJay Sorg2013-04-031-13/+1
| | | |
| * | | chansrv: added some pulse sink notesJay Sorg2013-03-311-1/+17
| | | |
| * | | chansrv: work on pulse sinkJay Sorg2013-03-313-12/+41
| | | |
* | | | hooked up clipboard code with FUSELaxmikant Rashinkar2013-04-264-477/+204
| |/ / |/| |
* | | Merge branch 'fuse_speedup'Laxmikant Rashinkar2013-04-203-59/+675
|\ \ \
| * | | swapped cb_lookup and cb_readdirLaxmikant Rashinkar2013-04-203-59/+675
| |/ /
* | | merge from ghomemJay Sorg2013-04-171-93/+5
|\ \ \ | |/ / |/| |
| * | use a simple default for startwm.shGustavo Homem2013-03-201-91/+5
| | |
* | | chansrv: work on pulse sinkJay Sorg2013-03-313-89/+109
| | |
* | | chansrv: work on pulse sinkJay Sorg2013-03-301-18/+70
| | |
* | | Merge branch 'master' of github.com:FreeRDP/xrdpLaxmikant Rashinkar2013-03-306-8/+578
|\ \ \