Jay Sorg
38241f2a0b
Fix all format warnings and some unused variable warnings
2016-03-14 17:04:08 -07:00
Jay Sorg
7393579205
Don't attempt to intercept SIGKILL, it doesn't work on any OS
2016-03-14 16:33:49 -07:00
Pavel Roskin
e0a9c769e0
Be more specific in error messages about PID file location
2016-03-03 22:56:09 -08:00
Pavel Roskin
3eb495f425
Check if rsakeys.ini exists on startup, exit if it's missing
2016-03-03 22:56:08 -08:00
Pavel Roskin
86ec50789c
Move all sanity checks to a separate function xrdp_sanity_check()
2016-03-03 22:56:08 -08:00
Pavel Roskin
7642675ddf
Use "dist_" prefix to minimize use of EXTRA_DIST
...
"dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
2016-02-22 22:11:57 -08:00
Pavel Roskin
59a5fb0ddb
Move headers from EXTRA_DIST to sources, sort alphabetically
...
There should be no functional difference.
2016-02-21 23:06:48 -08:00
Pavel Roskin
92a6833e9b
Fix typos
2016-02-13 20:41:07 -08:00
Pavel Roskin
81779ddb01
Use lowercase program names for syslog
...
Other programs typically use the same case as their execulables.
2016-02-13 18:14:42 -08:00
Pavel Roskin
dcab7552db
Stop redefining libdir, use moduledir for ${libdir}/xrdp
...
libdir is for shared and static libraries. Some xrdp libraries are loaded
dynamically from a non-standard directory, so they are used like modules.
Having separate libdir and moduledir would eventually allow to separate
dynamically loaded modules from shared libraries.
2016-02-12 23:52:46 -08:00
Pavel Roskin
22e808a186
Add missing spaces in the strings that are split for line wrapping
2016-02-12 23:52:45 -08:00
Pavel Roskin
9717e7392a
Spell "return value", not "returnvalue"
2016-02-07 23:14:27 -08:00
Pavel Roskin
eacfb00050
Declare xrdp_mm_frame_ack() in xrdp.h, it's used in xrdp_wm.c
2016-01-31 23:35:40 -08:00
Pavel Roskin
02c981e796
More spelling fixes found by codespell and aspell
2016-01-30 17:39:25 -08:00
Pavel Roskin
f8cb1588ef
Replace "charactor" with "character" everywhere
2016-01-30 17:33:04 -08:00
Pavel Roskin
a452d8d36a
Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
...
AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and
includes. AM_CFLAGS is for flags affecting the compiler, such as debug
and optimization settings.
INCLUDES is an obsolete name. Users can pass INCLUDES and break
compilation. AM_CPPFLAGS is more explicit that the flags come from
Automake and should not be overridden.
2016-01-29 22:45:00 -08:00
Pavel Roskin
ee1a237685
Remove GOT_PREFIX, it's a broken hack of limited utility
...
To add flags to the compiler, CFLAGS, CPPFLAGS or LDFLAGS can be used on
the configure command line.
The need to add flags depends on the location of the headers and
libraries of the dependencies, which is orthogonal to the directory where
xrdp will be installed.
The implementation in configure.ac has a stray closing bracket, making
GOT_PREFIX true even if --prefix is not passed.
The implementation is inconsistent - the only affected makefiles are for
xrdp and libxrdp.
Changing rpath manually is wrong in most cases. Libtool should be able to
set rpath correctly on its own.
Using $(prefix)/lib ignores the libdir setting. For many 64-bit systems,
/usr/lib is used for 32-bit libraries. Adding 32-bit libraries to the
rpath slows down 64-bit executables, as the dynamic loader searches for
libraries in a wrong directory.
There is no way to disable GOT_PREFIX if --prefix has to be passed.
Fedora RPM patches configure.ac and needs to rerun autoconf and automake
after that.
2016-01-26 22:36:59 -08:00
jsorg71
c6f27eb96c
Merge pull request #304 from proski/devel
...
Minor fixes
2016-01-24 22:34:41 -08:00
Koichiro IWAO
16a284d1dc
Drop exec permission of non executable files
2016-01-22 10:50:51 +09:00
Pavel Roskin
964e860072
Run through codespell
2016-01-14 08:47:50 -08:00
Jay Sorg
f49e2058df
xrdp: change when using xrdp.ini hidelogwindow
2015-12-01 23:10:09 -08:00
Jay Sorg
418637f72d
xrdp: fix --kill
2015-10-10 15:42:29 -07:00
Jay Sorg
fd793bd213
rename g_tcp_can_recv to g_sck_can_recv
2015-10-07 22:17:12 -07:00
Jay Sorg
6974dc5c6d
remove some more generated files
2015-08-17 11:18:48 -07:00
itamarjp
960cc62a0e
add missing files into extra_dist,
...
this is required when using make dist to generate a tarball
2015-07-14 11:35:33 -03:00
Jay Sorg
6c23b85593
add timeout to trans_get_wait_objs_rw
2015-07-13 01:10:48 -07:00
Jay Sorg
5d73cbd636
set the source for chansrv
2015-07-11 01:17:32 -07:00
Jay Sorg
4a553e07af
update the module API
2015-07-10 21:57:04 -07:00
Jay Sorg
b56aa9832e
work on main loop changes
2015-07-05 23:14:46 -07:00
Thomas Spalinger
04b729ccd1
finish for supporting swiss german keyboard
2015-04-19 16:33:26 -07:00
jsorg71
b55231f18a
Merge pull request #226 from metalefty/freebsd/openpam
...
xrdp: xrdp_mm.c detect and use OpenPAM
2015-04-01 22:15:17 -07:00
Jay Sorg
33167a7c74
add frame acks and h264 codec mode basics
2015-03-28 18:34:25 -07:00
Koichiro IWAO
283a16115a
xrdp: xrdp_mm.c detect and use OpenPAM
...
OpenPAM is used in FreeBSD, NetBSD, DragonFly BSD and Mac OS X.
On the Linux system, Linux-PAM is used. Detect PAM during configure
and use which the system has.
2015-03-16 15:01:25 +09:00
Koichiro IWAO
ba2237a3c4
xrdp: fix -h -v option if xrdp.ini is invalid
...
- log_start should be called after help and version
- Fixes neutrinolabs/xrdp#33 .
2015-03-10 23:10:00 +09:00
Akira Taniguchi
2fc1f3b811
xrdp_keyboard.ini: Fix jp keyboard model
2014-12-29 05:18:53 +09:00
Koichiro IWAO
2212991bd7
Add Japanese keymap codes in xrdp_keyboard.ini
2014-12-11 02:18:33 +09:00
Mike Rostermund
b3cc8f75d9
Fix spelling error and typo
2014-11-20 23:49:35 +01: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
Anthony Agresta
6ddc43c4fc
vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182
2014-11-07 09:32:00 -05: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
Michał Górny
cc3231272d
Install and enable 0415/pl keymap
2014-10-27 12:53:19 +01: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
BLINDAUER Emmanuel
4dcc186299
Set a value for the default autorun session
2014-09-21 09:26:30 +02:00
Jay Sorg
2badb31bf2
big endian fix
2014-09-20 19:29:10 -07:00
Jay Sorg
f73f314c2c
no logic change, indent
2014-09-04 18:30:22 -07:00
jsorg71
0d63263772
Merge pull request #137 from ArvidNorr/choose_shortcutdev
...
support for preferred combo box choice added
2014-09-04 17:24:47 -07:00
Jay Sorg
4afe769467
xrdp: encoder shutdown fix
2014-08-19 15:46:28 -07:00
Jay Sorg
a6d71388c8
xrdp: add tcutils to xrdp.ini
2014-08-12 00:37:21 -07:00
Jay Sorg
8397055e8b
move some hard code paths to defines in header
2014-08-06 13:21:01 -07:00
Jay Sorg
ffed349875
added option to set rdp crypto level to none
2014-08-05 12:28:54 -07:00
Jay Sorg
779f0bf470
add xrdp_keyboard.ini to Makefile.am
2014-07-31 21:54:16 -07:00
Jay Sorg
d99181aa78
xrdp: added xrdp_keyboard.ini
2014-07-31 15:42:04 -07:00
Jay Sorg
29b2e42279
xrdp: if PACKAGE_VERSION not defined, define as ???
2014-07-28 00:21:44 -07:00
Jay Sorg
b7d15c55ed
xrdp: don't include config.h unless HAVE_CONFIG_H is defined
2014-07-27 23:57:15 -07:00
Laxmikant Rashinkar
e4654b57ca
coverity: Resource leak (2nd round)
2014-07-27 15:29:12 -07:00
Laxmikant Rashinkar
a9d7c13147
coverity: read from pointer after free
2014-07-27 14:11:02 -07:00
Laxmikant Rashinkar
67119ecc81
coverity: array compared against 0
2014-07-26 15:35:19 -07:00
Laxmikant Rashinkar
56e43c4a38
Merge branch 'devel' of github.com:NeutrinoLabs/xrdp into devel
2014-07-26 13:33:44 -07:00
Laxmikant Rashinkar
27055d5762
coverity: improper use of negative value
2014-07-26 13:33:23 -07:00
Idan Freiberg
16929efb05
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into
...
devel
Conflicts:
libxrdp/xrdp_sec.c
2014-07-23 16:44:59 +03:00
Idan Freiberg
afdf638c7b
libxrdp, common: work on TLS mode
2014-07-23 15:31:45 +03:00
Laxmikant Rashinkar
0c63a8feb3
coverity: Dereference after null check
2014-07-20 16:36:33 -07:00
Laxmikant Rashinkar
a990287c46
coverity: fixed unchecked return value from library
2014-07-20 13:14:09 -07:00
Jay Sorg
1291d2dbbe
work on codec mode
2014-07-19 13:25:23 -07:00
Laxmikant Rashinkar
3bb31876e7
coverity: fixed resolution leak issues
2014-07-19 11:56:00 -07:00
Jay Sorg
c64b154475
small fix for rdp scancode file
2014-07-16 21:14:37 -07:00
speidy
aa0f039cef
xrdp: fix for prefilled username issue
2014-07-11 09:11:10 +03:00
Jay Sorg
7d5f7d1133
added --enable-rfxcodec
2014-07-10 20:14:40 -07:00
Idan Freiberg
9007deae6f
libxrdp: added an option to enforce security layer in xrdp.ini
2014-07-09 15:33:39 +03:00
Jay Sorg
2a5e28de34
default max_bpp to 32
2014-06-29 13:59:31 -07:00
Jay Sorg
0cabb4a565
32 bpp compress the alpha, leave room for biggest 32 bpp data
2014-06-29 13:58:54 -07:00
Jay Sorg
ac4adf483f
libxrdp: cursor big endian fix
2014-06-23 18:32:12 -07:00
Jay Sorg
5d49553919
work on 32 bit planar bitmap compressor
2014-06-10 16:25:54 -07:00
ArvidNorr
19ef9ea3b7
support for preferred combo box choice added
2014-05-23 07:54:08 +02:00
ArvidNorr
5030b97d24
added support for optional background image
2014-05-23 07:15:53 +02:00
Jay Sorg
59fa8df434
xrdp: don't show connection log unless there is a problem
...
Conflicts:
xrdp/xrdp_mm.c
2014-05-19 23:47:38 -07:00
Jay Sorg
ec44b9dca1
xrdp: update web site
2014-05-19 22:15:45 -07:00
Jay Sorg
8b1639b96b
xrdp: allow xrdp to listen in UDS
2014-05-15 18:03:16 -07:00
Jay Sorg
0ea5c248c3
turn on bulk compressor by default
2014-05-05 00:01:32 -07:00
Cocoon
138de5c348
remove 1 from default title string
2014-04-17 16:18:18 +02:00
Cocoon
bf43deabf1
make login screen window title configurable
2014-04-17 16:08:50 +02:00
speidy
fc753a9504
xrdp: xrdp_wm: changed the autologin logic
2014-04-14 11:15:29 +03:00
speidy
9e4f4159ef
xrdp: indentation fix
2014-04-11 02:28:33 +03:00
speidy
5ff8aee291
xrdp: for proxy modules, pass target ip to module (if ip passed-in from
...
client into domain field (starting with _))
2014-04-11 02:24:17 +03:00
Jay Sorg
9a3679b1c1
improve debugging dump jpeg for codec mode
2014-03-26 19:24:00 -07:00
Jay Sorg
0748f41101
set codec mode according to client
2014-03-23 00:42:09 -07:00
Jay Sorg
575fc9fb6f
work on codec mode jpeg
2014-03-22 16:51:30 -07:00
BLINDAUER Emmanuel
185aafd12d
Call cleanup for encoder
2014-03-18 19:19:33 +01:00
Jay Sorg
6d7e315b0c
work on surface command
2014-03-18 00:07:11 -07:00
Jay Sorg
50a1b1fdb9
work on codec mode jpeg
2014-03-16 21:56:27 -07:00
Laxmikant Rashinkar
40ec8a1714
Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel
2014-03-16 11:08:13 -07:00
Laxmikant Rashinkar
9470b031aa
xrdp_encoder: developer checkin
2014-03-16 11:07:59 -07:00
Jay Sorg
8f05bee238
xrdp: add an option to do md5 bitmap hash for bitmap cache
2014-03-16 00:09:58 -07:00
Jay Sorg
da0d0e687a
reduce the memory needed for crc16 bitmap cache lists
2014-03-15 21:59:16 -07:00
Jay Sorg
f66c5911a2
xrdp: speed up bitmap cache lru using linked list
2014-03-14 18:41:52 -07:00
Jay Sorg
f94f5bec1c
xrdp: speed up bitmap cache lookup using hash table
2014-03-14 11:48:07 -07:00
speidy
8372cce84d
o libxrdp: fastpath output, added cursor and palette now updates
...
o xrdp.ini: changed default behavior: always new cursors, always use
fastpath input and output.
2014-03-13 00:21:29 +02:00
Laxmikant Rashinkar
ac6717e32e
fixed some connection issues when using xorg driver mode
2014-03-09 11:24:30 -07:00
Laxmikant Rashinkar
883650700f
added support for using Xorg driver model
2014-03-08 16:41:37 -08:00
Jay Sorg
932d785deb
fast path changes, iso never reads now
2014-03-04 18:11:55 -08:00
jsorg71
1ce75182af
Merge pull request #111 from speidy/fastpath
...
libxrdp: Fastpath input
2014-03-04 14:11:02 -08:00
speidy
43f4d439ec
libxrdp: work on fastpath, length issue
2014-03-04 10:19:19 +02:00
Jay Sorg
12cbbf74e6
xrdp:no logic change, comments and printfs
2014-03-02 00:23:17 -08:00
speidy
1f1e803140
Merge ../../neutrinolabs/xrdp into fastpath
...
Conflicts:
libxrdp/libxrdp.c
libxrdp/libxrdp.h
libxrdp/xrdp_iso.c
libxrdp/xrdp_sec.c
libxrdp/xrdp_tcp.c
xrdp/xrdp.ini
2014-03-02 01:39:34 +02:00
Jay Sorg
e9e14f22f9
started work on fastpath, restructure PDU in
2014-02-25 20:47:34 -08:00
Laxmikant Rashinkar
1f51f62df9
Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel
2014-02-23 18:03:51 -08:00
Laxmikant Rashinkar
76a0901964
o --enable-load_pulse_modules changed to --enable-loadpulsemodules
...
o color entries in xrdp.ini file are now specfied using RGB format only
o login screen now works with pixel depth of 8, 15, 16 and 24 bits
2014-02-23 18:03:31 -08:00
Jay Sorg
8cd57e0710
added server_paint_rects
2014-02-18 12:10:05 -08:00
Laxmikant Rashinkar
c5c8324d91
Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel
2014-02-10 18:47:22 -08:00
Laxmikant Rashinkar
e95edef44e
fixed an issue where channels with uppercase names were not being recognized
2014-02-10 18:47:10 -08:00
speidy
80204e2536
libxrdp: work on fastpath input, added fastpath option to xrdp.ini
2014-02-11 00:28:43 +02:00
Jay Sorg
43e388b7e5
remove some warning, move gethostname to os_calls
2014-02-08 21:48:44 -08:00
Jay Sorg
7b7debd56a
comment spelling fixes from univention
2014-02-04 11:02:59 -08:00
Laxmikant Rashinkar
c96dd8df2b
made login screen fully customizable
2014-01-28 18:09:20 -08:00
Jay Sorg
885804cf14
Merge branch 'master' into devel
2014-01-16 17:48:46 -08:00
Koichiro IWAO
25d795796a
xrdp: set default encryption level to high
2013-12-11 10:58:16 +09:00
Jay Sorg
086481395c
Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimon
...
Conflicts:
common/xrdp_client_info.h
libxrdp/xrdp_iso.c
libxrdp/xrdp_sec.c
2013-10-09 14:15:50 -07:00
Jay Sorg
7176f14647
added options to set tcp send and recv buffer sizes
2013-10-02 12:52:35 -07:00
Jay Sorg
8d8ec92d02
xrdp: fix after a8 merge
2013-09-26 11:38:25 -07:00
Jay Sorg
c1b7cbd657
merges from authentic8
2013-09-26 11:28:07 -07:00
Jay Sorg
cff17f3038
xrdp: fix a crash in painter when invalid target is set
2013-09-19 12:27:03 -07:00
Jay Sorg
f75b9143e2
VUL: make sure cache entries are in range
2013-09-10 16:18:21 -07:00
Jay Sorg
06d92b787a
VUL: call libxrdp_disconnect if libxrdp_process_incomming fails
2013-09-10 16:09:19 -07:00
Jay Sorg
f75ec32e7c
xrdp fix typeo in cache macro
2013-08-27 18:07:25 -07:00
Jay Sorg
1a616a1b46
move text2bool to os_calls
2013-08-24 22:41:44 -07:00
speidy
8e76b68102
neutrinordp: clean old freerdp moduels, add config, fix for RFX codec to
...
work.
2013-08-24 12:02:01 +03:00
Jim Grandy
a308d2e25c
Fix errors cause by previous merge ( 2361914
)
2013-08-22 12:57:00 -07:00
Jim Grandy
b7b3d9ef28
Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce
2013-08-22 12:56:51 -07:00
jgrandy
26ae5a60a8
Merge: add /opt/xrdp/lib to rpath in xrdp, for libfreerdp
2013-08-22 12:55:31 -07:00
Jim Grandy
981741f55c
Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
2013-08-22 12:54:10 -07:00
Jim Grandy
45b0bc9f17
Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 74b015d 4e51e6d 2829087
2013-08-22 12:52:24 -07:00
Jim Grandy
1ae9a7f2b6
Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df f994298 38e2def
2013-08-22 12:49:41 -07:00
Jim Grandy
af4e42a08d
Hand-apply patches (rail) from Authentic8: bc68076
2013-08-22 12:49:40 -07:00
Jim Grandy
53311f2b25
Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a 2c99e69 3f30429 aad2aaa 4f8481e 5117ac2 f3dcf1a
2013-08-22 12:49:40 -07:00
Jim Grandy
dfe5911b55
Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f
2013-08-22 12:49:40 -07:00
Jay Sorg
4a66be133f
CRC optimize
2013-08-19 10:48:38 -07:00
Jay Sorg
e602a28d5c
common: transport aware when app is terminating
2013-08-17 13:32:53 -07:00
Laxmikant Rashinkar
474d17d556
xrdp: added support for forcing credentials on command line
2013-08-03 15:47:26 -07:00
speidy
151cc7b5d1
libxrdp: add xrdp.ini multi-mon config
2013-07-15 10:14:48 +03:00
Jay Sorg
42329bda00
adding xrdp.ini option to turn off new cursors
2013-06-07 23:43:58 -07:00
Jay Sorg
d4d6a65adb
merge from pmhahn
2013-05-29 00:11:14 -07:00
Jay Sorg
9f175d307b
no logic changes, cleanup and copyright year updates
2013-05-28 23:35:02 -07:00
Jay Sorg
64d821461c
fix for autologin
2013-05-28 09:44:04 -07:00
Jay Sorg
19a9ed47dc
xrdp: use full path for loading xrdp modules
2013-05-01 22:26:34 -07:00
Laxmikant Rashinkar
c5ebc9ae51
a debug version of xrdp/xrdp.ini was previously commited
2013-04-20 18:44:11 -07:00
Laxmikant Rashinkar
ef32626a9b
Merge branch 'fuse_speedup'
2013-04-20 16:46:06 -07:00
Laxmikant Rashinkar
97c483c8b3
swapped cb_lookup and cb_readdir
2013-04-20 16:42:49 -07:00
Jay Sorg
214a7b52bc
merge from ghomem
2013-04-17 22:59:50 -07:00
Gustavo Homem
23584f7e5f
remove legacy operation on rsakeys.ini
2013-03-21 18:39:39 +00:00
Gustavo Homem
e702ac79d4
don't copy stock rsakeys.init
2013-03-21 18:20:38 +00:00
Jay Sorg
6beddfde28
new(color) cursors working now
2013-03-20 19:59:40 -07:00
Jay Sorg
12f7cd64f1
work on new(color) cursors
2013-03-18 23:43:17 -07:00
Jay Sorg
494150f1a9
work on new(color) cursors
2013-03-12 22:50:10 -07:00
Jay Sorg
30f64f27b6
xrdp: xrdp_mm.c fix some warnings and code cleanup
2013-03-11 13:27:52 -07:00
Guan-Zhong Huang
6fd7deb510
Fix compilation error without PAM
2013-03-09 13:55:21 +08:00
Laxmikant Rashinkar
297fdaf1c6
o removed square brackets inside commented code in xrdp.ini
...
because due to parsing bug
2013-03-08 16:24:12 -08:00
Laxmikant Rashinkar
78d4e19258
o early checkin for drive redirection
...
o basic drive redirection is working
o functions currently supported: open:
read, write, create, get/set attribute
o requires latest NeutrinoRDP to work
o note: clipboard is broken because of the move from
linked lists to inodes in the FUSE code
2013-03-08 15:37:30 -08:00
ArvidNorr
fe69d2f07b
Comments and debug when blocking channels added. Fix for potential vulnerability in log.c
2013-02-01 10:00:39 +01:00
ArvidNorr
72c99794ee
Merge pull request #59 from ArvidNorr/morelogging
...
More logging for debug and trace.
2013-01-31 11:22:43 -08:00
ArvidNorr
9aa0cb4e61
Merge pull request #58 from ArvidNorr/pam-cont
...
PAM additions mostly for a gateway situation
2013-01-31 07:17:42 -08:00
ArvidNorr
876f356dad
deny access if group is undefined
2013-01-31 15:19:58 +01:00
ArvidNorr
0770f217fa
PAM error text can be configured
2013-01-28 15:31:51 +01:00
Philipp Hahn
f2b7aafb4e
X11rdp: fix spelling mistakes
...
exit -> exist
$mn -> $mod_name
folowed -> followed
blocket -> blocked
2013-01-28 11:04:29 +01:00
Philipp Hahn
ab60300e9a
xrdp: Ignore channels and logging sections
...
Ignore two more sections in xrdp.ini when looking for default session.
2013-01-28 11:04:28 +01:00
ArvidNorr
975d44e99f
More logging added
2013-01-18 10:24:25 +01:00
LawrenceK
266db3150b
refactor and use test2bool instead of duplicated code testing for on,yes,true, non zero
2013-01-17 11:31:01 +00:00
LawrenceK
c9e934c320
bug in find_name_in_lists
2013-01-16 14:06:57 +00:00
LawrenceK
36cf7532fa
Keep osirium master the same as freerdp master
...
Revert "Make this the osirium default xrdp file"
This reverts commit d26cb83a4f
.
2013-01-16 13:22:20 +00:00
ArvidNorr
a2bbbd8cc3
Display PAM error in gateway setup, use domain name as IP/DNS, changed how the socket is closed
2013-01-16 01:28:35 -08:00
LawrenceK
fd2d098f68
Merge branch 'master' of git://github.com/FreeRDP/xrdp
2013-01-15 11:13:04 +00:00
Jay Sorg
b2c242f50e
update for xrdp.ini
2013-01-07 00:05:46 -08:00
LawrenceK
d26cb83a4f
Make this the osirium default xrdp file
2013-01-02 14:02:53 +00:00
Jay Sorg
cce4f773d8
fixes, logging for off screen
2012-12-23 14:07:37 -08:00
Marc-André Moreau
6ed3d10096
Merge pull request #45 from Osirium/patch/debug-logging
...
update/fix some debug log calls and add the test of XRDP_DEBUG to make f...
2012-12-20 09:56:54 -08:00
LawrenceK
64ca201fd8
Update allowed channel lists from entries in the connection entry prefixed channel. Allows different settings for each preset connection.
2012-12-20 17:36:16 +00:00
LawrenceK
4c189ec3b4
update/fix some debug log calls and add the test of XRDP_DEBUG to make files so controlled by the autoconf option --enable-xrdpdebug
2012-12-20 16:21:50 +00:00
Jay Sorg
49c4ee8c8c
Merge branch 'master' of github.com:FreeRDP/xrdp
2012-11-10 16:43:55 -08:00
Jay Sorg
d9765c0783
fix for odd error when disconecting client
2012-11-10 16:43:37 -08:00
Laxmikant Rashinkar
edf5971cef
o in login dialog set sesman-X11rdp as the default module
...
o added support for video redirection without using TSMF
2012-11-09 19:55:21 -08:00
Laxmikant Rashinkar
1123323fda
o moved from GNU General Public License to Apache License, Version 2.0
...
o applied new coding standards to all .c files
o moved some files around
2012-09-19 20:51:34 -07:00
Jay Sorg
87ab0218e2
no logic change, remove tabs
2012-07-24 19:33:54 -07:00
Jay Sorg
6d539b8e22
user rfx for cache v3 if client supports
2012-07-23 11:12:39 -07:00
Jay Sorg
b2e69bbb46
xrdp.ini: added rail channel
2012-07-22 23:37:15 -07:00
Jay Sorg
58f5dcc030
autotools: change top_srcdir to top_builddir for LIBADD
2012-07-13 16:18:02 -07:00
Jay Sorg
3d3e4a0ffa
xrdp: hook up the rail functions in module manager
2012-06-28 11:14:06 -07:00
Jay Sorg
dc6be76b11
rail: proxy rail
2012-06-24 18:10:49 -07:00
norrarvid
318e09fd47
fix merge conflics
2012-06-18 10:23:09 +02:00
norrarvid
e87ec50721
fix minor merge conflict
2012-06-18 09:45:42 +02:00
norrarvid
fc49bf6b48
Fix layout
2012-06-18 09:11:52 +02:00
ArvidNorr
d2903cd1fc
Merge pull request #28 from ArvidNorr/tcp_nodelay
...
Support for TCP keepalive and TCP no_delay added
2012-06-18 00:00:05 -07:00
ArvidNorr
1011b4a256
Merge pull request #22 from ArvidNorr/moduleload
...
Moduleload
2012-06-17 23:14:40 -07:00
norrarvid
31a5dd33dd
minor layout fixes
2012-06-18 08:11:26 +02:00
Jay Sorg
a8bf71b567
xrdp: fix warnings
2012-06-11 20:55:39 -07:00
Jay Sorg
856783ba95
no logic changes, remove warnings and coding style changes
2012-06-10 23:47:08 -07:00
Jay Sorg
099a421c77
log: added path for when --prefix is used
2012-06-10 21:50:57 -07:00
norrarvid
42edcbb6c1
Improved logging
2012-06-07 13:46:44 +02:00
norrarvid
a1274b0320
Clear state required when relogin is performed
2012-06-05 09:59:04 +02:00
norrarvid
eef475e025
timeout added for the reply to come from sesman
2012-06-05 08:08:04 +02:00
norrarvid
048154ccef
missing init of variable added
2012-06-04 14:06:09 +02:00
Jay Sorg
5cd7e29a9f
Merge remote branch 'syslog3/syslog3'
2012-06-04 01:11:16 -07:00
norrarvid
e5fb05e9cb
Support for TCP keepalive and TCP no_delay added
2012-06-04 10:11:11 +02:00
norrarvid
a555dc5a42
pamusername and pampassword are now readable on login screen
2012-05-31 19:57:16 +02:00
norrarvid
10fdc5c17f
separate pam authentication for gateways
2012-05-31 16:57:17 +02:00
norrarvid
f4ffaafc20
channels can be disabled by XRDP
2012-05-30 17:11:53 +02:00
norrarvid
02f3fe1e2a
Improved error handling for module load and init, fixed bug in logwindow
2012-05-30 07:40:06 +02:00
norrarvid
2109d7a044
merge comments defines and simplified function
2012-05-29 13:24:23 +02:00
norrarvid
a45f993bfe
added comments, added define, removed unused inparameter
2012-05-29 12:46:56 +02:00
Marc-André Moreau
60b0529656
Merge pull request #20 from ArvidNorr/widerlogin
...
Support for long user and DNS name
2012-05-28 12:00:47 -07:00
norrarvid
4f327d957f
Support for long user and DNS name
2012-05-28 20:51:24 +02:00
norrarvid
4d4ebbf363
Initial syslog support in XRDP
2012-05-27 17:17:39 +02:00
Jay Sorg
62bf3c61f5
xrdp: pid file fixes
2012-05-26 21:20:19 -07:00
Jay Sorg
0566da74eb
xrdp: add fork option to xrdp.ini
2012-05-26 19:00:14 -07:00
Jay Sorg
bde5dd6671
added g_close_wait_obj and size parameter to g_write_ip_address
2012-05-26 17:24:04 -07:00
Jay Sorg
d08e27e824
xrdp: fix memory leak in fork
2012-05-26 13:58:31 -07:00
Jay Sorg
c7bd96ba85
xrdp: added -f command line option to fork on connections
2012-05-26 13:23:02 -07:00
Jay Sorg
900a2541ca
offscreen bitmaps: implement the delete list
2012-05-22 08:27:09 -07:00
Jay Sorg
e09f14e6d4
don't jpeg compress fonts
2012-05-21 10:38:32 -07:00
Jay Sorg
d88291c9dd
-xorg: work on off screen bitmaps
2012-05-20 21:14:15 -07:00
Jay Sorg
aa3fad894d
xorg: work on offscreen bitmaps
2012-05-19 19:25:08 -07:00
Jay Sorg
cc3754a2bd
xorg: work on offscreen bitmaps
2012-05-17 18:48:28 -07:00
Jay Sorg
76e070e4f1
started work on off screen bitmap support
2012-05-13 14:40:14 -07:00
Jay Sorg
e8d2e4b6ad
xrdp: xrdp_painter_copy width, height fix
2012-05-13 14:09:52 -07:00
Jay Sorg
e0fc7297f5
pass the client_info(caps) on to module and xserver
2012-05-13 13:56:15 -07:00
Jay Sorg
3e422c04c6
fixes from ArvidNorr
2012-05-07 11:00:32 -07:00
Jay Sorg
b124612675
xrdp: added xrdp.ini options to auto execute a modules and hide log window
2012-03-16 17:57:44 -07:00
Jay Sorg
238d14b60a
xrdp: added override setting for chansrv port
2012-03-16 16:07:19 -07:00
Jay Sorg
e9c58226ba
use unix domain socket for xrdp-X11rdp connection
2012-03-15 21:42:39 -07:00
Jay Sorg
93939893de
remove old freerdp dir
2012-02-13 23:31:11 -08:00
Jay Sorg
3e90b6c9cf
freerdp1: nla
2012-02-12 00:13:45 -08:00
Jay Sorg
d8f9e8310d
move temp files from /tmp to /tmp/.xrdp
2012-02-11 13:56:27 -08:00
Jay Sorg
7411c42e7b
freerdp module, color conversion
2012-02-07 16:36:16 -08:00
Jay Sorg
f10e5bbfd5
fix for https://bugzilla.redhat.com/show_bug.cgi?id=782619
2012-02-05 23:26:15 -08:00
Jay Sorg
b36f7d346c
add --port command line override
2012-02-02 18:49:06 -08:00
Jay Sorg
946d9b257b
move win32 to own file
2012-02-02 17:36:07 -08:00
Jay Sorg
b0ebf1c146
remove warnings, check for nil
2011-10-12 23:04:27 -07:00
Jay Sorg
5972c136bf
added 15 and 24bpp support and changes for reconnect / resize
2011-09-10 21:13:54 -07:00
Jay Sorg
12ce9c136f
add max bpp option to xrdp.ini
2011-08-24 22:45:02 -07:00
Jay Sorg
b7aecf16b0
move disconnect to X11rdp
2011-08-24 21:54:30 -07:00
Jay Sorg
0e5e50925c
added a way to disconnect a session from within a session
2011-07-07 09:27:43 -07:00
Jay Sorg
6c9529c9b9
printf error when can't bind port
2011-07-06 19:54:10 -07:00
Jay Sorg
93727da778
update some copyright years
2011-07-06 19:53:31 -07:00
Jay Sorg
d3a505b78f
minor changes
2011-05-28 23:57:59 -07:00
Jay Sorg
dd6a0988b7
variable drop down menu size
2010-11-25 18:28:43 -08:00
Itamar Reis Peixoto
6b08b8b71e
include missing files in make dist
2010-11-20 22:13:50 -02:00
Itamar Reis Peixoto
759757435e
xrdp comestic patch from "Alessandro Briosi" <tsdogs@briosix.org>
2010-11-20 22:13:49 -02:00
Itamar Reis Peixoto
83edc21992
use package version in xrdp.c
2010-11-20 22:13:49 -02:00
Jay Sorg
4d4f80bfc4
work on freerdp
2010-11-19 20:34:20 -08:00
Jay Sorg
4f88bf83c1
fixes for bell function
2010-11-18 21:05:32 -08:00
Nicola Ruggero
3ba752e7b7
Removed dead code re-introduced erroneously in commit 4cf06dbbcb
2010-11-04 16:22:33 +01:00
Nicola Ruggero
17bc1418ec
Read keymaps over 128 keys. Patch by Yoshitomo Nakashima
2010-11-04 13:50:45 +01:00