summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libxrdp: rail fix for when no flags are setJay Sorg2015-12-111-0/+6
|
* xorgxrdp=3379d2cJay Sorg2015-12-101-0/+0
|
* xrdp: change when using xrdp.ini hidelogwindowJay Sorg2015-12-012-2/+16
|
* Merge pull request #276 from metalefty/show-license-freebsd-rcItamar Reis Peixoto2015-11-181-0/+23
|\ | | | | instfiles: show license at the script taken from FreeBSD ports
| * instfiles: show license at the script taken from FreeBSD portsKoichiro IWAO2015-08-211-0/+23
| |
* | Merge pull request #295 from metalefty/swissfrench-keyboardjsorg712015-11-112-0/+660
|\ \ | | | | | | add swiss french keyboard map
| * | instfiles: add km-100c.ini to Makefile.amKoichiro IWAO2015-11-111-0/+1
| | | | | | | | | | | | Closes neutrinolabs/xrdp#280.
| * | add swiss french keyboard mapDartheo2015-11-111-0/+659
|/ /
* | Merge pull request #294 from janLo/simplify-session-matchjsorg712015-11-081-20/+2
|\ \ | | | | | | Simplify session match logic.
| * | Simplify session match logic.Jan Losinski2015-10-251-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 transJay Sorg2015-11-021-1/+2
| | |
* | | xup: no logic change, add loggingJay Sorg2015-11-021-0/+6
|/ /
* | Merge pull request #267 from moobyfr/fix-systemd-debianItamar Reis Peixoto2015-10-142-3/+5
|\ \ | | | | | | some fixes for systemd on debian
| * | Add default directory for debian, and set them optionalBlindauer Emmanuel2015-07-242-3/+5
| | | | | | | | | | | | Remove the --nodaemon which makes the service fail at start
* | | tabs to spaces, no logic changeJay Sorg2015-10-101-5/+5
| | |
* | | for Xvnc sesman session, use hash of password for vnc authJay Sorg2015-10-102-5/+42
| | |
* | | xrdp: fix --killJay Sorg2015-10-101-33/+33
| | |
* | | rename g_tcp_can_recv to g_sck_can_recvJay Sorg2015-10-074-6/+6
| | |
* | | xorgxrdp=884b347Jay Sorg2015-10-061-0/+0
| | |
* | | common: change wait objs to use 'pipe' and remove per process temp ↵Jay Sorg2015-10-062-250/+191
| | | | | | | | | | | | directories in /tmp/.xrdp/
* | | sesman: close sync and term sockets after forkJay Sorg2015-09-271-0/+5
| | |
* | | common: set log file fd to close on execJay Sorg2015-09-271-0/+7
| | |
* | | common: fix logic for internal_log_endJay Sorg2015-09-271-1/+1
| | |
* | | Merge pull request #274 from teckids/submit-upstreamjsorg712015-09-013-0/+26
|\ \ \ | | | | | | | | remove remaining proven DFSG-unfree files
| * | | add historic GPLv2+ to Simone’s filesmirabilos2015-08-262-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 ↵mirabilos2015-08-261-0/+0
| | |/ | |/| | | | | | | | | | | | | | | | Feld” (view towards Meßdorfer Feld, from ↳ tarent) published under any OSI certified Open Source licence
* | | Merge pull request #278 from itamarjp/develItamar Reis Peixoto2015-08-301-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 Peixoto2015-08-301-4/+9
| | | | | | | | | | | | | | | | after a make dist
* | | | xorgxrdp=4a2b11fJay Sorg2015-08-261-0/+0
| |/ / |/| |
* | | vnc: fix a issue with passwords longer that 8Jay Sorg2015-08-201-1/+3
| | |
* | | Merge pull request #270 from teckids/submit-upstreamjsorg712015-08-191-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 frommirabilos2015-08-051-0/+4
| | | |
* | | | Merge pull request #272 from moobyfr/feature-xorgxrdp-allowxrandrjsorg712015-08-191-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 moduleBlindauer Emmanuel2015-08-191-1/+1
|/ / / /
* | | | common: remove d3des filesJay Sorg2015-08-183-568/+0
| | | |
* | | | common: changes to trans for timeoutJay Sorg2015-08-181-4/+72
| | | |
* | | | vnc: remove rfbDes callsJay Sorg2015-08-182-6/+10
| | | |
* | | | sesman: remove rfbDes callsJay Sorg2015-08-182-10/+9
| | | |
* | | | common: add g_mirror_memcpyJay Sorg2015-08-182-0/+58
| | | |
* | | | xorgxrdp=f72dda9Jay Sorg2015-08-171-0/+0
| | | |
* | | | remove some more generated filesJay Sorg2015-08-173-140/+0
| | | |
* | | | remove some qt generated filesJay Sorg2015-08-102-1295/+0
|/ / /
* | | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into develspeidy2015-08-031-2/+2
|\ \ \
| * | | xorgxrdp=f72dda9Jay Sorg2015-08-031-0/+0
| | | |
| * | | remove trailing white spaceJay Sorg2015-08-031-2/+2
| | | |
* | | | bootstrap, add libtoolizespeidy2015-08-032-1/+1
|/ / /
* | | sesman: don't use hard code path for XorgJay Sorg2015-08-031-2/+2
| | |
* | | multimon fix, mstsc reports desktop width and height of primary onlyJay Sorg2015-08-031-0/+29
| |/ |/|
* | X11rdp: do not Enqueue motion unless mouse position actually changes, fixes ↵Jay Sorg2015-07-191-2/+14
| | | | | | | | some context menus not always working
* | xup: fix for when Xorg/X11rdp to xup message payload is zeroJay Sorg2015-07-181-3/+7
| |