Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from pmhahn | Jay Sorg | 2013-05-29 | 20 | -210/+622 |
|\ | |||||
| * | doc: xrdp-chansrv manual page | Philipp Hahn | 2013-01-28 | 2 | -0/+47 |
| | | | | | | | | Add manual page for internally forked channel server. | ||||
| * | doc: xrdp-sessvc manual page | Philipp Hahn | 2013-01-28 | 2 | -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 page | Philipp Hahn | 2013-01-28 | 2 | -0/+68 |
| | | | | | | | | Add manual page for key map generation utility. | ||||
| * | doc: xrdp-keygen manual page | Philipp Hahn | 2013-01-28 | 2 | -0/+41 |
| | | | | | | | | Add updated manual page from Debian project. | ||||
| * | doc: xrdp-xcon manual page | Philipp Hahn | 2013-01-28 | 2 | -1/+18 |
| | | | | | | | | | | Add a manual page for xrdp-xcon, which is currently not installed, since xrdp-xcon is not installed. | ||||
| * | doc: xrdp-dis manual page | Philipp Hahn | 2013-01-28 | 2 | -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 page | Philipp Hahn | 2013-01-28 | 2 | -0/+58 |
| | | | | | | | | Add a manual page for xrdp-sessadmin. | ||||
| * | doc: Update xrdp.ini options | Philipp Hahn | 2013-01-28 | 1 | -6/+166 |
| | | | | | | | | | | | | Update General section. Document Logging section. Document Channels section. | ||||
| * | doc: Follow xrdp- rename | Philipp Hahn | 2013-01-28 | 2 | -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 cleanup | Philipp Hahn | 2013-01-28 | 5 | -105/+34 |
| | | | | | | | | | | | | Simlify example sections. Remove un-needed .LP after section start. Insert empty line before section start. | ||||
| * | doc: Format manual page references | Philipp Hahn | 2013-01-28 | 5 | -14/+33 |
| | | | | | | | | | | Use .BR to fromat name(section) as recommended by man(7). Use .I for variable arguments. | ||||
| * | doc: Use man_MANS in Makefile.am | Philipp Hahn | 2013-01-28 | 1 | -10/+4 |
| | | | | | | | | | | automake does know where to install manual pages, so use man_MANS instead of hand crafting custom rules. | ||||
| * | doc: LDAP | Philipp Hahn | 2013-01-28 | 1 | -0/+6 |
| | | | | | | | | Give hint to use PAM for LDAP. | ||||
| * | X11rdp: Rework changing directories | Philipp Hahn | 2013-01-28 | 1 | -16/+7 |
| | | | | | | | | Remove unchecked changes of directories. | ||||
| * | X11rdp: make variables function local | Philipp Hahn | 2013-01-28 | 1 | -0/+3 |
| | | | | | | | | Use local to declare variables local | ||||
| * | X11rdp: fix spelling mistakes | Philipp Hahn | 2013-01-28 | 3 | -4/+4 |
| | | | | | | | | | | | | | | exit -> exist $mn -> $mod_name folowed -> followed blocket -> blocked | ||||
| * | X11rdp: Handle more compression formats | Philipp Hahn | 2013-01-28 | 1 | -6/+8 |
| | | | | | | | | Add .xz and plain .tar files. | ||||
| * | X11rdp: Simplify if constructs | Philipp Hahn | 2013-01-28 | 1 | -24/+24 |
| | | | | | | | | Directly use exit value instead of evaluating $? | ||||
| * | X11rdp: simplify line splitting | Philipp Hahn | 2013-01-28 | 1 | -7/+2 |
| | | | | | | | | Use "IFS=: read" instead of "echo|cut" constructs. | ||||
| * | X11rdp: simplify download | Philipp Hahn | 2013-01-28 | 1 | -83/+40 |
| | | | | | | | | Use case-statement instead of many ifs. | ||||
| * | X11rdp: fix indention | Philipp Hahn | 2013-01-28 | 1 | -11/+11 |
| | | | | | | | | Re-indent four sections to use 4 spaces for indention | ||||
| * | X11rdp: Consistently use $file | Philipp Hahn | 2013-01-28 | 1 | -12/+12 |
| | | | | | | | | | | Consistently use $file instead of repeating the file name again when downloading external URLs. | ||||
| * | X11rdp: Remove duplicate entry for expat | Philipp Hahn | 2013-01-28 | 1 | -6/+0 |
| | | | | | | | | expat-2.0.1.tar.gz is declared twice, remove the first one. | ||||
| * | sesman/tools: Disable debug tools | Philipp Hahn | 2013-01-28 | 1 | -2/+4 |
| | | | | | | | | | | sestest and xcon look like debugging tools. Don't install them by default. | ||||
| * | xrdp: Ignore channels and logging sections | Philipp Hahn | 2013-01-28 | 1 | -1/+3 |
| | | | | | | | | Ignore two more sections in xrdp.ini when looking for default session. | ||||
| * | xrdp: Fix format string vulnerability | Philipp Hahn | 2013-01-28 | 1 | -1/+1 |
| | | | | | | | | The the string being printer contains a "%", this could crash xrdp. | ||||
| * | sesman: Fix dist | Philipp Hahn | 2013-01-28 | 2 | -3/+29 |
| | | | | | | | | | | Add missing header files to EXTRA_DIST. Otherwise "make distcheck" fails. | ||||
* | | no logic changes, cleanup and copyright year updates | Jay Sorg | 2013-05-28 | 13 | -20/+20 |
| | | |||||
* | | sesman: cleanup, close xrdp to sesman socket listener when starting a ↵ | Jay Sorg | 2013-05-28 | 1 | -0/+2 |
| | | | | | | | | session / forking | ||||
* | | sesman: cleanup, close xrdp to sesman socket when starting a session / forking | Jay Sorg | 2013-05-28 | 1 | -0/+2 |
| | | |||||
* | | fix for autologin | Jay Sorg | 2013-05-28 | 1 | -5/+8 |
| | | |||||
* | | add norwegian keyboard definition | Jay Sorg | 2013-05-25 | 1 | -0/+659 |
| | | |||||
* | | Merge branch 'master' of github.com:FreeRDP/xrdp | Laxmikant Rashinkar | 2013-05-21 | 2 | -6/+9 |
|\ \ | |||||
| * | | xrdp: fix for non 'new' cursor clients like rdesktop | Jay Sorg | 2013-05-20 | 1 | -5/+7 |
| | | | |||||
| * | | X11rdp: only remove pixmap if usage_hint is zero | Jay Sorg | 2013-05-19 | 1 | -1/+2 |
| | | | |||||
* | | | file system redirection: | Laxmikant Rashinkar | 2013-05-21 | 2 | -8/+57 |
|/ / | | | | | | | o vi now works with freerdp and rdesktop | ||||
* | | file system redirection: | Laxmikant Rashinkar | 2013-05-19 | 2 | -28/+46 |
| | | | | | | | | o vi now works when connected via freerdp but does not fully work with rdesktop | ||||
* | | file system redirection: | Laxmikant Rashinkar | 2013-05-18 | 4 | -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 Rashinkar | 2013-05-15 | 9 | -362/+1049 |
|\ \ | |||||
| * | | smartcard: developer checkin for smartcard support | Laxmikant Rashinkar | 2013-05-15 | 9 | -362/+1049 |
| | | | |||||
* | | | neutrinordp module, use SendInvalidate on invalidate | Jay Sorg | 2013-05-13 | 1 | -43/+8 |
| | | | |||||
* | | | pulse work and cleanup | Jay Sorg | 2013-05-12 | 4 | -57/+639 |
| | | | |||||
* | | | pulse sink changes | Jay Sorg | 2013-05-11 | 1 | -23/+19 |
| | | | |||||
* | | | X11rdp: fix an error in scrolling / CopyArea | Jay Sorg | 2013-05-11 | 1 | -16/+16 |
| | | | |||||
* | | | use dx, dy in CopyArea PixToPix, not WndToPix | Jay Sorg | 2013-05-11 | 1 | -25/+27 |
| | | | |||||
* | | | turn off subtract region for now | Jay Sorg | 2013-05-11 | 1 | -1/+2 |
| | | | |||||
* | | | pam: added xrdp-sesman.other | Jay Sorg | 2013-05-07 | 1 | -0/+4 |
| | | | |||||
* | | | startwm.sh: forgot to remove org Xsession call | Jay Sorg | 2013-05-07 | 1 | -1/+0 |
| | | | |||||
* | | | pulse sink, use buffer so not sending too small or too big audio packets | Jay Sorg | 2013-05-07 | 1 | -6/+50 |
| | | |