Commit Graph

2203 Commits

Author SHA1 Message Date
Thomas Goddard
22f1ff2f25 Merge pull request #188 from renaudallard/devel
Enable bsdauth authentication.
2014-11-23 08:14:56 -08:00
Jay Sorg
cb4f299899 sesman: fix for --enable-nopam 2014-11-22 23:17:00 -08:00
Jay Sorg
5a8bf87c7f common: tls, fix for pending reads 2014-11-21 20:49:01 -08:00
Renaud Allard
803af49a04 Some fixes to compile properly since this version has change a lot from 0.6.1 2014-11-21 15:00:01 +01:00
Renaud Allard
618ca587a5 Enable authenticate user using BSD password system 2014-11-21 14:22:15 +01:00
speidy
160d950bd5 Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel 2014-11-21 03:18:59 +02:00
speidy
52cac06092 libxrdp: delete NLA header detection for now, TLS is working now with
mstsc
2014-11-21 03:17:45 +02:00
speidy
c159505980 chansrv: fix for segfault issue in chansrv_common 2014-11-21 03:13:14 +02:00
jsorg71
39e9834c53 Merge pull request #187 from SaaldjorMike/fix-typo
Fix spelling error and typo
2014-11-21 00:33:55 +00:00
Mike Rostermund
b3cc8f75d9 Fix spelling error and typo 2014-11-20 23:49:35 +01:00
Jay Sorg
942cdf300e sesman: avoid creation of .vnc directory if not vnc session 2014-11-11 20:06:04 -08:00
Jay Sorg
253f6ff555 sesman: only check vnc auth file if vnc session 2014-11-11 02:12:56 -08:00
jsorg71
c39d2b0912 Merge pull request #178 from mgorny/altgr-keymap
altgr+shift/capslock support in keymaps
2014-11-08 21:25:40 -08:00
jsorg71
b66aafcd31 Merge pull request #184 from anthonyagresta/devel
vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182
2014-11-08 20:53:51 -08:00
Jay Sorg
6b0bbbeefa common: merge from a8 2014-11-07 22:10:59 -08:00
Jay Sorg
cf5c5e6210 xorgxrdp=7c4d673 2014-11-07 20:47:12 -08:00
Anthony Agresta
6ddc43c4fc vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182 2014-11-07 09:32:00 -05:00
Jay Sorg
605df27103 libxrdp: remove a global, remove some tabs 2014-11-06 16:51:39 -08:00
Jay Sorg
831ebe4519 xorgxrdp=1392945 2014-11-05 23:36:21 -08:00
Jay Sorg
0889772f6e added xorgxrdp submodule 2014-11-05 23:27:28 -08:00
Jay Sorg
e3f8df3098 librfxcodec=61f6e92 2014-11-03 20:55:55 -08:00
Jay Sorg
32598e3214 Xorg: yuv rfx unsigned 2014-11-03 19:08:54 -08:00
Jay Sorg
3d25d10a54 librfxcodec=649a7ad 2014-11-03 19:05:26 -08:00
Jay Sorg
f41a11d2c4 chansrv: some recording fixes 2014-11-02 22:47:51 -08:00
Jay Sorg
290bafe173 pulse: fix for recording delay 2014-11-02 20:45:14 -08:00
jsorg71
dd00c8691c Merge pull request #173 from moobyfr/default-autorun-ini
Set a value for the default autorun session
2014-11-01 21:07:59 -07:00
Jay Sorg
c14e3fe7a5 Xorg: update readme.txt 2014-11-01 21:01:56 -07:00
jsorg71
9a70d20f20 Merge pull request #180 from mgorny/evdev-genkeys
Generate correct xfree86 keymaps when evdev is used
2014-10-29 19:03:02 -07:00
Jay Sorg
851c762ee7 sesman: check for null from crypt() 2014-10-29 17:54:11 -07:00
jsorg71
9cb9a4bb57 Merge pull request #181 from mgorny/configure-fixes
Configure fixes
2014-10-28 18:24:05 -07:00
Michał Górny
b2d324f770 configure: Ensure PKG_CONFIG before querying systemd unit path
Use PKG_PROG_PKG_CONFIG to ensure that $PKG_CONFIG is set before it is
used to query the systemd unit install path.
2014-10-28 22:58:04 +01:00
Michał Górny
dba0070360 configure: Add --disable-pam and deprecate --enable-nopam
Use simple logic for PAM control to avoid confusion and double
negations. Keep --enable-nopam deprecated for backwards compatibility.
2014-10-28 22:57:22 +01:00
Michał Górny
2eb930e601 configure: Correct the use of AC_ARG_ENABLE() macro
Fix the use of AC_ARG_ENABLE() so that --disable-foo configure options
are respected.

The third and fourth arguments of AC_ARG_ENABLE are respectively
ACTION-IF-GIVEN and ACTION-IF-NOT-GIVEN. The former is executed if
either --enable-foo or --disable-foo is specified on command line, the
latter if neither is. Additionally, the specified value is stored in
$enable_foo variable.

Therefore, the common practice is to provide null ACTION-IF-GIVEN
(and use the value of $enable_foo), and to set a default for $enable_foo
in ACTION-IF-NOT-GIVEN. The commit does that, and adjusts the further
conditionals to test $enable_foo properly.
2014-10-27 23:22:22 +01:00
Michał Górny
cc3231272d Install and enable 0415/pl keymap 2014-10-27 12:53:19 +01:00
Michał Górny
9656fa8666 Update keymaps 2014-10-27 12:51:49 +01:00
Michał Górny
0409da6af9 Generate correct xfree86 keymaps when evdev is used
Use a mapping table to map xfree86 keycodes to evdev keycodes and obtain
consistent keysyms for keymaps. This way, it is now possible to generate
correct keymaps when evdev driver is used on host.
2014-10-27 12:39:05 +01:00
Michał Górny
89a651f948 dump-keymaps: generate 'pl' keymap 2014-10-24 12:16:00 +02:00
Michał Górny
20a962b640 keymap: support combining shift & capslock with altgr
Add support for combining shift & caps lock keys with altgr so that
capital national characters can be written. There was some support for
shift+altgr in xrdp-keygen but it was never actually used.
2014-10-24 12:02:00 +02:00
Jay Sorg
2f919932cb Xorg: move to autotools for building 2014-10-20 17:49:36 -07:00
Jay Sorg
29ebab2ce5 sesman: hand merge #176 from v0.6 branch, indent changes 2014-10-20 13:39:38 -07:00
Laxmikant Rashinkar
a3e017cd58 restart listener when corresponding sound source/sink connections are closed 2014-10-18 11:22:24 -07:00
Jay Sorg
4ddda1554f Xorg: fix crash in randr 2014-10-17 20:33:25 -07:00
Jay Sorg
e8c61af838 Xorg: simd changes 2014-10-16 20:22:01 -07:00
Jay Sorg
1de9164c0b Xorg: install config file too 2014-10-13 19:59:23 -07:00
Jay Sorg
d3cd9cb7e9 Xorg: remove uds file on exit 2014-10-12 21:55:04 -07:00
Laxmikant Rashinkar
3acc5d9083 Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel 2014-10-12 17:48:21 -07:00
Laxmikant Rashinkar
122d8bc057 sound redirection: handle fragmented packets 2014-10-12 17:47:35 -07:00
Jay Sorg
b5a1b233cd neutrinordp: turn off order caps not tested 2014-10-12 17:41:09 -07:00
Jay Sorg
bc7a6b9bc6 Xorg: simd changes 2014-10-09 19:42:29 -07:00
Jay Sorg
cdb2fff298 Xorg: move simd functions assign to it's own file 2014-10-09 18:55:16 -07:00