Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libxrdp: rail fix for when no flags are set | Jay Sorg | 2015-12-11 | 1 | -0/+6 |
| | |||||
* | xorgxrdp=3379d2c | Jay Sorg | 2015-12-10 | 1 | -0/+0 |
| | |||||
* | xrdp: change when using xrdp.ini hidelogwindow | Jay Sorg | 2015-12-01 | 2 | -2/+16 |
| | |||||
* | Merge pull request #276 from metalefty/show-license-freebsd-rc | Itamar Reis Peixoto | 2015-11-18 | 1 | -0/+23 |
|\ | | | | | instfiles: show license at the script taken from FreeBSD ports | ||||
| * | instfiles: show license at the script taken from FreeBSD ports | Koichiro IWAO | 2015-08-21 | 1 | -0/+23 |
| | | |||||
* | | Merge pull request #295 from metalefty/swissfrench-keyboard | jsorg71 | 2015-11-11 | 2 | -0/+660 |
|\ \ | | | | | | | add swiss french keyboard map | ||||
| * | | instfiles: add km-100c.ini to Makefile.am | Koichiro IWAO | 2015-11-11 | 1 | -0/+1 |
| | | | | | | | | | | | | Closes neutrinolabs/xrdp#280. | ||||
| * | | add swiss french keyboard map | Dartheo | 2015-11-11 | 1 | -0/+659 |
|/ / | |||||
* | | Merge pull request #294 from janLo/simplify-session-match | jsorg71 | 2015-11-08 | 1 | -20/+2 |
|\ \ | | | | | | | Simplify session match logic. | ||||
| * | | Simplify session match logic. | Jan Losinski | 2015-10-25 | 1 | -20/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The session match logic had two versions - one for the SESMAN_SESSION_TYPE_XRDP and SESMAN_SESSION_TYPE_XORG sessions and one for every other type. The only difference was, that different display sizes where ignored when searching for sessions to reconnect if the policy does not have the SESMAN_CFG_SESS_POLICY_D flag set and the type is SESMAN_SESSION_TYPE_XRDP or SESMAN_SESSION_TYPE_XORG. The reason was that xvnc cannot resize and the others can do. This two versions where not necessary because we set the SESMAN_CFG_SESS_POLICY_D flag every time we have a xvnc session a few lines above. So the two branches for the different types can be reduced to one. Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> | ||||
* | | | common: fix possible deadlock in trans | Jay Sorg | 2015-11-02 | 1 | -1/+2 |
| | | | |||||
* | | | xup: no logic change, add logging | Jay Sorg | 2015-11-02 | 1 | -0/+6 |
|/ / | |||||
* | | Merge pull request #267 from moobyfr/fix-systemd-debian | Itamar Reis Peixoto | 2015-10-14 | 2 | -3/+5 |
|\ \ | | | | | | | some fixes for systemd on debian | ||||
| * | | Add default directory for debian, and set them optional | Blindauer Emmanuel | 2015-07-24 | 2 | -3/+5 |
| | | | | | | | | | | | | Remove the --nodaemon which makes the service fail at start | ||||
* | | | tabs to spaces, no logic change | Jay Sorg | 2015-10-10 | 1 | -5/+5 |
| | | | |||||
* | | | for Xvnc sesman session, use hash of password for vnc auth | Jay Sorg | 2015-10-10 | 2 | -5/+42 |
| | | | |||||
* | | | xrdp: fix --kill | Jay Sorg | 2015-10-10 | 1 | -33/+33 |
| | | | |||||
* | | | rename g_tcp_can_recv to g_sck_can_recv | Jay Sorg | 2015-10-07 | 4 | -6/+6 |
| | | | |||||
* | | | xorgxrdp=884b347 | Jay Sorg | 2015-10-06 | 1 | -0/+0 |
| | | | |||||
* | | | common: change wait objs to use 'pipe' and remove per process temp ↵ | Jay Sorg | 2015-10-06 | 2 | -250/+191 |
| | | | | | | | | | | | | directories in /tmp/.xrdp/ | ||||
* | | | sesman: close sync and term sockets after fork | Jay Sorg | 2015-09-27 | 1 | -0/+5 |
| | | | |||||
* | | | common: set log file fd to close on exec | Jay Sorg | 2015-09-27 | 1 | -0/+7 |
| | | | |||||
* | | | common: fix logic for internal_log_end | Jay Sorg | 2015-09-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #274 from teckids/submit-upstream | jsorg71 | 2015-09-01 | 3 | -0/+26 |
|\ \ \ | | | | | | | | | remove remaining proven DFSG-unfree files | ||||
| * | | | add historic GPLv2+ to Simone’s files | mirabilos | 2015-08-26 | 2 | -0/+26 |
| | | | | | | | | | | | | | | | | this becomes GPLv3+ when combined with Apache v2 licenced files | ||||
| * | | | replace image with one I shot myself just now: “Blick auf’s Meßdorfer ↵ | mirabilos | 2015-08-26 | 1 | -0/+0 |
| | |/ | |/| | | | | | | | | | | | | | | | | Feld” (view towards Meßdorfer Feld, from ↳ tarent) published under any OSI certified Open Source licence | ||||
* | | | Merge pull request #278 from itamarjp/devel | Itamar Reis Peixoto | 2015-08-30 | 1 | -4/+9 |
|\ \ \ | | | | | | | | | add missing .ini files into extra_dist, so they will appear in xrdp tarball after a make dist | ||||
| * | | | add missing .ini files into extra_dist, so they will appear in xrdp tarball ↵ | Itamar Reis Peixoto | 2015-08-30 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | after a make dist | ||||
* | | | | xorgxrdp=4a2b11f | Jay Sorg | 2015-08-26 | 1 | -0/+0 |
| |/ / |/| | | |||||
* | | | vnc: fix a issue with passwords longer that 8 | Jay Sorg | 2015-08-20 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #270 from teckids/submit-upstream | jsorg71 | 2015-08-19 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | merge copyright and licence for this file from where it was taken from | ||||
| * | | | merge copyright and licence for this file from where it was taken from | mirabilos | 2015-08-05 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #272 from moobyfr/feature-xorgxrdp-allowxrandr | jsorg71 | 2015-08-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Allow to reconnect with a different size while using the Xorg module | ||||
| * | | | | Allow to reconnect with a different size while using the Xorg module | Blindauer Emmanuel | 2015-08-19 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | common: remove d3des files | Jay Sorg | 2015-08-18 | 3 | -568/+0 |
| | | | | |||||
* | | | | common: changes to trans for timeout | Jay Sorg | 2015-08-18 | 1 | -4/+72 |
| | | | | |||||
* | | | | vnc: remove rfbDes calls | Jay Sorg | 2015-08-18 | 2 | -6/+10 |
| | | | | |||||
* | | | | sesman: remove rfbDes calls | Jay Sorg | 2015-08-18 | 2 | -10/+9 |
| | | | | |||||
* | | | | common: add g_mirror_memcpy | Jay Sorg | 2015-08-18 | 2 | -0/+58 |
| | | | | |||||
* | | | | xorgxrdp=f72dda9 | Jay Sorg | 2015-08-17 | 1 | -0/+0 |
| | | | | |||||
* | | | | remove some more generated files | Jay Sorg | 2015-08-17 | 3 | -140/+0 |
| | | | | |||||
* | | | | remove some qt generated files | Jay Sorg | 2015-08-10 | 2 | -1295/+0 |
|/ / / | |||||
* | | | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel | speidy | 2015-08-03 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | xorgxrdp=f72dda9 | Jay Sorg | 2015-08-03 | 1 | -0/+0 |
| | | | | |||||
| * | | | remove trailing white space | Jay Sorg | 2015-08-03 | 1 | -2/+2 |
| | | | | |||||
* | | | | bootstrap, add libtoolize | speidy | 2015-08-03 | 2 | -1/+1 |
|/ / / | |||||
* | | | sesman: don't use hard code path for Xorg | Jay Sorg | 2015-08-03 | 1 | -2/+2 |
| | | | |||||
* | | | multimon fix, mstsc reports desktop width and height of primary only | Jay Sorg | 2015-08-03 | 1 | -0/+29 |
| |/ |/| | |||||
* | | X11rdp: do not Enqueue motion unless mouse position actually changes, fixes ↵ | Jay Sorg | 2015-07-19 | 1 | -2/+14 |
| | | | | | | | | some context menus not always working | ||||
* | | xup: fix for when Xorg/X11rdp to xup message payload is zero | Jay Sorg | 2015-07-18 | 1 | -3/+7 |
| | |