summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | adding xrdp.ini option to turn off new cursorsJay Sorg2013-06-074-2/+8
| | |
| * | Merge remote-tracking branch 'xrdp-org/master'Jay Sorg2013-06-064-4/+33
| |\ \ | | |/
| | * pulse: change some errors to debugJay Sorg2013-06-061-3/+2
| | |
| | * more pulse notesJay Sorg2013-06-062-0/+27
| | |
| | * X11rdp: fix for buildx.shJay Sorg2013-06-051-1/+4
| | |
| * | Merge remote branch 'xrdp-org/master'Jay Sorg2013-06-0334-254/+742
| |\ \ | | |/
| | * startwm.sh add back startup logicJay Sorg2013-05-291-24/+100
| | |
| | * merge from pmhahnJay Sorg2013-05-2920-210/+622
| | |\
| | | * doc: xrdp-chansrv manual pagePhilipp Hahn2013-01-282-0/+47
| | | | | | | | | | | | | | | | Add manual page for internally forked channel server.
| | | * doc: xrdp-sessvc manual pagePhilipp Hahn2013-01-282-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add manual page for internally called xrdp-sessvc. The program should probably be moved to /usr/lib/xrdp/ as it's only called internally.
| | | * doc: xrdp-genkeymap manual pagePhilipp Hahn2013-01-282-0/+68
| | | | | | | | | | | | | | | | Add manual page for key map generation utility.
| | | * doc: xrdp-keygen manual pagePhilipp Hahn2013-01-282-0/+41
| | | | | | | | | | | | | | | | Add updated manual page from Debian project.
| | | * doc: xrdp-xcon manual pagePhilipp Hahn2013-01-282-1/+18
| | | | | | | | | | | | | | | | | | | | Add a manual page for xrdp-xcon, which is currently not installed, since xrdp-xcon is not installed.
| | | * doc: xrdp-dis manual pagePhilipp Hahn2013-01-282-0/+24
| | | | | | | | | | | | | | | | | | | | Add a manual page for xrdp-dis, which is used to disconnect the RDP connection but otherwise keep the session running.
| | | * doc: xrdp-sesadmin manual pagePhilipp Hahn2013-01-282-0/+58
| | | | | | | | | | | | | | | | Add a manual page for xrdp-sessadmin.
| | | * doc: Update xrdp.ini optionsPhilipp Hahn2013-01-281-6/+166
| | | | | | | | | | | | | | | | | | | | | | | | Update General section. Document Logging section. Document Channels section.
| | | * doc: Follow xrdp- renamePhilipp Hahn2013-01-282-12/+12
| | | | | | | | | | | | | | | | | | | | sesman and sesrun were prefixed with xrdp- a long time ago. Update the manual pags to follow that change as well.
| | | * doc: Man page cleanupPhilipp Hahn2013-01-285-105/+34
| | | | | | | | | | | | | | | | | | | | | | | | Simlify example sections. Remove un-needed .LP after section start. Insert empty line before section start.
| | | * doc: Format manual page referencesPhilipp Hahn2013-01-285-14/+33
| | | | | | | | | | | | | | | | | | | | Use .BR to fromat name(section) as recommended by man(7). Use .I for variable arguments.
| | | * doc: Use man_MANS in Makefile.amPhilipp Hahn2013-01-281-10/+4
| | | | | | | | | | | | | | | | | | | | automake does know where to install manual pages, so use man_MANS instead of hand crafting custom rules.
| | | * doc: LDAPPhilipp Hahn2013-01-281-0/+6
| | | | | | | | | | | | | | | | Give hint to use PAM for LDAP.
| | | * X11rdp: Rework changing directoriesPhilipp Hahn2013-01-281-16/+7
| | | | | | | | | | | | | | | | Remove unchecked changes of directories.
| | | * X11rdp: make variables function localPhilipp Hahn2013-01-281-0/+3
| | | | | | | | | | | | | | | | Use local to declare variables local
| | | * X11rdp: fix spelling mistakesPhilipp Hahn2013-01-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exit -> exist $mn -> $mod_name folowed -> followed blocket -> blocked
| | | * X11rdp: Handle more compression formatsPhilipp Hahn2013-01-281-6/+8
| | | | | | | | | | | | | | | | Add .xz and plain .tar files.
| | | * X11rdp: Simplify if constructsPhilipp Hahn2013-01-281-24/+24
| | | | | | | | | | | | | | | | Directly use exit value instead of evaluating $?
| | | * X11rdp: simplify line splittingPhilipp Hahn2013-01-281-7/+2
| | | | | | | | | | | | | | | | Use "IFS=: read" instead of "echo|cut" constructs.
| | | * X11rdp: simplify downloadPhilipp Hahn2013-01-281-83/+40
| | | | | | | | | | | | | | | | Use case-statement instead of many ifs.
| | | * X11rdp: fix indentionPhilipp Hahn2013-01-281-11/+11
| | | | | | | | | | | | | | | | Re-indent four sections to use 4 spaces for indention
| | | * X11rdp: Consistently use $filePhilipp Hahn2013-01-281-12/+12
| | | | | | | | | | | | | | | | | | | | Consistently use $file instead of repeating the file name again when downloading external URLs.
| | | * X11rdp: Remove duplicate entry for expatPhilipp Hahn2013-01-281-6/+0
| | | | | | | | | | | | | | | | expat-2.0.1.tar.gz is declared twice, remove the first one.
| | | * sesman/tools: Disable debug toolsPhilipp Hahn2013-01-281-2/+4
| | | | | | | | | | | | | | | | | | | | sestest and xcon look like debugging tools. Don't install them by default.
| | | * xrdp: Ignore channels and logging sectionsPhilipp Hahn2013-01-281-1/+3
| | | | | | | | | | | | | | | | Ignore two more sections in xrdp.ini when looking for default session.
| | | * xrdp: Fix format string vulnerabilityPhilipp Hahn2013-01-281-1/+1
| | | | | | | | | | | | | | | | The the string being printer contains a "%", this could crash xrdp.
| | | * sesman: Fix distPhilipp Hahn2013-01-282-3/+29
| | | | | | | | | | | | | | | | | | | | Add missing header files to EXTRA_DIST. Otherwise "make distcheck" fails.
| | * | no logic changes, cleanup and copyright year updatesJay Sorg2013-05-2813-20/+20
| | | |
* | | | folder redirection: fixed language issuesLaxmikant Rashinkar2013-06-085-410/+224
|/ / /
* | | 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
| |
* | fix for autologinJay Sorg2013-05-281-5/+8
| |
* | add norwegian keyboard definitionJay Sorg2013-05-251-0/+659
| |
* | Merge branch 'master' of github.com:FreeRDP/xrdpLaxmikant Rashinkar2013-05-212-6/+9
|\ \
| * | xrdp: fix for non 'new' cursor clients like rdesktopJay Sorg2013-05-201-5/+7
| | |
| * | X11rdp: only remove pixmap if usage_hint is zeroJay Sorg2013-05-191-1/+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-159-362/+1049
|\ \
| * | smartcard: developer checkin for smartcard supportLaxmikant Rashinkar2013-05-159-362/+1049
| | |