Pavel Roskin
ca9cbcafc8
Typo fixes
9 years ago
Pavel Roskin
70f3d4c5e2
Fix warnings for unused variables read from byte streams
9 years ago
Pavel Roskin
0629b25d5f
Fix warnings about unused variables and functions
9 years ago
laigor
59be4134c3
Allows use the xkb options that for example allows you to specify a key combination to change the layouts.
...
Example of xrdp_keyboard.ini for russian keyboard
[default_rdp_layouts]
rdp_layout_us=0x00000409
rdp_layout_de=0x00000407
rdp_layout_fr=0x0000040C
rdp_layout_it=0x00000410
rdp_layout_jp=0x00000411
rdp_layout_jp2=0xe0010411
rdp_layout_jp3=0xe0200411
rdp_layout_jp4=0xe0210411
rdp_layout_ru=0x00000419
rdp_layout_se=0x0000041D
rdp_layout_pt=0x00000816
rdp_layout_br=0x00000416
rdp_layout_pl=0x00000415
[rdp_keyboard_ru]
keyboard_type=4
keyboard_subtype=1
model=pc105
options=grp:alt_shift_toggle
rdp_layouts=default_rdp_layouts
layouts_map=layouts_map_ru
[layouts_map_ru]
rdp_layout_us=us,ru
rdp_layout_ru=us,ru
9 years ago
Jay Sorg
87208db090
fix warnings
9 years ago
Jay Sorg
38241f2a0b
Fix all format warnings and some unused variable warnings
9 years ago
Pavel Roskin
59a5fb0ddb
Move headers from EXTRA_DIST to sources, sort alphabetically
...
There should be no functional difference.
9 years ago
Pavel Roskin
92a6833e9b
Fix typos
9 years ago
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.
9 years ago
Pavel Roskin
22e808a186
Add missing spaces in the strings that are split for line wrapping
9 years ago
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.
9 years ago
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.
9 years ago
Pavel Roskin
964e860072
Run through codespell
9 years ago
Jay Sorg
96a237c8ef
libxrdp: rail fix for when no flags are set
9 years ago
Jay Sorg
a303f9aaec
remove trailing white space
9 years ago
Jay Sorg
a4f8705e99
multimon fix, mstsc reports desktop width and height of primary only
9 years ago
itamarjp
960cc62a0e
add missing files into extra_dist,
...
this is required when using make dist to generate a tarball
9 years ago
Jay Sorg
914b4acf39
fix for libxrdp_reset
9 years ago
Jay Sorg
b56aa9832e
work on main loop changes
9 years ago
speidy
9fb02e381d
libxrdp: xrdp_iso: changed logs, some fixes in security layer
...
negotiation.
10 years ago
Jay Sorg
33167a7c74
add frame acks and h264 codec mode basics
10 years ago
Jay Sorg
253028431c
libxrdp: opps, fix typeo
10 years ago
Jay Sorg
25809f4f1c
libxrdp: no logic change, tabs to spaces
10 years ago
Jay Sorg
eddf0eefdc
libxrdp: no logic change, statis functions, indent
10 years ago
Jay Sorg
ce1a4e660b
libxrdp: fastpath RDP_INPUT_SYNCHRONIZE fix
10 years ago
Jay Sorg
69a551cdf7
libxrdp: indent, no logic change
10 years ago
Jay Sorg
d1bc5b0bf7
libxrdp: no logic change, tabs to spaces
10 years ago
speidy
5e89424129
libxrdp: fix for 'low' RDP security level (issue #202 )
10 years ago
speidy
bf622c46a6
libxrdp: security layer, error handling
10 years ago
speidy
fb306e624e
libxrdp: changes for security layer negotiation,
...
security_layer=negotiate is working now
10 years ago
speidy
52cac06092
libxrdp: delete NLA header detection for now, TLS is working now with
...
mstsc
10 years ago
Jay Sorg
605df27103
libxrdp: remove a global, remove some tabs
10 years ago
speidy
4015f526db
work on tls mode
10 years ago
Jay Sorg
c7144744a4
security change for none
10 years ago
Jay Sorg
ffed349875
added option to set rdp crypto level to none
10 years ago
Jay Sorg
821bf3e2a5
no logic change, convert tabs to spaces
10 years ago
Jay Sorg
779f0bf470
add xrdp_keyboard.ini to Makefile.am
10 years ago
Jay Sorg
4ef60f163d
load the rdp to X11 keybaord mappings from file
10 years ago
Laxmikant Rashinkar
0915d33d70
coverity: dead code
10 years ago
Idan Freiberg
16929efb05
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into
...
devel
Conflicts:
libxrdp/xrdp_sec.c
10 years ago
Idan Freiberg
0795400fe2
libxrdp: mcs, delete temp hexdump
10 years ago
Idan Freiberg
5a0d1f028a
libxrdp: work on TLS mode
10 years ago
Idan Freiberg
afdf638c7b
libxrdp, common: work on TLS mode
10 years ago
speidy
1acdc3085e
libxrdp: work on TLS mode, temporary changes
10 years ago
Jay Sorg
1291d2dbbe
work on codec mode
10 years ago
Laxmikant Rashinkar
3bb31876e7
coverity: fixed resolution leak issues
10 years ago
Idan Freiberg
7ab1d887ae
libxrdp: work on TLS support
10 years ago
Idan Freiberg
f0b6c6b1d1
libxrdp: started adding TLS support
10 years ago
Idan Freiberg
5fcf6beffa
libxrdp: enforce server security layer when rdpNegData is not exists
10 years ago
speidy
194ad781ba
libxrdp: another len fix
10 years ago
speidy
13a376ae38
libxrdp: fix off by one length indicator issue
10 years ago
Idan Freiberg
9795ce010a
libxrdp: changes in rdp security layer negotiation
10 years ago
Idan Freiberg
9007deae6f
libxrdp: added an option to enforce security layer in xrdp.ini
10 years ago
Jay Sorg
d9a91ca11b
libxrdp: minor mppc compressor change
10 years ago
speidy
ba6c71fd37
libxrdp: iso: fixed a validation check in RDP_NEG_REQ (CORRELATION_INFO_PRESENT flag is sent by mac itap client by default from now)
11 years ago
Jay Sorg
57d492d79c
libxrdp: fastpath fragmented mppc fix, make sure we have at least 16 bytes to compress
11 years ago
Jay Sorg
1ed0dffeb6
libxrdp: mppc fix when compressor fails
11 years ago
Jay Sorg
0cabb4a565
32 bpp compress the alpha, leave room for biggest 32 bpp data
11 years ago
Jay Sorg
faa0ab1f36
libxrdp: complete fastpath mppc compression
11 years ago
Jay Sorg
02d53436ec
libxrdp: planar unroll delta
11 years ago
Jay Sorg
00806b55a6
libxrdp: planar compreesion, check for temp buffer limits
11 years ago
Idan Freiberg
34fc3d4aae
libxrdp: changed the way we calculate gcc-response length, RSA 2048 working now with mstsc
11 years ago
Jay Sorg
bd810c0695
support 2048 bit RSA keys
11 years ago
Jay Sorg
a16b83ac8a
libxrdp: remove some alloc / free
11 years ago
Jay Sorg
b142a59e69
libxrdp: changes for planar compression
11 years ago
Jay Sorg
ca6bec36e6
libxrdp: no logic change, fix warning, some optimize planar compression
11 years ago
Jay Sorg
aa35a32752
libxrdp: 32 bpp compression changes / fixes
11 years ago
Jay Sorg
e494f5367f
libxrdp: planar(32 bit) compression working now
11 years ago
Jay Sorg
73bdb57ee2
more fixes for 32 bit color
11 years ago
Jay Sorg
5d49553919
work on 32 bit planar bitmap compressor
11 years ago
Jay Sorg
d672eb8995
no logic change, indent
11 years ago
speidy
702f76c078
libxrdp: xrdp_channel: don't change channel flags when
...
CHANNEL_OPTION_SHOW_PROTOCOL flag exists.
[according to doc:
http://msdn.microsoft.com/en-us/library/cc240513.aspx ]
11 years ago
speidy
7e9e343d7c
libxrdp: make sure jpeg quality is valid
11 years ago
Laxmikant Rashinkar
1b3dd12568
addec checks for TurboJPEG in autoconf
11 years ago
Jay Sorg
e840c8f335
libxrdp: memory leak fixes on error
11 years ago
Jay Sorg
ab73d48fb3
libxrdp: fix for fips and fragmented fastpath
11 years ago
Jay Sorg
6d7e315b0c
work on surface command
11 years ago
Jay Sorg
63032b000d
libxrdp: fix for when not compiling with turbo jpeg
11 years ago
Jay Sorg
50a1b1fdb9
work on codec mode jpeg
11 years ago
Jay Sorg
9414467af2
libxrdp: export jpeg compress for codec mode
11 years ago
speidy
53df4335eb
o added fastpath output, syncronize update pdu
...
o refactor caps a bit
11 years ago
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.
11 years ago
speidy
744cdf9da1
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel
11 years ago
speidy
56ae4539a9
indentation fix
11 years ago
Jay Sorg
630f735a28
libxrdp: send, get, and use multi fragment max caps
11 years ago
Jay Sorg
6f63f93890
libxrdp: remove caps warning and added fastpath fragment caps
11 years ago
Jay Sorg
4cae44ce3b
libxrdp: keep rdp packets < 16K
11 years ago
speidy
a801e44bfa
o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.c
...
o move monitor layout call to demand active.
11 years ago
speidy
0a225729c7
libxrdp: fastpath input, validate eventFlags
11 years ago
Jay Sorg
d18704d740
libxrdp: work on fastpath fragments
11 years ago
Jay Sorg
4f83a979eb
libxrdp: fix for fastpath output and fips
11 years ago
Jay Sorg
ff8821c308
libxrdp: fastpath output, orders working
11 years ago
Jay Sorg
cf39a90d80
libxrdp: detect client fastpath caps
11 years ago
Jay Sorg
201bec9794
libxrdp: minor fastpath logic change and indent changes
11 years ago
Jay Sorg
fe042b0c61
minor fastpath changes
11 years ago
speidy
1eb03b1451
libxrdp: add fips support in xrdp_sec_recv_fastpath
11 years ago
speidy
44d831f05e
libxrdp: fastpath, add stream check (all stack)
11 years ago
speidy
d610101521
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into
...
fastpath
Conflicts:
libxrdp/xrdp_fastpath.c
11 years ago
speidy
75bff736a6
libxrdp: xrdp_fastpath_recv cleanup
11 years ago
Jay Sorg
932d785deb
fast path changes, iso never reads now
11 years ago
jsorg71
1ce75182af
Merge pull request #111 from speidy/fastpath
...
libxrdp: Fastpath input
11 years ago
speidy
866fde498e
libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpath
11 years ago
speidy
08baf1a5bc
libxrdp: fastpath input working
11 years ago
speidy
43f4d439ec
libxrdp: work on fastpath, length issue
11 years ago
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
11 years ago
Laxmikant Rashinkar
e7445a2544
o default login limit is now 50 users (instead of 10)
...
o we now wait for 30 seconds for session connection (instead of 1)
o if AUTO_LOGON flag is set but username is null, we force login dialog to show up
11 years ago
Jay Sorg
0b18909f26
libxrdp: remove xrdp_tcp.c
11 years ago
Jay Sorg
e9e14f22f9
started work on fastpath, restructure PDU in
11 years ago
Jay Sorg
e1c97ba124
libxrdp: fips working now
11 years ago
Jay Sorg
950ef882f4
libxrdp: work on fips
11 years ago
Jay Sorg
8e4520b3c3
libxrdp: work on fips
11 years ago
Jay Sorg
b81bd005bf
libxrdp: started adding FIPS crypt
11 years ago
Jay Sorg
1d9c773dbf
libxrdp: improve mcs processing
11 years ago
Jay Sorg
c8579c3403
libxrdp: started adding planar bitmap compression
11 years ago
Jay Sorg
6cd6f15d46
libxrdp: not logic change, comments
11 years ago
speidy
80204e2536
libxrdp: work on fastpath input, added fastpath option to xrdp.ini
11 years ago
speidy
d36336b7b5
libxrdp: work on fastpath input, fix callback params
11 years ago
speidy
f8d26973d0
libxrdp: work on fastpath input, fix length issue in fastpath_recv
11 years ago
speidy
f525c0f8e7
libxrdp: work on fastpath input
11 years ago
speidy
cbf5d50a5c
libxrdp: work on fastpath input
11 years ago
speidy
9a98299e2b
libxrdp: work on fastpath
11 years ago
speidy
113f2696fe
libxrdp: work on fastpath
11 years ago
speidy
423c583cdd
libxrdp: xrdp_sec: added CS_CORE process func for future use.
11 years ago
Jay Sorg
448b7a5d4b
neutrinordp: added a header
11 years ago
Laxmikant Rashinkar
6cd342a20a
added code for region copy used in codec mode
11 years ago
Jay Sorg
02aa39c79d
added keyboard type and subtype to struct xrdp_client_info
11 years ago
jsorg71
e6ba49e9be
Merge pull request #9 from speidy/master
...
libxrdp: work on multimon + fix xrdp_send_unkown1
11 years ago
speidy
6f7958bdcb
libxrdp: move xrdp_rdp_send_monitorlayout call after demand active pdu
11 years ago
speidy
e5f2f997db
libxrdp: some cleanup
11 years ago
speidy
638843526a
libxrdp: change xrdp_rdp_send_unknown1 hack to xrdp_rdp_send_fontmap,
...
relying on docs.
11 years ago
speidy
bc4fd1afba
libxrdp: Monitor Layout PDU changes
11 years ago
speidy
2dc5f49132
libxrdp: add Montior Layout PDU (server to client), temporary hack
11 years ago
Laxmikant Rashinkar
e8c2f328fb
Merge branch 'master' of github.com:neutrinolabs/xrdp
11 years ago
Laxmikant Rashinkar
3a074450d7
changed bulk compression logic
11 years ago
speidy
92e876ea42
libxrdp: add monitorCount to client_info struct
11 years ago
speidy
daf22b79f6
libxrdp: fix in processing client monitor data
11 years ago
speidy
5591c19b3f
libxrdp: remove old monitor_list struct
11 years ago
speidy
0d2a4ce195
common: fix conflict
11 years ago
speidy
8cc619c223
libxrdp: work on multimon
11 years ago
Jay Sorg
f380f9e972
libxrdp: Authentic8 fixes for xrdp_orders_check
11 years ago
Jay Sorg
a31234539a
libxrdp: ISO_PDU_CR len fix
11 years ago
Jay Sorg
f8e876a8f7
remove tabs, no logic change
11 years ago
Jay Sorg
5adbf2d32b
libxrdp: some ISO_PDU_CR changes
11 years ago
Jay Sorg
2df63787ca
libxrdp: some ISO_PDU_CR changes
11 years ago
Jay Sorg
e59fd77042
from last merge
11 years ago
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
11 years ago
speidy
a4d2917a0a
libxrdp: iso_send_rdpnegrdp fix + notes.
11 years ago
speidy
c2e7da84d4
libxrdp: add clientRequestedProtocol only when RDPNEGDATA occurs.
11 years ago
speidy
a8ab4cb5d1
libxrdp: work on RDP negotiation, add legacy non-nego support.
11 years ago
speidy
a581dc28bb
libxrdp: work on multimon, fix monitor debug msg
11 years ago