speidy
83eb128d7c
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp.git into devel
10 years ago
speidy
fb306e624e
libxrdp: changes for security layer negotiation,
...
security_layer=negotiate is working now
10 years ago
Jay Sorg
e7c144ef33
Merge branch 'metalefty-add-japanese-keymap' into devel
10 years ago
Jay Sorg
1052841cc6
Merge branch 'add-japanese-keymap' of git://github.com/metalefty/xrdp into metalefty-add-japanese-keymap
...
Conflicts:
xrdp/xrdp_keyboard.ini
10 years ago
Jay Sorg
762209e0dd
xorg: server removed and put in submodule
10 years ago
Jay Sorg
3989dfcecc
pulseaudio: if source and sink are not installed, use null sink so pulseaudio will always start
10 years ago
Jay Sorg
de32ca87b9
xrdp: jp changes for xrdp_keyboard.ini
10 years ago
Koichiro IWAO
2212991bd7
Add Japanese keymap codes in xrdp_keyboard.ini
10 years ago
speidy
86005c5bcc
ssl_calls: fix to read certificate chains
10 years ago
Jay Sorg
d9d746ce5c
common: avoid possible SSL_shutdown crash
10 years ago
Koichiro IWAO
67570b45de
Add Japanese keymap
10 years ago
Jay Sorg
290aee8cd9
X11rdp: switch back to 'base' rules for xkb
10 years ago
Jay Sorg
2010567ecc
X11rdp: set options and default 105 keyboard
10 years ago
Jay Sorg
bff2009147
chansrv: change to 44100 recording, disconnect / reconnect fixes
10 years ago
Jay Sorg
2d514e666a
Merge branch 'devel' of github.com:neutrinolabs/xrdp into devel
10 years ago
Jay Sorg
cc0406dddf
common: move tls calls to ssl_calls
10 years ago
Jay Sorg
47de7a67f6
sesman: verify_user_bsd.c license change and indent
10 years ago
Thomas Goddard
22f1ff2f25
Merge pull request #188 from renaudallard/devel
...
Enable bsdauth authentication.
10 years ago
Jay Sorg
cb4f299899
sesman: fix for --enable-nopam
10 years ago
Jay Sorg
5a8bf87c7f
common: tls, fix for pending reads
10 years ago
Renaud Allard
803af49a04
Some fixes to compile properly since this version has change a lot from 0.6.1
10 years ago
Renaud Allard
618ca587a5
Enable authenticate user using BSD password system
10 years ago
speidy
160d950bd5
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel
10 years ago
speidy
52cac06092
libxrdp: delete NLA header detection for now, TLS is working now with
...
mstsc
10 years ago
speidy
c159505980
chansrv: fix for segfault issue in chansrv_common
10 years ago
jsorg71
39e9834c53
Merge pull request #187 from SaaldjorMike/fix-typo
...
Fix spelling error and typo
10 years ago
Mike Rostermund
b3cc8f75d9
Fix spelling error and typo
10 years ago
Jay Sorg
942cdf300e
sesman: avoid creation of .vnc directory if not vnc session
10 years ago
Jay Sorg
253f6ff555
sesman: only check vnc auth file if vnc session
10 years ago
jsorg71
c39d2b0912
Merge pull request #178 from mgorny/altgr-keymap
...
altgr+shift/capslock support in keymaps
10 years ago
jsorg71
b66aafcd31
Merge pull request #184 from anthonyagresta/devel
...
vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182
10 years ago
Jay Sorg
6b0bbbeefa
common: merge from a8
10 years ago
Jay Sorg
cf5c5e6210
xorgxrdp=7c4d673
10 years ago
Anthony Agresta
6ddc43c4fc
vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182
10 years ago
Jay Sorg
605df27103
libxrdp: remove a global, remove some tabs
10 years ago
Jay Sorg
831ebe4519
xorgxrdp=1392945
10 years ago
Jay Sorg
0889772f6e
added xorgxrdp submodule
10 years ago
Jay Sorg
e3f8df3098
librfxcodec=61f6e92
10 years ago
Jay Sorg
32598e3214
Xorg: yuv rfx unsigned
10 years ago
Jay Sorg
3d25d10a54
librfxcodec=649a7ad
10 years ago
Jay Sorg
f41a11d2c4
chansrv: some recording fixes
10 years ago
Jay Sorg
290bafe173
pulse: fix for recording delay
10 years ago
jsorg71
dd00c8691c
Merge pull request #173 from moobyfr/default-autorun-ini
...
Set a value for the default autorun session
10 years ago
Jay Sorg
c14e3fe7a5
Xorg: update readme.txt
10 years ago
jsorg71
9a70d20f20
Merge pull request #180 from mgorny/evdev-genkeys
...
Generate correct xfree86 keymaps when evdev is used
10 years ago
Jay Sorg
851c762ee7
sesman: check for null from crypt()
10 years ago
jsorg71
9cb9a4bb57
Merge pull request #181 from mgorny/configure-fixes
...
Configure fixes
10 years ago
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.
10 years ago
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.
10 years ago
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.
10 years ago